📄️ RGB to HEX
This method converts the specified RGB color values to a hexadecimal color representation.
📄️ HEX to RGB
This method converts the specified hexadecimal color representation to RGB color values.
📄️ RGB to HSL
This method converts the specified RGB color values to HSL (Hue, Saturation, Lightness) color representation.
📄️ HSL to RGB
This method converts the specified HSL (Hue, Saturation, Lightness) color values to RGB color representation.