Shades of Mountain Meadow #21C57D
Tints of Mountain Meadow #21C57D
RGB
CMYK
RGB Variations
Color information
#21C57D (or 0x21C57D) is known color: Mountain Meadow. HEX triplet: 21, C5 and 7D. RGB value is (33,197,125). Sum of RGB (Red+Green+Blue) = 33+197+125=355 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.30% from 355); Green value is 197 (77.34% from 255 or 55.49% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 197 - color contains mainly: green. Hex color #21C57D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C57D is #DE3A82. Grayscale: #8B8B8B. Windows color (decimal): -14563971 or 8242465. OLE color: 8242465.
HSL color Cylindrical-coordinate representation of color #21C57D: hue angle of 153.66º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C57D is Cyan = 0.83, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 33 | 197 | 125 | - |
| CMYK | 0.83 | 0 | 0.37 | 0.23 |
| HSL | 153.66º | 0.71% | 0.45% | - |
| HSV(B) | 153.66º | 0.83% | 0.77% | - |
| XYZ | 24.3 | 41.74 | 26.18 | - |
| YUV | 139.76 | 119.67 | 51.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 197 | 125 | 0.83 | 0 | 0.37 | 0.23 | 153.66 | 0.71 | 0.45 |
| Hex | 21 | C5 | 7D | 53 | 0 | 25 | 17 | 9A | 47 | 2D |
| Octal | 41 | 305 | 175 | 123 | 0 | 45 | 27 | 232 | 107 | 55 |
| Binary | 100001 | 11000101 | 1111101 | 1010011 | 0 | 100101 | 10111 | 10011010 | 1000111 | 101101 |
Color Harmonies of #21C57D
Complementary color
Monochromatic Colors of #21C57D
Black with #21C57D
Text Example
Text Example
White with #21C57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C57D; }
p { color: rgb(33,197,125); }
H1.HeaderClassName
{
color: #21C57D;
}
.AnyTagClassName
{
color: #21C57D;
}
</style>
background-color css
<style>
a { background-color: #21C57D; }
a { background-color: rgb(33,197,125); }
div.DivClassName
{
background-color: #21C57D;
}
.BgClassName
{
background-color: #21C57D;
}
</style>
border-color css
<style>
span { border-color: #21C57D; }
span { border-color: rgb(33,197,125); }
td.TdClassName
{
border-color: #21C57D;
}
.TagClassName
{
border-color: #21C57D;
}
</style>