Shades of Mountain Meadow #20CA80
Tints of Mountain Meadow #20CA80
RGB
CMYK
RGB Variations
Color information
#20CA80 (or 0x20CA80) is known color: Mountain Meadow. HEX triplet: 20, CA and 80. RGB value is (32,202,128). Sum of RGB (Red+Green+Blue) = 32+202+128=362 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.84% from 362); Green value is 202 (79.30% from 255 or 55.80% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CA80 is #DF357F. Grayscale: #8E8E8E. Windows color (decimal): -14628224 or 8440352. OLE color: 8440352.
HSL color Cylindrical-coordinate representation of color #20CA80: hue angle of 153.88º 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 #20CA80 is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 202 | 128 | - |
| CMYK | 0.84 | 0 | 0.37 | 0.21 |
| HSL | 153.88º | 0.73% | 0.46% | - |
| HSV(B) | 153.88º | 0.84% | 0.79% | - |
| XYZ | 25.61 | 44.11 | 27.59 | - |
| YUV | 142.73 | 119.68 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 128 | 0.84 | 0 | 0.37 | 0.21 | 153.88 | 0.73 | 0.46 |
| Hex | 20 | CA | 80 | 54 | 0 | 25 | 15 | 9A | 49 | 2E |
| Octal | 40 | 312 | 200 | 124 | 0 | 45 | 25 | 232 | 111 | 56 |
| Binary | 100000 | 11001010 | 10000000 | 1010100 | 0 | 100101 | 10101 | 10011010 | 1001001 | 101110 |
Color Harmonies of #20CA80
Complementary color
Monochromatic Colors of #20CA80
Black with #20CA80
Text Example
Text Example
White with #20CA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CA80; }
p { color: rgb(32,202,128); }
H1.HeaderClassName
{
color: #20CA80;
}
.AnyTagClassName
{
color: #20CA80;
}
</style>
background-color css
<style>
a { background-color: #20CA80; }
a { background-color: rgb(32,202,128); }
div.DivClassName
{
background-color: #20CA80;
}
.BgClassName
{
background-color: #20CA80;
}
</style>
border-color css
<style>
span { border-color: #20CA80; }
span { border-color: rgb(32,202,128); }
td.TdClassName
{
border-color: #20CA80;
}
.TagClassName
{
border-color: #20CA80;
}
</style>