HTML Colors

Опубликовано: 11 Апрель 2026
на канале: Animated Study
286
26

Here we will learn how to define color using rgb, hsl and hexadecimal formats. In rgb format each parameter like red, green, and blue defines the intensity of the color with a value between 0 and 255. This means that there are 256 x 256 x 256 = 16777216 possible colors that you can use in HTML documents. This intensity we can convert into hexadecimal form and we can write six letter hexadecimal codes for the specific color. At last we understand hsl scale in which we are using hue component from 0 to 360 degree while saturation and lightness we can give from 0 to 100 percent and we can produce different color. It is also explain how you can add the alpha channel and set the transparency or opacity of the color.

See Full Playlist on HTML, CSS and JavaScript:    • HTML, CSS and JavaScript  

See Full Playlist on Data Structures:    • Data Structures  

#HTML #Color #AnimatedStudy