Shades of Mountain Meadow #20D279
Tints of Mountain Meadow #20D279
RGB
CMYK
RGB Variations
Color information
#20D279 (or 0x20D279) is known color: Mountain Meadow. HEX triplet: 20, D2 and 79. RGB value is (32,210,121). Sum of RGB (Red+Green+Blue) = 32+210+121=363 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.82% from 363); Green value is 210 (82.42% from 255 or 57.85% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 210 - color contains mainly: green. Hex color #20D279 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D279 is #DF2D86. Grayscale: #929292. Windows color (decimal): -14626183 or 7983648. OLE color: 7983648.
HSL color Cylindrical-coordinate representation of color #20D279: hue angle of 150º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D279 is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 210 | 121 | - |
| CMYK | 0.85 | 0 | 0.42 | 0.18 |
| HSL | 150º | 0.74% | 0.47% | - |
| HSV(B) | 150º | 0.85% | 0.82% | - |
| XYZ | 27.09 | 47.78 | 25.88 | - |
| YUV | 146.63 | 113.53 | 46.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 210 | 121 | 0.85 | 0 | 0.42 | 0.18 | 150 | 0.74 | 0.47 |
| Hex | 20 | D2 | 79 | 55 | 0 | 2A | 12 | 96 | 4A | 2F |
| Octal | 40 | 322 | 171 | 125 | 0 | 52 | 22 | 226 | 112 | 57 |
| Binary | 100000 | 11010010 | 1111001 | 1010101 | 0 | 101010 | 10010 | 10010110 | 1001010 | 101111 |
Color Harmonies of #20D279
Complementary color
Monochromatic Colors of #20D279
Black with #20D279
Text Example
Text Example
White with #20D279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D279; }
p { color: rgb(32,210,121); }
H1.HeaderClassName
{
color: #20D279;
}
.AnyTagClassName
{
color: #20D279;
}
</style>
background-color css
<style>
a { background-color: #20D279; }
a { background-color: rgb(32,210,121); }
div.DivClassName
{
background-color: #20D279;
}
.BgClassName
{
background-color: #20D279;
}
</style>
border-color css
<style>
span { border-color: #20D279; }
span { border-color: rgb(32,210,121); }
td.TdClassName
{
border-color: #20D279;
}
.TagClassName
{
border-color: #20D279;
}
</style>