Visit Our Original Free Tools Site
HSL to RGB Color Converter is used to convert HSL color into RGB color for free, without installing any software to your device.
Now let’s see how to use:
In HSL color formate it has 3parts
the first part for Hue
the Second part for Saturation
and the Last Part For Lightness.
Enter your value in a specific input field given screen shoot below.
Now look at the output part there are two parts, the first one for Color Preview according to your color code and the next part marked by red color is for output.
Copy the color code from the RGB field This is your converted color code.
About HSL Color Formate:
The full form of HSL is H: hue, S: saturation, lightness. Here Hue is the degree on the color wheel between (0-360), in the color wheel 0deg or 360deg is for red color, 120deg for green, and 240deg is for blue color. Saturation is the value between 0% to 100%; 0% means a shade of gray and 100% is the full color.
Syntex of an HSL color in CSS is:
hsl(hue, saturation, lightness)
Some Example of HSL Color:
hsl(0, 100%, 80%) = red color
hsl(360, 100%, 80%) = red color
hsl(120, 100%, 25%) = dark green color
hsl(120, 60%, 70%) = pastel green color
About RGB Color:
The full form of RGB is Red, Green, Blue.
And the min value of RGB color is 0 and the max value is 255. In CSS RGB Color is specified with the rgb() function, and the syntax is:
rgba(red, green, blue)
Some Example of RGB Color:
rgb(255, 0, 0) = red color
rgb(0, 255, 0) = green color
rgb(0, 0, 255) = blue color
There is another color formate name is RGBA this color formate is the extended version of RGB color formate with an alpha channel – which specifies the opacity of the object, and the syntax of this color formate is:
rgba(red, green, blue, alpha)
The alpha parameter’s min value is 0 it means fully transparent and the max is 1 which means fully opaque you can use any number between 0 and 1, for example, 0.3.
Create Beautiful colors using our Color generator:
Read the article from our blog: sblog360.blog