Shades of Mountain Meadow #20D080
Tints of Mountain Meadow #20D080
RGB
CMYK
RGB Variations
Color information
#20D080 (or 0x20D080) is known color: Mountain Meadow. HEX triplet: 20, D0 and 80. RGB value is (32,208,128). Sum of RGB (Red+Green+Blue) = 32+208+128=368 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.70% from 368); Green value is 208 (81.64% from 255 or 56.52% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 208 - color contains mainly: green. Hex color #20D080 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20D080 is #DF2F7F. Grayscale: #929292. Windows color (decimal): -14626688 or 8441888. OLE color: 8441888.
HSL color Cylindrical-coordinate representation of color #20D080: hue angle of 152.73º 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 #20D080 is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 208 | 128 | - |
| CMYK | 0.85 | 0 | 0.38 | 0.18 |
| HSL | 152.73º | 0.73% | 0.47% | - |
| HSV(B) | 152.73º | 0.85% | 0.82% | - |
| XYZ | 27.05 | 46.98 | 28.06 | - |
| YUV | 146.26 | 117.69 | 46.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 208 | 128 | 0.85 | 0 | 0.38 | 0.18 | 152.73 | 0.73 | 0.47 |
| Hex | 20 | D0 | 80 | 55 | 0 | 26 | 12 | 99 | 49 | 2F |
| Octal | 40 | 320 | 200 | 125 | 0 | 46 | 22 | 231 | 111 | 57 |
| Binary | 100000 | 11010000 | 10000000 | 1010101 | 0 | 100110 | 10010 | 10011001 | 1001001 | 101111 |
Color Harmonies of #20D080
Complementary color
Monochromatic Colors of #20D080
Black with #20D080
Text Example
Text Example
White with #20D080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D080; }
p { color: rgb(32,208,128); }
H1.HeaderClassName
{
color: #20D080;
}
.AnyTagClassName
{
color: #20D080;
}
</style>
background-color css
<style>
a { background-color: #20D080; }
a { background-color: rgb(32,208,128); }
div.DivClassName
{
background-color: #20D080;
}
.BgClassName
{
background-color: #20D080;
}
</style>
border-color css
<style>
span { border-color: #20D080; }
span { border-color: rgb(32,208,128); }
td.TdClassName
{
border-color: #20D080;
}
.TagClassName
{
border-color: #20D080;
}
</style>