Shades of Malachite #20E15D
Tints of Malachite #20E15D
RGB
CMYK
RGB Variations
Color information
#20E15D (or 0x20E15D) is known color: Malachite. HEX triplet: 20, E1 and 5D. RGB value is (32,225,93). Sum of RGB (Red+Green+Blue) = 32+225+93=350 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.14% from 350); Green value is 225 (88.28% from 255 or 64.29% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 225 - color contains mainly: green. Hex color #20E15D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20E15D is #DF1EA2. Grayscale: #989898. Windows color (decimal): -14622371 or 6152480. OLE color: 6152480.
HSL color Cylindrical-coordinate representation of color #20E15D: hue angle of 138.96º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E15D is Cyan = 0.86, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 225 | 93 | - |
| CMYK | 0.86 | 0 | 0.59 | 0.12 |
| HSL | 138.96º | 0.76% | 0.5% | - |
| HSV(B) | 138.96º | 0.86% | 0.88% | - |
| XYZ | 29.5 | 54.95 | 19.41 | - |
| YUV | 152.25 | 94.56 | 42.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 225 | 93 | 0.86 | 0 | 0.59 | 0.12 | 138.96 | 0.76 | 0.5 |
| Hex | 20 | E1 | 5D | 56 | 0 | 3B | C | 8B | 4C | 32 |
| Octal | 40 | 341 | 135 | 126 | 0 | 73 | 14 | 213 | 114 | 62 |
| Binary | 100000 | 11100001 | 1011101 | 1010110 | 0 | 111011 | 1100 | 10001011 | 1001100 | 110010 |
Color Harmonies of #20E15D
Complementary color
Monochromatic Colors of #20E15D
Black with #20E15D
Text Example
Text Example
White with #20E15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E15D; }
p { color: rgb(32,225,93); }
H1.HeaderClassName
{
color: #20E15D;
}
.AnyTagClassName
{
color: #20E15D;
}
</style>
background-color css
<style>
a { background-color: #20E15D; }
a { background-color: rgb(32,225,93); }
div.DivClassName
{
background-color: #20E15D;
}
.BgClassName
{
background-color: #20E15D;
}
</style>
border-color css
<style>
span { border-color: #20E15D; }
span { border-color: rgb(32,225,93); }
td.TdClassName
{
border-color: #20E15D;
}
.TagClassName
{
border-color: #20E15D;
}
</style>