Shades of Mountain Meadow #20D27D
Tints of Mountain Meadow #20D27D
RGB
CMYK
RGB Variations
Color information
#20D27D (or 0x20D27D) is known color: Mountain Meadow. HEX triplet: 20, D2 and 7D. RGB value is (32,210,125). Sum of RGB (Red+Green+Blue) = 32+210+125=367 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.72% from 367); Green value is 210 (82.42% from 255 or 57.22% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 210 - color contains mainly: green. Hex color #20D27D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D27D is #DF2D82. Grayscale: #939393. Windows color (decimal): -14626179 or 8245792. OLE color: 8245792.
HSL color Cylindrical-coordinate representation of color #20D27D: hue angle of 151.35º 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 #20D27D is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 210 | 125 | - |
| CMYK | 0.85 | 0 | 0.40 | 0.18 |
| HSL | 151.35º | 0.74% | 0.47% | - |
| HSV(B) | 151.35º | 0.85% | 0.82% | - |
| XYZ | 27.34 | 47.88 | 27.2 | - |
| YUV | 147.09 | 115.53 | 45.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 210 | 125 | 0.85 | 0 | 0.40 | 0.18 | 151.35 | 0.74 | 0.47 |
| Hex | 20 | D2 | 7D | 55 | 0 | 28 | 12 | 97 | 4A | 2F |
| Octal | 40 | 322 | 175 | 125 | 0 | 50 | 22 | 227 | 112 | 57 |
| Binary | 100000 | 11010010 | 1111101 | 1010101 | 0 | 101000 | 10010 | 10010111 | 1001010 | 101111 |
Color Harmonies of #20D27D
Complementary color
Monochromatic Colors of #20D27D
Black with #20D27D
Text Example
Text Example
White with #20D27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D27D; }
p { color: rgb(32,210,125); }
H1.HeaderClassName
{
color: #20D27D;
}
.AnyTagClassName
{
color: #20D27D;
}
</style>
background-color css
<style>
a { background-color: #20D27D; }
a { background-color: rgb(32,210,125); }
div.DivClassName
{
background-color: #20D27D;
}
.BgClassName
{
background-color: #20D27D;
}
</style>
border-color css
<style>
span { border-color: #20D27D; }
span { border-color: rgb(32,210,125); }
td.TdClassName
{
border-color: #20D27D;
}
.TagClassName
{
border-color: #20D27D;
}
</style>