Shades of Malachite #20EC44
Tints of Malachite #20EC44
RGB
CMYK
RGB Variations
Color information
#20EC44 (or 0x20EC44) is known color: Malachite. HEX triplet: 20, EC and 44. RGB value is (32,236,68). Sum of RGB (Red+Green+Blue) = 32+236+68=336 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.52% from 336); Green value is 236 (92.58% from 255 or 70.24% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 236 - color contains mainly: green. Hex color #20EC44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20EC44 is #DF13BB. Grayscale: #9C9C9C. Windows color (decimal): -14619580 or 4516896. OLE color: 4516896.
HSL color Cylindrical-coordinate representation of color #20EC44: hue angle of 130.59º 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 #20EC44 is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 236 | 68 | - |
| CMYK | 0.86 | 0 | 0.71 | 0.07 |
| HSL | 130.59º | 0.84% | 0.53% | - |
| HSV(B) | 130.59º | 0.86% | 0.93% | - |
| XYZ | 31.63 | 60.72 | 15.52 | - |
| YUV | 155.85 | 78.41 | 39.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 236 | 68 | 0.86 | 0 | 0.71 | 0.07 | 130.59 | 0.84 | 0.53 |
| Hex | 20 | EC | 44 | 56 | 0 | 47 | 7 | 83 | 54 | 35 |
| Octal | 40 | 354 | 104 | 126 | 0 | 107 | 7 | 203 | 124 | 65 |
| Binary | 100000 | 11101100 | 1000100 | 1010110 | 0 | 1000111 | 111 | 10000011 | 1010100 | 110101 |
Color Harmonies of #20EC44
Complementary color
Monochromatic Colors of #20EC44
Black with #20EC44
Text Example
Text Example
White with #20EC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EC44; }
p { color: rgb(32,236,68); }
H1.HeaderClassName
{
color: #20EC44;
}
.AnyTagClassName
{
color: #20EC44;
}
</style>
background-color css
<style>
a { background-color: #20EC44; }
a { background-color: rgb(32,236,68); }
div.DivClassName
{
background-color: #20EC44;
}
.BgClassName
{
background-color: #20EC44;
}
</style>
border-color css
<style>
span { border-color: #20EC44; }
span { border-color: rgb(32,236,68); }
td.TdClassName
{
border-color: #20EC44;
}
.TagClassName
{
border-color: #20EC44;
}
</style>