Shades of Malachite #20E472
Tints of Malachite #20E472
RGB
CMYK
RGB Variations
Color information
#20E472 (or 0x20E472) is known color: Malachite. HEX triplet: 20, E4 and 72. RGB value is (32,228,114). Sum of RGB (Red+Green+Blue) = 32+228+114=374 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.56% from 374); Green value is 228 (89.45% from 255 or 60.96% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 228 - color contains mainly: green. Hex color #20E472 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20E472 is #DF1B8D. Grayscale: #9C9C9C. Windows color (decimal): -14621582 or 7529504. OLE color: 7529504.
HSL color Cylindrical-coordinate representation of color #20E472: hue angle of 145.1º 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 #20E472 is Cyan = 0.86, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 228 | 114 | - |
| CMYK | 0.86 | 0 | 0.50 | 0.11 |
| HSL | 145.1º | 0.78% | 0.51% | - |
| HSV(B) | 145.1º | 0.86% | 0.89% | - |
| XYZ | 31.38 | 57.01 | 25.27 | - |
| YUV | 156.4 | 104.07 | 39.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 228 | 114 | 0.86 | 0 | 0.50 | 0.11 | 145.1 | 0.78 | 0.51 |
| Hex | 20 | E4 | 72 | 56 | 0 | 32 | B | 91 | 4E | 33 |
| Octal | 40 | 344 | 162 | 126 | 0 | 62 | 13 | 221 | 116 | 63 |
| Binary | 100000 | 11100100 | 1110010 | 1010110 | 0 | 110010 | 1011 | 10010001 | 1001110 | 110011 |
Color Harmonies of #20E472
Complementary color
Monochromatic Colors of #20E472
Black with #20E472
Text Example
Text Example
White with #20E472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E472; }
p { color: rgb(32,228,114); }
H1.HeaderClassName
{
color: #20E472;
}
.AnyTagClassName
{
color: #20E472;
}
</style>
background-color css
<style>
a { background-color: #20E472; }
a { background-color: rgb(32,228,114); }
div.DivClassName
{
background-color: #20E472;
}
.BgClassName
{
background-color: #20E472;
}
</style>
border-color css
<style>
span { border-color: #20E472; }
span { border-color: rgb(32,228,114); }
td.TdClassName
{
border-color: #20E472;
}
.TagClassName
{
border-color: #20E472;
}
</style>