Shades of Mountain Meadow #20D075
Tints of Mountain Meadow #20D075
RGB
CMYK
RGB Variations
Color information
#20D075 (or 0x20D075) is known color: Mountain Meadow. HEX triplet: 20, D0 and 75. RGB value is (32,208,117). Sum of RGB (Red+Green+Blue) = 32+208+117=357 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.96% from 357); Green value is 208 (81.64% from 255 or 58.26% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 208 - color contains mainly: green. Hex color #20D075 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D075 is #DF2F8A. Grayscale: #919191. Windows color (decimal): -14626699 or 7720992. OLE color: 7720992.
HSL color Cylindrical-coordinate representation of color #20D075: hue angle of 148.98º 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 #20D075 is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 208 | 117 | - |
| CMYK | 0.85 | 0 | 0.44 | 0.18 |
| HSL | 148.98º | 0.73% | 0.47% | - |
| HSV(B) | 148.98º | 0.85% | 0.82% | - |
| XYZ | 26.36 | 46.7 | 24.45 | - |
| YUV | 145 | 112.19 | 47.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 208 | 117 | 0.85 | 0 | 0.44 | 0.18 | 148.98 | 0.73 | 0.47 |
| Hex | 20 | D0 | 75 | 55 | 0 | 2C | 12 | 95 | 49 | 2F |
| Octal | 40 | 320 | 165 | 125 | 0 | 54 | 22 | 225 | 111 | 57 |
| Binary | 100000 | 11010000 | 1110101 | 1010101 | 0 | 101100 | 10010 | 10010101 | 1001001 | 101111 |
Color Harmonies of #20D075
Complementary color
Monochromatic Colors of #20D075
Black with #20D075
Text Example
Text Example
White with #20D075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D075; }
p { color: rgb(32,208,117); }
H1.HeaderClassName
{
color: #20D075;
}
.AnyTagClassName
{
color: #20D075;
}
</style>
background-color css
<style>
a { background-color: #20D075; }
a { background-color: rgb(32,208,117); }
div.DivClassName
{
background-color: #20D075;
}
.BgClassName
{
background-color: #20D075;
}
</style>
border-color css
<style>
span { border-color: #20D075; }
span { border-color: rgb(32,208,117); }
td.TdClassName
{
border-color: #20D075;
}
.TagClassName
{
border-color: #20D075;
}
</style>