Shades of Malachite #20E049
Tints of Malachite #20E049
RGB
CMYK
RGB Variations
Color information
#20E049 (or 0x20E049) is known color: Malachite. HEX triplet: 20, E0 and 49. RGB value is (32,224,73). Sum of RGB (Red+Green+Blue) = 32+224+73=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 224 (87.89% from 255 or 68.09% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 224 - color contains mainly: green. Hex color #20E049 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20E049 is #DF1FB6. Grayscale: #959595. Windows color (decimal): -14622647 or 4841504. OLE color: 4841504.
HSL color Cylindrical-coordinate representation of color #20E049: hue angle of 132.81º 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 #20E049 is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 224 | 73 | - |
| CMYK | 0.86 | 0 | 0.67 | 0.12 |
| HSL | 132.81º | 0.76% | 0.5% | - |
| HSV(B) | 132.81º | 0.86% | 0.88% | - |
| XYZ | 28.45 | 54.1 | 15.25 | - |
| YUV | 149.38 | 84.89 | 44.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 224 | 73 | 0.86 | 0 | 0.67 | 0.12 | 132.81 | 0.76 | 0.5 |
| Hex | 20 | E0 | 49 | 56 | 0 | 43 | C | 85 | 4C | 32 |
| Octal | 40 | 340 | 111 | 126 | 0 | 103 | 14 | 205 | 114 | 62 |
| Binary | 100000 | 11100000 | 1001001 | 1010110 | 0 | 1000011 | 1100 | 10000101 | 1001100 | 110010 |
Color Harmonies of #20E049
Complementary color
Monochromatic Colors of #20E049
Black with #20E049
Text Example
Text Example
White with #20E049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E049; }
p { color: rgb(32,224,73); }
H1.HeaderClassName
{
color: #20E049;
}
.AnyTagClassName
{
color: #20E049;
}
</style>
background-color css
<style>
a { background-color: #20E049; }
a { background-color: rgb(32,224,73); }
div.DivClassName
{
background-color: #20E049;
}
.BgClassName
{
background-color: #20E049;
}
</style>
border-color css
<style>
span { border-color: #20E049; }
span { border-color: rgb(32,224,73); }
td.TdClassName
{
border-color: #20E049;
}
.TagClassName
{
border-color: #20E049;
}
</style>