Shades of Malachite #20DD75
Tints of Malachite #20DD75
RGB
CMYK
RGB Variations
Color information
#20DD75 (or 0x20DD75) is known color: Malachite. HEX triplet: 20, DD and 75. RGB value is (32,221,117). Sum of RGB (Red+Green+Blue) = 32+221+117=370 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.65% from 370); Green value is 221 (86.72% from 255 or 59.73% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 221 - color contains mainly: green. Hex color #20DD75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20DD75 is #DF228A. Grayscale: #989898. Windows color (decimal): -14623371 or 7724320. OLE color: 7724320.
HSL color Cylindrical-coordinate representation of color #20DD75: hue angle of 146.98º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20DD75 is Cyan = 0.86, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 221 | 117 | - |
| CMYK | 0.86 | 0 | 0.47 | 0.13 |
| HSL | 146.98º | 0.75% | 0.5% | - |
| HSV(B) | 146.98º | 0.86% | 0.87% | - |
| XYZ | 29.66 | 53.3 | 25.55 | - |
| YUV | 152.63 | 107.88 | 41.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 221 | 117 | 0.86 | 0 | 0.47 | 0.13 | 146.98 | 0.75 | 0.5 |
| Hex | 20 | DD | 75 | 56 | 0 | 2F | D | 93 | 4B | 32 |
| Octal | 40 | 335 | 165 | 126 | 0 | 57 | 15 | 223 | 113 | 62 |
| Binary | 100000 | 11011101 | 1110101 | 1010110 | 0 | 101111 | 1101 | 10010011 | 1001011 | 110010 |
Color Harmonies of #20DD75
Complementary color
Monochromatic Colors of #20DD75
Black with #20DD75
Text Example
Text Example
White with #20DD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DD75; }
p { color: rgb(32,221,117); }
H1.HeaderClassName
{
color: #20DD75;
}
.AnyTagClassName
{
color: #20DD75;
}
</style>
background-color css
<style>
a { background-color: #20DD75; }
a { background-color: rgb(32,221,117); }
div.DivClassName
{
background-color: #20DD75;
}
.BgClassName
{
background-color: #20DD75;
}
</style>
border-color css
<style>
span { border-color: #20DD75; }
span { border-color: rgb(32,221,117); }
td.TdClassName
{
border-color: #20DD75;
}
.TagClassName
{
border-color: #20DD75;
}
</style>