Shades of Mountain Meadow #21C176
Tints of Mountain Meadow #21C176
RGB
CMYK
RGB Variations
Color information
#21C176 (or 0x21C176) is known color: Mountain Meadow. HEX triplet: 21, C1 and 76. RGB value is (33,193,118). Sum of RGB (Red+Green+Blue) = 33+193+118=344 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.59% from 344); Green value is 193 (75.78% from 255 or 56.10% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 193 - color contains mainly: green. Hex color #21C176 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C176 is #DE3E89. Grayscale: #888888. Windows color (decimal): -14565002 or 7782689. OLE color: 7782689.
HSL color Cylindrical-coordinate representation of color #21C176: hue angle of 151.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C176 is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 193 | 118 | - |
| CMYK | 0.83 | 0 | 0.39 | 0.24 |
| HSL | 151.88º | 0.71% | 0.44% | - |
| HSV(B) | 151.88º | 0.83% | 0.76% | - |
| XYZ | 22.97 | 39.77 | 23.61 | - |
| YUV | 136.61 | 117.49 | 54.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 193 | 118 | 0.83 | 0 | 0.39 | 0.24 | 151.88 | 0.71 | 0.44 |
| Hex | 21 | C1 | 76 | 53 | 0 | 27 | 18 | 98 | 47 | 2C |
| Octal | 41 | 301 | 166 | 123 | 0 | 47 | 30 | 230 | 107 | 54 |
| Binary | 100001 | 11000001 | 1110110 | 1010011 | 0 | 100111 | 11000 | 10011000 | 1000111 | 101100 |
Color Harmonies of #21C176
Complementary color
Monochromatic Colors of #21C176
Black with #21C176
Text Example
Text Example
White with #21C176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C176; }
p { color: rgb(33,193,118); }
H1.HeaderClassName
{
color: #21C176;
}
.AnyTagClassName
{
color: #21C176;
}
</style>
background-color css
<style>
a { background-color: #21C176; }
a { background-color: rgb(33,193,118); }
div.DivClassName
{
background-color: #21C176;
}
.BgClassName
{
background-color: #21C176;
}
</style>
border-color css
<style>
span { border-color: #21C176; }
span { border-color: rgb(33,193,118); }
td.TdClassName
{
border-color: #21C176;
}
.TagClassName
{
border-color: #21C176;
}
</style>