Shades of Mountain Meadow #21C989
Tints of Mountain Meadow #21C989
RGB
CMYK
RGB Variations
Color information
#21C989 (or 0x21C989) is known color: Mountain Meadow. HEX triplet: 21, C9 and 89. RGB value is (33,201,137). Sum of RGB (Red+Green+Blue) = 33+201+137=371 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.89% from 371); Green value is 201 (78.91% from 255 or 54.18% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 201 - color contains mainly: green. Hex color #21C989 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21C989 is #DE3676. Grayscale: #8F8F8F. Windows color (decimal): -14562935 or 9029921. OLE color: 9029921.
HSL color Cylindrical-coordinate representation of color #21C989: hue angle of 157.14º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21C989 is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 201 | 137 | - |
| CMYK | 0.84 | 0 | 0.32 | 0.21 |
| HSL | 157.14º | 0.72% | 0.46% | - |
| HSV(B) | 157.14º | 0.84% | 0.79% | - |
| XYZ | 26.03 | 43.9 | 30.77 | - |
| YUV | 143.47 | 124.34 | 49.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 201 | 137 | 0.84 | 0 | 0.32 | 0.21 | 157.14 | 0.72 | 0.46 |
| Hex | 21 | C9 | 89 | 54 | 0 | 20 | 15 | 9D | 48 | 2E |
| Octal | 41 | 311 | 211 | 124 | 0 | 40 | 25 | 235 | 110 | 56 |
| Binary | 100001 | 11001001 | 10001001 | 1010100 | 0 | 100000 | 10101 | 10011101 | 1001000 | 101110 |
Color Harmonies of #21C989
Complementary color
Monochromatic Colors of #21C989
Black with #21C989
Text Example
Text Example
White with #21C989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C989; }
p { color: rgb(33,201,137); }
H1.HeaderClassName
{
color: #21C989;
}
.AnyTagClassName
{
color: #21C989;
}
</style>
background-color css
<style>
a { background-color: #21C989; }
a { background-color: rgb(33,201,137); }
div.DivClassName
{
background-color: #21C989;
}
.BgClassName
{
background-color: #21C989;
}
</style>
border-color css
<style>
span { border-color: #21C989; }
span { border-color: rgb(33,201,137); }
td.TdClassName
{
border-color: #21C989;
}
.TagClassName
{
border-color: #21C989;
}
</style>