Shades of Mountain Meadow #21BD72
Tints of Mountain Meadow #21BD72
RGB
CMYK
RGB Variations
Color information
#21BD72 (or 0x21BD72) is known color: Mountain Meadow. HEX triplet: 21, BD and 72. RGB value is (33,189,114). Sum of RGB (Red+Green+Blue) = 33+189+114=336 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.82% from 336); Green value is 189 (74.22% from 255 or 56.25% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 189 - color contains mainly: green. Hex color #21BD72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BD72 is #DE428D. Grayscale: #858585. Windows color (decimal): -14566030 or 7519521. OLE color: 7519521.
HSL color Cylindrical-coordinate representation of color #21BD72: hue angle of 151.15º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BD72 is Cyan = 0.83, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 189 | 114 | - |
| CMYK | 0.83 | 0 | 0.40 | 0.26 |
| HSL | 151.15º | 0.7% | 0.44% | - |
| HSV(B) | 151.15º | 0.83% | 0.74% | - |
| XYZ | 21.86 | 37.93 | 22.09 | - |
| YUV | 133.81 | 116.82 | 56.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 189 | 114 | 0.83 | 0 | 0.40 | 0.26 | 151.15 | 0.7 | 0.44 |
| Hex | 21 | BD | 72 | 53 | 0 | 28 | 1A | 97 | 46 | 2C |
| Octal | 41 | 275 | 162 | 123 | 0 | 50 | 32 | 227 | 106 | 54 |
| Binary | 100001 | 10111101 | 1110010 | 1010011 | 0 | 101000 | 11010 | 10010111 | 1000110 | 101100 |
Color Harmonies of #21BD72
Complementary color
Monochromatic Colors of #21BD72
Black with #21BD72
Text Example
Text Example
White with #21BD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BD72; }
p { color: rgb(33,189,114); }
H1.HeaderClassName
{
color: #21BD72;
}
.AnyTagClassName
{
color: #21BD72;
}
</style>
background-color css
<style>
a { background-color: #21BD72; }
a { background-color: rgb(33,189,114); }
div.DivClassName
{
background-color: #21BD72;
}
.BgClassName
{
background-color: #21BD72;
}
</style>
border-color css
<style>
span { border-color: #21BD72; }
span { border-color: rgb(33,189,114); }
td.TdClassName
{
border-color: #21BD72;
}
.TagClassName
{
border-color: #21BD72;
}
</style>