Shades of Mountain Meadow #20C882
Tints of Mountain Meadow #20C882
RGB
CMYK
RGB Variations
Color information
#20C882 (or 0x20C882) is known color: Mountain Meadow. HEX triplet: 20, C8 and 82. RGB value is (32,200,130). Sum of RGB (Red+Green+Blue) = 32+200+130=362 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.84% from 362); Green value is 200 (78.52% from 255 or 55.25% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 200 - color contains mainly: green. Hex color #20C882 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C882 is #DF377D. Grayscale: #8D8D8D. Windows color (decimal): -14628734 or 8570912. OLE color: 8570912.
HSL color Cylindrical-coordinate representation of color #20C882: hue angle of 155º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C882 is Cyan = 0.84, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 200 | 130 | - |
| CMYK | 0.84 | 0 | 0.35 | 0.22 |
| HSL | 155º | 0.72% | 0.45% | - |
| HSV(B) | 155º | 0.84% | 0.78% | - |
| XYZ | 25.28 | 43.23 | 28.13 | - |
| YUV | 141.79 | 121.34 | 49.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 200 | 130 | 0.84 | 0 | 0.35 | 0.22 | 155 | 0.72 | 0.45 |
| Hex | 20 | C8 | 82 | 54 | 0 | 23 | 16 | 9B | 48 | 2D |
| Octal | 40 | 310 | 202 | 124 | 0 | 43 | 26 | 233 | 110 | 55 |
| Binary | 100000 | 11001000 | 10000010 | 1010100 | 0 | 100011 | 10110 | 10011011 | 1001000 | 101101 |
Color Harmonies of #20C882
Complementary color
Monochromatic Colors of #20C882
Black with #20C882
Text Example
Text Example
White with #20C882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C882; }
p { color: rgb(32,200,130); }
H1.HeaderClassName
{
color: #20C882;
}
.AnyTagClassName
{
color: #20C882;
}
</style>
background-color css
<style>
a { background-color: #20C882; }
a { background-color: rgb(32,200,130); }
div.DivClassName
{
background-color: #20C882;
}
.BgClassName
{
background-color: #20C882;
}
</style>
border-color css
<style>
span { border-color: #20C882; }
span { border-color: rgb(32,200,130); }
td.TdClassName
{
border-color: #20C882;
}
.TagClassName
{
border-color: #20C882;
}
</style>