Shades of Mountain Meadow #21B979
Tints of Mountain Meadow #21B979
RGB
CMYK
RGB Variations
Color information
#21B979 (or 0x21B979) is known color: Mountain Meadow. HEX triplet: 21, B9 and 79. RGB value is (33,185,121). Sum of RGB (Red+Green+Blue) = 33+185+121=339 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.73% from 339); Green value is 185 (72.66% from 255 or 54.57% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 185 - color contains mainly: green. Hex color #21B979 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21B979 is #DE4686. Grayscale: #848484. Windows color (decimal): -14567047 or 7977249. OLE color: 7977249.
HSL color Cylindrical-coordinate representation of color #21B979: hue angle of 154.74º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B979 is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 185 | 121 | - |
| CMYK | 0.82 | 0 | 0.35 | 0.27 |
| HSL | 154.74º | 0.7% | 0.43% | - |
| HSV(B) | 154.74º | 0.82% | 0.73% | - |
| XYZ | 21.43 | 36.4 | 23.99 | - |
| YUV | 132.26 | 121.64 | 57.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 185 | 121 | 0.82 | 0 | 0.35 | 0.27 | 154.74 | 0.7 | 0.43 |
| Hex | 21 | B9 | 79 | 52 | 0 | 23 | 1B | 9B | 46 | 2B |
| Octal | 41 | 271 | 171 | 122 | 0 | 43 | 33 | 233 | 106 | 53 |
| Binary | 100001 | 10111001 | 1111001 | 1010010 | 0 | 100011 | 11011 | 10011011 | 1000110 | 101011 |
Color Harmonies of #21B979
Complementary color
Monochromatic Colors of #21B979
Black with #21B979
Text Example
Text Example
White with #21B979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B979; }
p { color: rgb(33,185,121); }
H1.HeaderClassName
{
color: #21B979;
}
.AnyTagClassName
{
color: #21B979;
}
</style>
background-color css
<style>
a { background-color: #21B979; }
a { background-color: rgb(33,185,121); }
div.DivClassName
{
background-color: #21B979;
}
.BgClassName
{
background-color: #21B979;
}
</style>
border-color css
<style>
span { border-color: #21B979; }
span { border-color: rgb(33,185,121); }
td.TdClassName
{
border-color: #21B979;
}
.TagClassName
{
border-color: #21B979;
}
</style>