Shades of Malachite #20E442
Tints of Malachite #20E442
RGB
CMYK
RGB Variations
Color information
#20E442 (or 0x20E442) is known color: Malachite. HEX triplet: 20, E4 and 42. RGB value is (32,228,66). Sum of RGB (Red+Green+Blue) = 32+228+66=326 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.82% from 326); Green value is 228 (89.45% from 255 or 69.94% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 228 - color contains mainly: green. Hex color #20E442 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20E442 is #DF1BBD. Grayscale: #979797. Windows color (decimal): -14621630 or 4383776. OLE color: 4383776.
HSL color Cylindrical-coordinate representation of color #20E442: hue angle of 130.41º 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 #20E442 is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 228 | 66 | - |
| CMYK | 0.86 | 0 | 0.71 | 0.11 |
| HSL | 130.41º | 0.78% | 0.51% | - |
| HSV(B) | 130.41º | 0.86% | 0.89% | - |
| XYZ | 29.32 | 56.19 | 14.45 | - |
| YUV | 150.93 | 80.07 | 43.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 228 | 66 | 0.86 | 0 | 0.71 | 0.11 | 130.41 | 0.78 | 0.51 |
| Hex | 20 | E4 | 42 | 56 | 0 | 47 | B | 82 | 4E | 33 |
| Octal | 40 | 344 | 102 | 126 | 0 | 107 | 13 | 202 | 116 | 63 |
| Binary | 100000 | 11100100 | 1000010 | 1010110 | 0 | 1000111 | 1011 | 10000010 | 1001110 | 110011 |
Color Harmonies of #20E442
Complementary color
Monochromatic Colors of #20E442
Black with #20E442
Text Example
Text Example
White with #20E442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E442; }
p { color: rgb(32,228,66); }
H1.HeaderClassName
{
color: #20E442;
}
.AnyTagClassName
{
color: #20E442;
}
</style>
background-color css
<style>
a { background-color: #20E442; }
a { background-color: rgb(32,228,66); }
div.DivClassName
{
background-color: #20E442;
}
.BgClassName
{
background-color: #20E442;
}
</style>
border-color css
<style>
span { border-color: #20E442; }
span { border-color: rgb(32,228,66); }
td.TdClassName
{
border-color: #20E442;
}
.TagClassName
{
border-color: #20E442;
}
</style>