Shades of Malachite #20E245
Tints of Malachite #20E245
RGB
CMYK
RGB Variations
Color information
#20E245 (or 0x20E245) is known color: Malachite. HEX triplet: 20, E2 and 45. RGB value is (32,226,69). Sum of RGB (Red+Green+Blue) = 32+226+69=327 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.79% from 327); Green value is 226 (88.67% from 255 or 69.11% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 226 - color contains mainly: green. Hex color #20E245 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20E245 is #DF1DBA. Grayscale: #969696. Windows color (decimal): -14622139 or 4579872. OLE color: 4579872.
HSL color Cylindrical-coordinate representation of color #20E245: hue angle of 131.44º degrees, saturation: 0.77, 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 #20E245 is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 226 | 69 | - |
| CMYK | 0.86 | 0 | 0.69 | 0.11 |
| HSL | 131.44º | 0.77% | 0.51% | - |
| HSV(B) | 131.44º | 0.86% | 0.89% | - |
| XYZ | 28.87 | 55.13 | 14.75 | - |
| YUV | 150.1 | 82.23 | 43.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 226 | 69 | 0.86 | 0 | 0.69 | 0.11 | 131.44 | 0.77 | 0.51 |
| Hex | 20 | E2 | 45 | 56 | 0 | 45 | B | 83 | 4D | 33 |
| Octal | 40 | 342 | 105 | 126 | 0 | 105 | 13 | 203 | 115 | 63 |
| Binary | 100000 | 11100010 | 1000101 | 1010110 | 0 | 1000101 | 1011 | 10000011 | 1001101 | 110011 |
Color Harmonies of #20E245
Complementary color
Monochromatic Colors of #20E245
Black with #20E245
Text Example
Text Example
White with #20E245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E245; }
p { color: rgb(32,226,69); }
H1.HeaderClassName
{
color: #20E245;
}
.AnyTagClassName
{
color: #20E245;
}
</style>
background-color css
<style>
a { background-color: #20E245; }
a { background-color: rgb(32,226,69); }
div.DivClassName
{
background-color: #20E245;
}
.BgClassName
{
background-color: #20E245;
}
</style>
border-color css
<style>
span { border-color: #20E245; }
span { border-color: rgb(32,226,69); }
td.TdClassName
{
border-color: #20E245;
}
.TagClassName
{
border-color: #20E245;
}
</style>