HSL
In HTMLHypertext Markup Language (HTML) is the standard markup language for creating web pages and web applications. With Cascading Style Sheets (CSS) and JavaScript, it forms a triad of cornerstone technologies... More, a color can be specified using hue, saturationSaturation can be described as the intensity of a color. 100% is pure color, no shades of gray 50% is 50% gray, but you can still see the color. 0%... More, and lightnessThe lightness of a color can be described as how much light you want to give the color, where 0% means no light (black), 50% means 50% light (neither dark... More (HSLIn HTML, a color can be specified using hue, saturation, and lightness (HSL) in the form: hsl(hue, saturation, lightness) Hue is a degree on the color wheel from 0 to... More) in the form: hsl(hue, saturationSaturation can be described as the intensity of a color. 100% is pure color, no shades of gray 50% is 50% gray, but you can still see the color. 0%... More, lightnessThe lightness of a color can be described as how much light you want to give the color, where 0% means no light (black), 50% means 50% light (neither dark... More)
Hue is a degree on the color wheel from 0 to 360. 0 is red, 120 is green, and 240 is blue.
SaturationSaturation can be described as the intensity of a color. 100% is pure color, no shades of gray 50% is 50% gray, but you can still see the color. 0%... More is a percentage value, 0% means a shade of gray, and 100% is the full color.
LightnessThe lightness of a color can be described as how much light you want to give the color, where 0% means no light (black), 50% means 50% light (neither dark... More is also a percentage, 0% is black, 50% is neither light or dark, 100% is white.