Shades of Malachite #20EC42
Tints of Malachite #20EC42
RGB
CMYK
RGB Variations
Color information
#20EC42 (or 0x20EC42) is known color: Malachite. HEX triplet: 20, EC and 42. RGB value is (32,236,66). Sum of RGB (Red+Green+Blue) = 32+236+66=334 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.58% from 334); Green value is 236 (92.58% from 255 or 70.66% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 236 - color contains mainly: green. Hex color #20EC42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20EC42 is #DF13BD. Grayscale: #9C9C9C. Windows color (decimal): -14619582 or 4385824. OLE color: 4385824.
HSL color Cylindrical-coordinate representation of color #20EC42: hue angle of 130º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20EC42 is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 236 | 66 | - |
| CMYK | 0.86 | 0 | 0.72 | 0.07 |
| HSL | 130º | 0.84% | 0.53% | - |
| HSV(B) | 130º | 0.86% | 0.93% | - |
| XYZ | 31.57 | 60.69 | 15.2 | - |
| YUV | 155.62 | 77.41 | 39.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 236 | 66 | 0.86 | 0 | 0.72 | 0.07 | 130 | 0.84 | 0.53 |
| Hex | 20 | EC | 42 | 56 | 0 | 48 | 7 | 82 | 54 | 35 |
| Octal | 40 | 354 | 102 | 126 | 0 | 110 | 7 | 202 | 124 | 65 |
| Binary | 100000 | 11101100 | 1000010 | 1010110 | 0 | 1001000 | 111 | 10000010 | 1010100 | 110101 |
Color Harmonies of #20EC42
Complementary color
Monochromatic Colors of #20EC42
Black with #20EC42
Text Example
Text Example
White with #20EC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EC42; }
p { color: rgb(32,236,66); }
H1.HeaderClassName
{
color: #20EC42;
}
.AnyTagClassName
{
color: #20EC42;
}
</style>
background-color css
<style>
a { background-color: #20EC42; }
a { background-color: rgb(32,236,66); }
div.DivClassName
{
background-color: #20EC42;
}
.BgClassName
{
background-color: #20EC42;
}
</style>
border-color css
<style>
span { border-color: #20EC42; }
span { border-color: rgb(32,236,66); }
td.TdClassName
{
border-color: #20EC42;
}
.TagClassName
{
border-color: #20EC42;
}
</style>