Shades of Malachite #20CA4E
Tints of Malachite #20CA4E
RGB
CMYK
RGB Variations
Color information
#20CA4E (or 0x20CA4E) is known color: Malachite. HEX triplet: 20, CA and 4E. RGB value is (32,202,78). Sum of RGB (Red+Green+Blue) = 32+202+78=312 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.26% from 312); Green value is 202 (79.30% from 255 or 64.74% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CA4E is #DF35B1. Grayscale: #898989. Windows color (decimal): -14628274 or 5163552. OLE color: 5163552.
HSL color Cylindrical-coordinate representation of color #20CA4E: hue angle of 136.24º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CA4E is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 202 | 78 | - |
| CMYK | 0.84 | 0 | 0.61 | 0.21 |
| HSL | 136.24º | 0.73% | 0.46% | - |
| HSV(B) | 136.24º | 0.84% | 0.79% | - |
| XYZ | 23.09 | 43.1 | 14.31 | - |
| YUV | 137.03 | 94.68 | 53.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 78 | 0.84 | 0 | 0.61 | 0.21 | 136.24 | 0.73 | 0.46 |
| Hex | 20 | CA | 4E | 54 | 0 | 3D | 15 | 88 | 49 | 2E |
| Octal | 40 | 312 | 116 | 124 | 0 | 75 | 25 | 210 | 111 | 56 |
| Binary | 100000 | 11001010 | 1001110 | 1010100 | 0 | 111101 | 10101 | 10001000 | 1001001 | 101110 |
Color Harmonies of #20CA4E
Complementary color
Monochromatic Colors of #20CA4E
Black with #20CA4E
Text Example
Text Example
White with #20CA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CA4E; }
p { color: rgb(32,202,78); }
H1.HeaderClassName
{
color: #20CA4E;
}
.AnyTagClassName
{
color: #20CA4E;
}
</style>
background-color css
<style>
a { background-color: #20CA4E; }
a { background-color: rgb(32,202,78); }
div.DivClassName
{
background-color: #20CA4E;
}
.BgClassName
{
background-color: #20CA4E;
}
</style>
border-color css
<style>
span { border-color: #20CA4E; }
span { border-color: rgb(32,202,78); }
td.TdClassName
{
border-color: #20CA4E;
}
.TagClassName
{
border-color: #20CA4E;
}
</style>