Shades of Mountain Meadow #21AF72
Tints of Mountain Meadow #21AF72
RGB
CMYK
RGB Variations
Color information
#21AF72 (or 0x21AF72) is known color: Mountain Meadow. HEX triplet: 21, AF and 72. RGB value is (33,175,114). Sum of RGB (Red+Green+Blue) = 33+175+114=322 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.25% from 322); Green value is 175 (68.75% from 255 or 54.35% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 175 - color contains mainly: green. Hex color #21AF72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AF72 is #DE508D. Grayscale: #7D7D7D. Windows color (decimal): -14569614 or 7515937. OLE color: 7515937.
HSL color Cylindrical-coordinate representation of color #21AF72: hue angle of 154.23º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AF72 is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 175 | 114 | - |
| CMYK | 0.81 | 0 | 0.35 | 0.31 |
| HSL | 154.23º | 0.68% | 0.41% | - |
| HSV(B) | 154.23º | 0.81% | 0.69% | - |
| XYZ | 18.99 | 32.2 | 21.13 | - |
| YUV | 125.59 | 121.46 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 175 | 114 | 0.81 | 0 | 0.35 | 0.31 | 154.23 | 0.68 | 0.41 |
| Hex | 21 | AF | 72 | 51 | 0 | 23 | 1F | 9A | 44 | 29 |
| Octal | 41 | 257 | 162 | 121 | 0 | 43 | 37 | 232 | 104 | 51 |
| Binary | 100001 | 10101111 | 1110010 | 1010001 | 0 | 100011 | 11111 | 10011010 | 1000100 | 101001 |
Color Harmonies of #21AF72
Complementary color
Monochromatic Colors of #21AF72
Black with #21AF72
Text Example
Text Example
White with #21AF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AF72; }
p { color: rgb(33,175,114); }
H1.HeaderClassName
{
color: #21AF72;
}
.AnyTagClassName
{
color: #21AF72;
}
</style>
background-color css
<style>
a { background-color: #21AF72; }
a { background-color: rgb(33,175,114); }
div.DivClassName
{
background-color: #21AF72;
}
.BgClassName
{
background-color: #21AF72;
}
</style>
border-color css
<style>
span { border-color: #21AF72; }
span { border-color: rgb(33,175,114); }
td.TdClassName
{
border-color: #21AF72;
}
.TagClassName
{
border-color: #21AF72;
}
</style>