Shades of Malachite #20DD47
Tints of Malachite #20DD47
RGB
CMYK
RGB Variations
Color information
#20DD47 (or 0x20DD47) is known color: Malachite. HEX triplet: 20, DD and 47. RGB value is (32,221,71). Sum of RGB (Red+Green+Blue) = 32+221+71=324 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.88% from 324); Green value is 221 (86.72% from 255 or 68.21% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 221 - color contains mainly: green. Hex color #20DD47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DD47 is #DF22B8. Grayscale: #939393. Windows color (decimal): -14623417 or 4709664. OLE color: 4709664.
HSL color Cylindrical-coordinate representation of color #20DD47: hue angle of 132.38º 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 #20DD47 is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 221 | 71 | - |
| CMYK | 0.86 | 0 | 0.68 | 0.13 |
| HSL | 132.38º | 0.75% | 0.5% | - |
| HSV(B) | 132.38º | 0.86% | 0.87% | - |
| XYZ | 27.59 | 52.47 | 14.64 | - |
| YUV | 147.39 | 84.88 | 45.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 221 | 71 | 0.86 | 0 | 0.68 | 0.13 | 132.38 | 0.75 | 0.5 |
| Hex | 20 | DD | 47 | 56 | 0 | 44 | D | 84 | 4B | 32 |
| Octal | 40 | 335 | 107 | 126 | 0 | 104 | 15 | 204 | 113 | 62 |
| Binary | 100000 | 11011101 | 1000111 | 1010110 | 0 | 1000100 | 1101 | 10000100 | 1001011 | 110010 |
Color Harmonies of #20DD47
Complementary color
Monochromatic Colors of #20DD47
Black with #20DD47
Text Example
Text Example
White with #20DD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DD47; }
p { color: rgb(32,221,71); }
H1.HeaderClassName
{
color: #20DD47;
}
.AnyTagClassName
{
color: #20DD47;
}
</style>
background-color css
<style>
a { background-color: #20DD47; }
a { background-color: rgb(32,221,71); }
div.DivClassName
{
background-color: #20DD47;
}
.BgClassName
{
background-color: #20DD47;
}
</style>
border-color css
<style>
span { border-color: #20DD47; }
span { border-color: rgb(32,221,71); }
td.TdClassName
{
border-color: #20DD47;
}
.TagClassName
{
border-color: #20DD47;
}
</style>