Shades of Malachite #20E464
Tints of Malachite #20E464
RGB
CMYK
RGB Variations
Color information
#20E464 (or 0x20E464) is known color: Malachite. HEX triplet: 20, E4 and 64. RGB value is (32,228,100). Sum of RGB (Red+Green+Blue) = 32+228+100=360 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.89% from 360); Green value is 228 (89.45% from 255 or 63.33% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 228 - color contains mainly: green. Hex color #20E464 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20E464 is #DF1B9B. Grayscale: #9B9B9B. Windows color (decimal): -14621596 or 6612000. OLE color: 6612000.
HSL color Cylindrical-coordinate representation of color #20E464: hue angle of 140.82º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E464 is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 228 | 100 | - |
| CMYK | 0.86 | 0 | 0.56 | 0.11 |
| HSL | 140.82º | 0.78% | 0.51% | - |
| HSV(B) | 140.82º | 0.86% | 0.89% | - |
| XYZ | 30.64 | 56.71 | 21.39 | - |
| YUV | 154.8 | 97.07 | 40.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 228 | 100 | 0.86 | 0 | 0.56 | 0.11 | 140.82 | 0.78 | 0.51 |
| Hex | 20 | E4 | 64 | 56 | 0 | 38 | B | 8D | 4E | 33 |
| Octal | 40 | 344 | 144 | 126 | 0 | 70 | 13 | 215 | 116 | 63 |
| Binary | 100000 | 11100100 | 1100100 | 1010110 | 0 | 111000 | 1011 | 10001101 | 1001110 | 110011 |
Color Harmonies of #20E464
Complementary color
Monochromatic Colors of #20E464
Black with #20E464
Text Example
Text Example
White with #20E464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E464; }
p { color: rgb(32,228,100); }
H1.HeaderClassName
{
color: #20E464;
}
.AnyTagClassName
{
color: #20E464;
}
</style>
background-color css
<style>
a { background-color: #20E464; }
a { background-color: rgb(32,228,100); }
div.DivClassName
{
background-color: #20E464;
}
.BgClassName
{
background-color: #20E464;
}
</style>
border-color css
<style>
span { border-color: #20E464; }
span { border-color: rgb(32,228,100); }
td.TdClassName
{
border-color: #20E464;
}
.TagClassName
{
border-color: #20E464;
}
</style>