Shades of Mountain Meadow #20D07D
Tints of Mountain Meadow #20D07D
RGB
CMYK
RGB Variations
Color information
#20D07D (or 0x20D07D) is known color: Mountain Meadow. HEX triplet: 20, D0 and 7D. RGB value is (32,208,125). Sum of RGB (Red+Green+Blue) = 32+208+125=365 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.77% from 365); Green value is 208 (81.64% from 255 or 56.99% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 208 - color contains mainly: green. Hex color #20D07D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D07D is #DF2F82. Grayscale: #929292. Windows color (decimal): -14626691 or 8245280. OLE color: 8245280.
HSL color Cylindrical-coordinate representation of color #20D07D: hue angle of 151.7º degrees, saturation: 0.73, 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 #20D07D is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 208 | 125 | - |
| CMYK | 0.85 | 0 | 0.40 | 0.18 |
| HSL | 151.7º | 0.73% | 0.47% | - |
| HSV(B) | 151.7º | 0.85% | 0.82% | - |
| XYZ | 26.85 | 46.9 | 27.04 | - |
| YUV | 145.91 | 116.19 | 46.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 208 | 125 | 0.85 | 0 | 0.40 | 0.18 | 151.7 | 0.73 | 0.47 |
| Hex | 20 | D0 | 7D | 55 | 0 | 28 | 12 | 98 | 49 | 2F |
| Octal | 40 | 320 | 175 | 125 | 0 | 50 | 22 | 230 | 111 | 57 |
| Binary | 100000 | 11010000 | 1111101 | 1010101 | 0 | 101000 | 10010 | 10011000 | 1001001 | 101111 |
Color Harmonies of #20D07D
Complementary color
Monochromatic Colors of #20D07D
Black with #20D07D
Text Example
Text Example
White with #20D07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D07D; }
p { color: rgb(32,208,125); }
H1.HeaderClassName
{
color: #20D07D;
}
.AnyTagClassName
{
color: #20D07D;
}
</style>
background-color css
<style>
a { background-color: #20D07D; }
a { background-color: rgb(32,208,125); }
div.DivClassName
{
background-color: #20D07D;
}
.BgClassName
{
background-color: #20D07D;
}
</style>
border-color css
<style>
span { border-color: #20D07D; }
span { border-color: rgb(32,208,125); }
td.TdClassName
{
border-color: #20D07D;
}
.TagClassName
{
border-color: #20D07D;
}
</style>