Shades of Malachite #20E155
Tints of Malachite #20E155
RGB
CMYK
RGB Variations
Color information
#20E155 (or 0x20E155) is known color: Malachite. HEX triplet: 20, E1 and 55. RGB value is (32,225,85). Sum of RGB (Red+Green+Blue) = 32+225+85=342 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.36% from 342); Green value is 225 (88.28% from 255 or 65.79% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 225 - color contains mainly: green. Hex color #20E155 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20E155 is #DF1EAA. Grayscale: #979797. Windows color (decimal): -14622379 or 5628192. OLE color: 5628192.
HSL color Cylindrical-coordinate representation of color #20E155: hue angle of 136.48º 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 #20E155 is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 225 | 85 | - |
| CMYK | 0.86 | 0 | 0.62 | 0.12 |
| HSL | 136.48º | 0.76% | 0.5% | - |
| HSV(B) | 136.48º | 0.86% | 0.88% | - |
| XYZ | 29.16 | 54.81 | 17.64 | - |
| YUV | 151.33 | 90.56 | 42.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 225 | 85 | 0.86 | 0 | 0.62 | 0.12 | 136.48 | 0.76 | 0.5 |
| Hex | 20 | E1 | 55 | 56 | 0 | 3E | C | 88 | 4C | 32 |
| Octal | 40 | 341 | 125 | 126 | 0 | 76 | 14 | 210 | 114 | 62 |
| Binary | 100000 | 11100001 | 1010101 | 1010110 | 0 | 111110 | 1100 | 10001000 | 1001100 | 110010 |
Color Harmonies of #20E155
Complementary color
Monochromatic Colors of #20E155
Black with #20E155
Text Example
Text Example
White with #20E155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E155; }
p { color: rgb(32,225,85); }
H1.HeaderClassName
{
color: #20E155;
}
.AnyTagClassName
{
color: #20E155;
}
</style>
background-color css
<style>
a { background-color: #20E155; }
a { background-color: rgb(32,225,85); }
div.DivClassName
{
background-color: #20E155;
}
.BgClassName
{
background-color: #20E155;
}
</style>
border-color css
<style>
span { border-color: #20E155; }
span { border-color: rgb(32,225,85); }
td.TdClassName
{
border-color: #20E155;
}
.TagClassName
{
border-color: #20E155;
}
</style>