Shades of Mountain Meadow #21BD89
Tints of Mountain Meadow #21BD89
RGB
CMYK
RGB Variations
Color information
#21BD89 (or 0x21BD89) is known color: Mountain Meadow. HEX triplet: 21, BD and 89. RGB value is (33,189,137). Sum of RGB (Red+Green+Blue) = 33+189+137=359 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.19% from 359); Green value is 189 (74.22% from 255 or 52.65% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 189 - color contains mainly: green. Hex color #21BD89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BD89 is #DE4276. Grayscale: #888888. Windows color (decimal): -14566007 or 9026849. OLE color: 9026849.
HSL color Cylindrical-coordinate representation of color #21BD89: hue angle of 160º 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 #21BD89 is Cyan = 0.83, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 189 | 137 | - |
| CMYK | 0.83 | 0 | 0.28 | 0.26 |
| HSL | 160º | 0.7% | 0.44% | - |
| HSV(B) | 160º | 0.83% | 0.74% | - |
| XYZ | 23.34 | 38.52 | 29.87 | - |
| YUV | 136.43 | 128.32 | 54.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 189 | 137 | 0.83 | 0 | 0.28 | 0.26 | 160 | 0.7 | 0.44 |
| Hex | 21 | BD | 89 | 53 | 0 | 1C | 1A | A0 | 46 | 2C |
| Octal | 41 | 275 | 211 | 123 | 0 | 34 | 32 | 240 | 106 | 54 |
| Binary | 100001 | 10111101 | 10001001 | 1010011 | 0 | 11100 | 11010 | 10100000 | 1000110 | 101100 |
Color Harmonies of #21BD89
Complementary color
Monochromatic Colors of #21BD89
Black with #21BD89
Text Example
Text Example
White with #21BD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BD89; }
p { color: rgb(33,189,137); }
H1.HeaderClassName
{
color: #21BD89;
}
.AnyTagClassName
{
color: #21BD89;
}
</style>
background-color css
<style>
a { background-color: #21BD89; }
a { background-color: rgb(33,189,137); }
div.DivClassName
{
background-color: #21BD89;
}
.BgClassName
{
background-color: #21BD89;
}
</style>
border-color css
<style>
span { border-color: #21BD89; }
span { border-color: rgb(33,189,137); }
td.TdClassName
{
border-color: #21BD89;
}
.TagClassName
{
border-color: #21BD89;
}
</style>