Intro to CSS CSS Style class CSS style EG: CSS colours HSL RGB HEX

CSS HSL color values

HSL stands for hue, saturation, and lightness.

HSL color values are specified with: hsl(hue, saturation, lightness).


HUE

Hue is a degree on the color wheel from 0 to 360.

saturation

Saturation is a percentage value.

lightness

lightness is also a percentage.