Shades of Mountain Meadow #21B978
Tints of Mountain Meadow #21B978
RGB
CMYK
RGB Variations
Color information
#21B978 (or 0x21B978) is known color: Mountain Meadow. HEX triplet: 21, B9 and 78. RGB value is (33,185,120). Sum of RGB (Red+Green+Blue) = 33+185+120=338 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.76% from 338); Green value is 185 (72.66% from 255 or 54.73% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 185 - color contains mainly: green. Hex color #21B978 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21B978 is #DE4687. Grayscale: #848484. Windows color (decimal): -14567048 or 7911713. OLE color: 7911713.
HSL color Cylindrical-coordinate representation of color #21B978: hue angle of 154.34º 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 #21B978 is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 185 | 120 | - |
| CMYK | 0.82 | 0 | 0.35 | 0.27 |
| HSL | 154.34º | 0.7% | 0.43% | - |
| HSV(B) | 154.34º | 0.82% | 0.73% | - |
| XYZ | 21.37 | 36.38 | 23.66 | - |
| YUV | 132.14 | 121.14 | 57.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 185 | 120 | 0.82 | 0 | 0.35 | 0.27 | 154.34 | 0.7 | 0.43 |
| Hex | 21 | B9 | 78 | 52 | 0 | 23 | 1B | 9A | 46 | 2B |
| Octal | 41 | 271 | 170 | 122 | 0 | 43 | 33 | 232 | 106 | 53 |
| Binary | 100001 | 10111001 | 1111000 | 1010010 | 0 | 100011 | 11011 | 10011010 | 1000110 | 101011 |
Color Harmonies of #21B978
Complementary color
Monochromatic Colors of #21B978
Black with #21B978
Text Example
Text Example
White with #21B978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B978; }
p { color: rgb(33,185,120); }
H1.HeaderClassName
{
color: #21B978;
}
.AnyTagClassName
{
color: #21B978;
}
</style>
background-color css
<style>
a { background-color: #21B978; }
a { background-color: rgb(33,185,120); }
div.DivClassName
{
background-color: #21B978;
}
.BgClassName
{
background-color: #21B978;
}
</style>
border-color css
<style>
span { border-color: #21B978; }
span { border-color: rgb(33,185,120); }
td.TdClassName
{
border-color: #21B978;
}
.TagClassName
{
border-color: #21B978;
}
</style>