Shades of Mountain Meadow #20CA84
Tints of Mountain Meadow #20CA84
RGB
CMYK
RGB Variations
Color information
#20CA84 (or 0x20CA84) is known color: Mountain Meadow. HEX triplet: 20, CA and 84. RGB value is (32,202,132). Sum of RGB (Red+Green+Blue) = 32+202+132=366 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.74% from 366); Green value is 202 (79.30% from 255 or 55.19% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CA84 is #DF357B. Grayscale: #8F8F8F. Windows color (decimal): -14628220 or 8702496. OLE color: 8702496.
HSL color Cylindrical-coordinate representation of color #20CA84: hue angle of 155.29º 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 #20CA84 is Cyan = 0.84, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 202 | 132 | - |
| CMYK | 0.84 | 0 | 0.35 | 0.21 |
| HSL | 155.29º | 0.73% | 0.46% | - |
| HSV(B) | 155.29º | 0.84% | 0.79% | - |
| XYZ | 25.88 | 44.21 | 29 | - |
| YUV | 143.19 | 121.68 | 48.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 132 | 0.84 | 0 | 0.35 | 0.21 | 155.29 | 0.73 | 0.46 |
| Hex | 20 | CA | 84 | 54 | 0 | 23 | 15 | 9B | 49 | 2E |
| Octal | 40 | 312 | 204 | 124 | 0 | 43 | 25 | 233 | 111 | 56 |
| Binary | 100000 | 11001010 | 10000100 | 1010100 | 0 | 100011 | 10101 | 10011011 | 1001001 | 101110 |
Color Harmonies of #20CA84
Complementary color
Monochromatic Colors of #20CA84
Black with #20CA84
Text Example
Text Example
White with #20CA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CA84; }
p { color: rgb(32,202,132); }
H1.HeaderClassName
{
color: #20CA84;
}
.AnyTagClassName
{
color: #20CA84;
}
</style>
background-color css
<style>
a { background-color: #20CA84; }
a { background-color: rgb(32,202,132); }
div.DivClassName
{
background-color: #20CA84;
}
.BgClassName
{
background-color: #20CA84;
}
</style>
border-color css
<style>
span { border-color: #20CA84; }
span { border-color: rgb(32,202,132); }
td.TdClassName
{
border-color: #20CA84;
}
.TagClassName
{
border-color: #20CA84;
}
</style>