Shades of Malachite #20DB4F
Tints of Malachite #20DB4F
RGB
CMYK
RGB Variations
Color information
#20DB4F (or 0x20DB4F) is known color: Malachite. HEX triplet: 20, DB and 4F. RGB value is (32,219,79). Sum of RGB (Red+Green+Blue) = 32+219+79=330 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.70% from 330); Green value is 219 (85.94% from 255 or 66.36% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 219 - color contains mainly: green. Hex color #20DB4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20DB4F is #DF24B0. Grayscale: #939393. Windows color (decimal): -14623921 or 5233440. OLE color: 5233440.
HSL color Cylindrical-coordinate representation of color #20DB4F: hue angle of 135.08º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20DB4F is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 219 | 79 | - |
| CMYK | 0.85 | 0 | 0.64 | 0.14 |
| HSL | 135.08º | 0.75% | 0.49% | - |
| HSV(B) | 135.08º | 0.85% | 0.86% | - |
| XYZ | 27.34 | 51.53 | 15.9 | - |
| YUV | 147.13 | 89.55 | 45.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 219 | 79 | 0.85 | 0 | 0.64 | 0.14 | 135.08 | 0.75 | 0.49 |
| Hex | 20 | DB | 4F | 55 | 0 | 40 | E | 87 | 4B | 31 |
| Octal | 40 | 333 | 117 | 125 | 0 | 100 | 16 | 207 | 113 | 61 |
| Binary | 100000 | 11011011 | 1001111 | 1010101 | 0 | 1000000 | 1110 | 10000111 | 1001011 | 110001 |
Color Harmonies of #20DB4F
Complementary color
Monochromatic Colors of #20DB4F
Black with #20DB4F
Text Example
Text Example
White with #20DB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DB4F; }
p { color: rgb(32,219,79); }
H1.HeaderClassName
{
color: #20DB4F;
}
.AnyTagClassName
{
color: #20DB4F;
}
</style>
background-color css
<style>
a { background-color: #20DB4F; }
a { background-color: rgb(32,219,79); }
div.DivClassName
{
background-color: #20DB4F;
}
.BgClassName
{
background-color: #20DB4F;
}
</style>
border-color css
<style>
span { border-color: #20DB4F; }
span { border-color: rgb(32,219,79); }
td.TdClassName
{
border-color: #20DB4F;
}
.TagClassName
{
border-color: #20DB4F;
}
</style>