Shades of Malachite #20E062
Tints of Malachite #20E062
RGB
CMYK
RGB Variations
Color information
#20E062 (or 0x20E062) is known color: Malachite. HEX triplet: 20, E0 and 62. RGB value is (32,224,98). Sum of RGB (Red+Green+Blue) = 32+224+98=354 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.04% from 354); Green value is 224 (87.89% from 255 or 63.28% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 224 - color contains mainly: green. Hex color #20E062 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20E062 is #DF1F9D. Grayscale: #989898. Windows color (decimal): -14622622 or 6479904. OLE color: 6479904.
HSL color Cylindrical-coordinate representation of color #20E062: hue angle of 140.62º 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 #20E062 is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 224 | 98 | - |
| CMYK | 0.86 | 0 | 0.56 | 0.12 |
| HSL | 140.63º | 0.76% | 0.5% | - |
| HSV(B) | 140.63º | 0.86% | 0.88% | - |
| XYZ | 29.46 | 54.5 | 20.52 | - |
| YUV | 152.23 | 97.39 | 42.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 224 | 98 | 0.86 | 0 | 0.56 | 0.12 | 140.63 | 0.76 | 0.5 |
| Hex | 20 | E0 | 62 | 56 | 0 | 38 | C | 8D | 4C | 32 |
| Octal | 40 | 340 | 142 | 126 | 0 | 70 | 14 | 215 | 114 | 62 |
| Binary | 100000 | 11100000 | 1100010 | 1010110 | 0 | 111000 | 1100 | 10001101 | 1001100 | 110010 |
Color Harmonies of #20E062
Complementary color
Monochromatic Colors of #20E062
Black with #20E062
Text Example
Text Example
White with #20E062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E062; }
p { color: rgb(32,224,98); }
H1.HeaderClassName
{
color: #20E062;
}
.AnyTagClassName
{
color: #20E062;
}
</style>
background-color css
<style>
a { background-color: #20E062; }
a { background-color: rgb(32,224,98); }
div.DivClassName
{
background-color: #20E062;
}
.BgClassName
{
background-color: #20E062;
}
</style>
border-color css
<style>
span { border-color: #20E062; }
span { border-color: rgb(32,224,98); }
td.TdClassName
{
border-color: #20E062;
}
.TagClassName
{
border-color: #20E062;
}
</style>