Shades of Mountain Meadow #21C376
Tints of Mountain Meadow #21C376
RGB
CMYK
RGB Variations
Color information
#21C376 (or 0x21C376) is known color: Mountain Meadow. HEX triplet: 21, C3 and 76. RGB value is (33,195,118). Sum of RGB (Red+Green+Blue) = 33+195+118=346 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.54% from 346); Green value is 195 (76.56% from 255 or 56.36% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 195 - color contains mainly: green. Hex color #21C376 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C376 is #DE3C89. Grayscale: #898989. Windows color (decimal): -14564490 or 7783201. OLE color: 7783201.
HSL color Cylindrical-coordinate representation of color #21C376: hue angle of 151.48º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C376 is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 195 | 118 | - |
| CMYK | 0.83 | 0 | 0.39 | 0.24 |
| HSL | 151.48º | 0.71% | 0.45% | - |
| HSV(B) | 151.48º | 0.83% | 0.76% | - |
| XYZ | 23.41 | 40.66 | 23.75 | - |
| YUV | 137.78 | 116.83 | 53.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 195 | 118 | 0.83 | 0 | 0.39 | 0.24 | 151.48 | 0.71 | 0.45 |
| Hex | 21 | C3 | 76 | 53 | 0 | 27 | 18 | 97 | 47 | 2D |
| Octal | 41 | 303 | 166 | 123 | 0 | 47 | 30 | 227 | 107 | 55 |
| Binary | 100001 | 11000011 | 1110110 | 1010011 | 0 | 100111 | 11000 | 10010111 | 1000111 | 101101 |
Color Harmonies of #21C376
Complementary color
Monochromatic Colors of #21C376
Black with #21C376
Text Example
Text Example
White with #21C376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C376; }
p { color: rgb(33,195,118); }
H1.HeaderClassName
{
color: #21C376;
}
.AnyTagClassName
{
color: #21C376;
}
</style>
background-color css
<style>
a { background-color: #21C376; }
a { background-color: rgb(33,195,118); }
div.DivClassName
{
background-color: #21C376;
}
.BgClassName
{
background-color: #21C376;
}
</style>
border-color css
<style>
span { border-color: #21C376; }
span { border-color: rgb(33,195,118); }
td.TdClassName
{
border-color: #21C376;
}
.TagClassName
{
border-color: #21C376;
}
</style>