Shades of Malachite #20C64E
Tints of Malachite #20C64E
RGB
CMYK
RGB Variations
Color information
#20C64E (or 0x20C64E) is known color: Malachite. HEX triplet: 20, C6 and 4E. RGB value is (32,198,78). Sum of RGB (Red+Green+Blue) = 32+198+78=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 198 (77.73% from 255 or 64.29% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 198 - color contains mainly: green. Hex color #20C64E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C64E is #DF39B1. Grayscale: #878787. Windows color (decimal): -14629298 or 5162528. OLE color: 5162528.
HSL color Cylindrical-coordinate representation of color #20C64E: hue angle of 136.63º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C64E is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 198 | 78 | - |
| CMYK | 0.84 | 0 | 0.61 | 0.22 |
| HSL | 136.63º | 0.72% | 0.45% | - |
| HSV(B) | 136.63º | 0.84% | 0.78% | - |
| XYZ | 22.16 | 41.25 | 14 | - |
| YUV | 134.69 | 96 | 54.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 198 | 78 | 0.84 | 0 | 0.61 | 0.22 | 136.63 | 0.72 | 0.45 |
| Hex | 20 | C6 | 4E | 54 | 0 | 3D | 16 | 89 | 48 | 2D |
| Octal | 40 | 306 | 116 | 124 | 0 | 75 | 26 | 211 | 110 | 55 |
| Binary | 100000 | 11000110 | 1001110 | 1010100 | 0 | 111101 | 10110 | 10001001 | 1001000 | 101101 |
Color Harmonies of #20C64E
Complementary color
Monochromatic Colors of #20C64E
Black with #20C64E
Text Example
Text Example
White with #20C64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C64E; }
p { color: rgb(32,198,78); }
H1.HeaderClassName
{
color: #20C64E;
}
.AnyTagClassName
{
color: #20C64E;
}
</style>
background-color css
<style>
a { background-color: #20C64E; }
a { background-color: rgb(32,198,78); }
div.DivClassName
{
background-color: #20C64E;
}
.BgClassName
{
background-color: #20C64E;
}
</style>
border-color css
<style>
span { border-color: #20C64E; }
span { border-color: rgb(32,198,78); }
td.TdClassName
{
border-color: #20C64E;
}
.TagClassName
{
border-color: #20C64E;
}
</style>