Shades of Mountain Meadow #21AB77
Tints of Mountain Meadow #21AB77
RGB
CMYK
RGB Variations
Color information
#21AB77 (or 0x21AB77) is known color: Mountain Meadow. HEX triplet: 21, AB and 77. RGB value is (33,171,119). Sum of RGB (Red+Green+Blue) = 33+171+119=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 171 (67.19% from 255 or 52.94% from 323); Blue value is 119 (46.88% from 255 or 36.84% from 323); Max value from RGB is 171 - color contains mainly: green. Hex color #21AB77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AB77 is #DE5488. Grayscale: #7B7B7B. Windows color (decimal): -14570633 or 7842593. OLE color: 7842593.
HSL color Cylindrical-coordinate representation of color #21AB77: hue angle of 157.39º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AB77 is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 171 | 119 | - |
| CMYK | 0.81 | 0 | 0.30 | 0.33 |
| HSL | 157.39º | 0.68% | 0.4% | - |
| HSV(B) | 157.39º | 0.81% | 0.67% | - |
| XYZ | 18.52 | 30.78 | 22.42 | - |
| YUV | 123.81 | 125.28 | 63.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 171 | 119 | 0.81 | 0 | 0.30 | 0.33 | 157.39 | 0.68 | 0.4 |
| Hex | 21 | AB | 77 | 51 | 0 | 1E | 21 | 9D | 44 | 28 |
| Octal | 41 | 253 | 167 | 121 | 0 | 36 | 41 | 235 | 104 | 50 |
| Binary | 100001 | 10101011 | 1110111 | 1010001 | 0 | 11110 | 100001 | 10011101 | 1000100 | 101000 |
Color Harmonies of #21AB77
Complementary color
Monochromatic Colors of #21AB77
Black with #21AB77
Text Example
Text Example
White with #21AB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AB77; }
p { color: rgb(33,171,119); }
H1.HeaderClassName
{
color: #21AB77;
}
.AnyTagClassName
{
color: #21AB77;
}
</style>
background-color css
<style>
a { background-color: #21AB77; }
a { background-color: rgb(33,171,119); }
div.DivClassName
{
background-color: #21AB77;
}
.BgClassName
{
background-color: #21AB77;
}
</style>
border-color css
<style>
span { border-color: #21AB77; }
span { border-color: rgb(33,171,119); }
td.TdClassName
{
border-color: #21AB77;
}
.TagClassName
{
border-color: #21AB77;
}
</style>