**
Hi everyone. No code is neccesary.
In the lesson “Adjust the Hue of a Color” FCC says S is saturation, L is lghtness.
That´s ok, I understand.
But: what is the meaning of H in hsl?
Code in some moment shows three numbers in hsl, for example ‘red hsl(0, 100%, 50%)’, the letter S is saturation, the letter l is lightness. What is the letter h. Sorry for any inconvenience
.**
**Your code so far**
<style>
body {
background-color: #FFFFFF;
}
.green {
background-color: #000000;
}
.cyan {
background-color: #000000;
}
.blue {
background-color: #000000;
}
div {
display: inline-block;
height: 100px;
width: 100px;
}
</style>
<div class="green"></div>
<div class="cyan"></div>
<div class="blue"></div>
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 Edg/89.0.774.75
.
Challenge: Adjust the Hue of a Color
Link to the challenge: