Shades of Malachite #20E441
Tints of Malachite #20E441
RGB
CMYK
RGB Variations
Color information
#20E441 (or 0x20E441) is known color: Malachite. HEX triplet: 20, E4 and 41. RGB value is (32,228,65). Sum of RGB (Red+Green+Blue) = 32+228+65=325 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.85% from 325); Green value is 228 (89.45% from 255 or 70.15% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 228 - color contains mainly: green. Hex color #20E441 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20E441 is #DF1BBE. Grayscale: #979797. Windows color (decimal): -14621631 or 4318240. OLE color: 4318240.
HSL color Cylindrical-coordinate representation of color #20E441: hue angle of 130.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 #20E441 is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 228 | 65 | - |
| CMYK | 0.86 | 0 | 0.71 | 0.11 |
| HSL | 130.1º | 0.78% | 0.51% | - |
| HSV(B) | 130.1º | 0.86% | 0.89% | - |
| XYZ | 29.29 | 56.18 | 14.3 | - |
| YUV | 150.81 | 79.57 | 43.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 228 | 65 | 0.86 | 0 | 0.71 | 0.11 | 130.1 | 0.78 | 0.51 |
| Hex | 20 | E4 | 41 | 56 | 0 | 47 | B | 82 | 4E | 33 |
| Octal | 40 | 344 | 101 | 126 | 0 | 107 | 13 | 202 | 116 | 63 |
| Binary | 100000 | 11100100 | 1000001 | 1010110 | 0 | 1000111 | 1011 | 10000010 | 1001110 | 110011 |
Color Harmonies of #20E441
Complementary color
Monochromatic Colors of #20E441
Black with #20E441
Text Example
Text Example
White with #20E441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E441; }
p { color: rgb(32,228,65); }
H1.HeaderClassName
{
color: #20E441;
}
.AnyTagClassName
{
color: #20E441;
}
</style>
background-color css
<style>
a { background-color: #20E441; }
a { background-color: rgb(32,228,65); }
div.DivClassName
{
background-color: #20E441;
}
.BgClassName
{
background-color: #20E441;
}
</style>
border-color css
<style>
span { border-color: #20E441; }
span { border-color: rgb(32,228,65); }
td.TdClassName
{
border-color: #20E441;
}
.TagClassName
{
border-color: #20E441;
}
</style>