Shades of Mountain Meadow #20CA78
Tints of Mountain Meadow #20CA78
RGB
CMYK
RGB Variations
Color information
#20CA78 (or 0x20CA78) is known color: Mountain Meadow. HEX triplet: 20, CA and 78. RGB value is (32,202,120). Sum of RGB (Red+Green+Blue) = 32+202+120=354 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.04% from 354); Green value is 202 (79.30% from 255 or 57.06% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CA78 is #DF3587. Grayscale: #8D8D8D. Windows color (decimal): -14628232 or 7916064. OLE color: 7916064.
HSL color Cylindrical-coordinate representation of color #20CA78: hue angle of 151.06º 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 #20CA78 is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 202 | 120 | - |
| CMYK | 0.84 | 0 | 0.41 | 0.21 |
| HSL | 151.06º | 0.73% | 0.46% | - |
| HSV(B) | 151.06º | 0.84% | 0.79% | - |
| XYZ | 25.11 | 43.9 | 24.92 | - |
| YUV | 141.82 | 115.68 | 49.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 120 | 0.84 | 0 | 0.41 | 0.21 | 151.06 | 0.73 | 0.46 |
| Hex | 20 | CA | 78 | 54 | 0 | 29 | 15 | 97 | 49 | 2E |
| Octal | 40 | 312 | 170 | 124 | 0 | 51 | 25 | 227 | 111 | 56 |
| Binary | 100000 | 11001010 | 1111000 | 1010100 | 0 | 101001 | 10101 | 10010111 | 1001001 | 101110 |
Color Harmonies of #20CA78
Complementary color
Monochromatic Colors of #20CA78
Black with #20CA78
Text Example
Text Example
White with #20CA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CA78; }
p { color: rgb(32,202,120); }
H1.HeaderClassName
{
color: #20CA78;
}
.AnyTagClassName
{
color: #20CA78;
}
</style>
background-color css
<style>
a { background-color: #20CA78; }
a { background-color: rgb(32,202,120); }
div.DivClassName
{
background-color: #20CA78;
}
.BgClassName
{
background-color: #20CA78;
}
</style>
border-color css
<style>
span { border-color: #20CA78; }
span { border-color: rgb(32,202,120); }
td.TdClassName
{
border-color: #20CA78;
}
.TagClassName
{
border-color: #20CA78;
}
</style>