Shades of Malachite #20EC61
Tints of Malachite #20EC61
RGB
CMYK
RGB Variations
Color information
#20EC61 (or 0x20EC61) is known color: Malachite. HEX triplet: 20, EC and 61. RGB value is (32,236,97). Sum of RGB (Red+Green+Blue) = 32+236+97=365 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.77% from 365); Green value is 236 (92.58% from 255 or 64.66% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 236 - color contains mainly: green. Hex color #20EC61 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20EC61 is #DF139E. Grayscale: #9F9F9F. Windows color (decimal): -14619551 or 6417440. OLE color: 6417440.
HSL color Cylindrical-coordinate representation of color #20EC61: hue angle of 139.12º 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 #20EC61 is Cyan = 0.86, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 236 | 97 | - |
| CMYK | 0.86 | 0 | 0.59 | 0.07 |
| HSL | 139.12º | 0.84% | 0.53% | - |
| HSV(B) | 139.12º | 0.86% | 0.93% | - |
| XYZ | 32.75 | 61.16 | 21.39 | - |
| YUV | 159.16 | 92.91 | 37.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 236 | 97 | 0.86 | 0 | 0.59 | 0.07 | 139.12 | 0.84 | 0.53 |
| Hex | 20 | EC | 61 | 56 | 0 | 3B | 7 | 8B | 54 | 35 |
| Octal | 40 | 354 | 141 | 126 | 0 | 73 | 7 | 213 | 124 | 65 |
| Binary | 100000 | 11101100 | 1100001 | 1010110 | 0 | 111011 | 111 | 10001011 | 1010100 | 110101 |
Color Harmonies of #20EC61
Complementary color
Monochromatic Colors of #20EC61
Black with #20EC61
Text Example
Text Example
White with #20EC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EC61; }
p { color: rgb(32,236,97); }
H1.HeaderClassName
{
color: #20EC61;
}
.AnyTagClassName
{
color: #20EC61;
}
</style>
background-color css
<style>
a { background-color: #20EC61; }
a { background-color: rgb(32,236,97); }
div.DivClassName
{
background-color: #20EC61;
}
.BgClassName
{
background-color: #20EC61;
}
</style>
border-color css
<style>
span { border-color: #20EC61; }
span { border-color: rgb(32,236,97); }
td.TdClassName
{
border-color: #20EC61;
}
.TagClassName
{
border-color: #20EC61;
}
</style>