Shades of Malachite #20E04D
Tints of Malachite #20E04D
RGB
CMYK
RGB Variations
Color information
#20E04D (or 0x20E04D) is known color: Malachite. HEX triplet: 20, E0 and 4D. RGB value is (32,224,77). Sum of RGB (Red+Green+Blue) = 32+224+77=333 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.61% from 333); Green value is 224 (87.89% from 255 or 67.27% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 224 - color contains mainly: green. Hex color #20E04D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20E04D is #DF1FB2. Grayscale: #969696. Windows color (decimal): -14622643 or 5103648. OLE color: 5103648.
HSL color Cylindrical-coordinate representation of color #20E04D: hue angle of 134.06º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E04D is Cyan = 0.86, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 224 | 77 | - |
| CMYK | 0.86 | 0 | 0.66 | 0.12 |
| HSL | 134.06º | 0.76% | 0.5% | - |
| HSV(B) | 134.06º | 0.86% | 0.88% | - |
| XYZ | 28.59 | 54.15 | 15.97 | - |
| YUV | 149.83 | 86.89 | 43.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 224 | 77 | 0.86 | 0 | 0.66 | 0.12 | 134.06 | 0.76 | 0.5 |
| Hex | 20 | E0 | 4D | 56 | 0 | 42 | C | 86 | 4C | 32 |
| Octal | 40 | 340 | 115 | 126 | 0 | 102 | 14 | 206 | 114 | 62 |
| Binary | 100000 | 11100000 | 1001101 | 1010110 | 0 | 1000010 | 1100 | 10000110 | 1001100 | 110010 |
Color Harmonies of #20E04D
Complementary color
Monochromatic Colors of #20E04D
Black with #20E04D
Text Example
Text Example
White with #20E04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E04D; }
p { color: rgb(32,224,77); }
H1.HeaderClassName
{
color: #20E04D;
}
.AnyTagClassName
{
color: #20E04D;
}
</style>
background-color css
<style>
a { background-color: #20E04D; }
a { background-color: rgb(32,224,77); }
div.DivClassName
{
background-color: #20E04D;
}
.BgClassName
{
background-color: #20E04D;
}
</style>
border-color css
<style>
span { border-color: #20E04D; }
span { border-color: rgb(32,224,77); }
td.TdClassName
{
border-color: #20E04D;
}
.TagClassName
{
border-color: #20E04D;
}
</style>