Shades of Malachite #20DD4C
Tints of Malachite #20DD4C
RGB
CMYK
RGB Variations
Color information
#20DD4C (or 0x20DD4C) is known color: Malachite. HEX triplet: 20, DD and 4C. RGB value is (32,221,76). Sum of RGB (Red+Green+Blue) = 32+221+76=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 221 (86.72% from 255 or 67.17% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 221 - color contains mainly: green. Hex color #20DD4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DD4C is #DF22B3. Grayscale: #949494. Windows color (decimal): -14623412 or 5037344. OLE color: 5037344.
HSL color Cylindrical-coordinate representation of color #20DD4C: hue angle of 133.97º 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 #20DD4C is Cyan = 0.86, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 221 | 76 | - |
| CMYK | 0.86 | 0 | 0.66 | 0.13 |
| HSL | 133.97º | 0.75% | 0.5% | - |
| HSV(B) | 133.97º | 0.86% | 0.87% | - |
| XYZ | 27.76 | 52.54 | 15.52 | - |
| YUV | 147.96 | 87.38 | 45.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 221 | 76 | 0.86 | 0 | 0.66 | 0.13 | 133.97 | 0.75 | 0.5 |
| Hex | 20 | DD | 4C | 56 | 0 | 42 | D | 86 | 4B | 32 |
| Octal | 40 | 335 | 114 | 126 | 0 | 102 | 15 | 206 | 113 | 62 |
| Binary | 100000 | 11011101 | 1001100 | 1010110 | 0 | 1000010 | 1101 | 10000110 | 1001011 | 110010 |
Color Harmonies of #20DD4C
Complementary color
Monochromatic Colors of #20DD4C
Black with #20DD4C
Text Example
Text Example
White with #20DD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DD4C; }
p { color: rgb(32,221,76); }
H1.HeaderClassName
{
color: #20DD4C;
}
.AnyTagClassName
{
color: #20DD4C;
}
</style>
background-color css
<style>
a { background-color: #20DD4C; }
a { background-color: rgb(32,221,76); }
div.DivClassName
{
background-color: #20DD4C;
}
.BgClassName
{
background-color: #20DD4C;
}
</style>
border-color css
<style>
span { border-color: #20DD4C; }
span { border-color: rgb(32,221,76); }
td.TdClassName
{
border-color: #20DD4C;
}
.TagClassName
{
border-color: #20DD4C;
}
</style>