Shades of Mountain Meadow #20CA72
Tints of Mountain Meadow #20CA72
RGB
CMYK
RGB Variations
Color information
#20CA72 (or 0x20CA72) is known color: Mountain Meadow. HEX triplet: 20, CA and 72. RGB value is (32,202,114). Sum of RGB (Red+Green+Blue) = 32+202+114=348 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.20% from 348); Green value is 202 (79.30% from 255 or 58.05% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CA72 is #DF358D. Grayscale: #8D8D8D. Windows color (decimal): -14628238 or 7522848. OLE color: 7522848.
HSL color Cylindrical-coordinate representation of color #20CA72: hue angle of 148.94º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CA72 is Cyan = 0.84, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 202 | 114 | - |
| CMYK | 0.84 | 0 | 0.44 | 0.21 |
| HSL | 148.94º | 0.73% | 0.46% | - |
| HSV(B) | 148.94º | 0.84% | 0.79% | - |
| XYZ | 24.75 | 43.76 | 23.06 | - |
| YUV | 141.14 | 112.68 | 50.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 114 | 0.84 | 0 | 0.44 | 0.21 | 148.94 | 0.73 | 0.46 |
| Hex | 20 | CA | 72 | 54 | 0 | 2C | 15 | 95 | 49 | 2E |
| Octal | 40 | 312 | 162 | 124 | 0 | 54 | 25 | 225 | 111 | 56 |
| Binary | 100000 | 11001010 | 1110010 | 1010100 | 0 | 101100 | 10101 | 10010101 | 1001001 | 101110 |
Color Harmonies of #20CA72
Complementary color
Monochromatic Colors of #20CA72
Black with #20CA72
Text Example
Text Example
White with #20CA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CA72; }
p { color: rgb(32,202,114); }
H1.HeaderClassName
{
color: #20CA72;
}
.AnyTagClassName
{
color: #20CA72;
}
</style>
background-color css
<style>
a { background-color: #20CA72; }
a { background-color: rgb(32,202,114); }
div.DivClassName
{
background-color: #20CA72;
}
.BgClassName
{
background-color: #20CA72;
}
</style>
border-color css
<style>
span { border-color: #20CA72; }
span { border-color: rgb(32,202,114); }
td.TdClassName
{
border-color: #20CA72;
}
.TagClassName
{
border-color: #20CA72;
}
</style>