Shades of Mountain Meadow #20C47C
Tints of Mountain Meadow #20C47C
RGB
CMYK
RGB Variations
Color information
#20C47C (or 0x20C47C) is known color: Mountain Meadow. HEX triplet: 20, C4 and 7C. RGB value is (32,196,124). Sum of RGB (Red+Green+Blue) = 32+196+124=352 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.09% from 352); Green value is 196 (76.95% from 255 or 55.68% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 196 - color contains mainly: green. Hex color #20C47C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C47C is #DF3B83. Grayscale: #8A8A8A. Windows color (decimal): -14629764 or 8176672. OLE color: 8176672.
HSL color Cylindrical-coordinate representation of color #20C47C: hue angle of 153.66º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C47C is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 196 | 124 | - |
| CMYK | 0.84 | 0 | 0.37 | 0.23 |
| HSL | 153.66º | 0.72% | 0.45% | - |
| HSV(B) | 153.66º | 0.84% | 0.77% | - |
| XYZ | 23.97 | 41.24 | 25.77 | - |
| YUV | 138.76 | 119.67 | 51.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 196 | 124 | 0.84 | 0 | 0.37 | 0.23 | 153.66 | 0.72 | 0.45 |
| Hex | 20 | C4 | 7C | 54 | 0 | 25 | 17 | 9A | 48 | 2D |
| Octal | 40 | 304 | 174 | 124 | 0 | 45 | 27 | 232 | 110 | 55 |
| Binary | 100000 | 11000100 | 1111100 | 1010100 | 0 | 100101 | 10111 | 10011010 | 1001000 | 101101 |
Color Harmonies of #20C47C
Complementary color
Monochromatic Colors of #20C47C
Black with #20C47C
Text Example
Text Example
White with #20C47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C47C; }
p { color: rgb(32,196,124); }
H1.HeaderClassName
{
color: #20C47C;
}
.AnyTagClassName
{
color: #20C47C;
}
</style>
background-color css
<style>
a { background-color: #20C47C; }
a { background-color: rgb(32,196,124); }
div.DivClassName
{
background-color: #20C47C;
}
.BgClassName
{
background-color: #20C47C;
}
</style>
border-color css
<style>
span { border-color: #20C47C; }
span { border-color: rgb(32,196,124); }
td.TdClassName
{
border-color: #20C47C;
}
.TagClassName
{
border-color: #20C47C;
}
</style>