Shades of Malachite #20EB6D
Tints of Malachite #20EB6D
RGB
CMYK
RGB Variations
Color information
#20EB6D (or 0x20EB6D) is known color: Malachite. HEX triplet: 20, EB and 6D. RGB value is (32,235,109). Sum of RGB (Red+Green+Blue) = 32+235+109=376 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.51% from 376); Green value is 235 (92.19% from 255 or 62.5% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 235 - color contains mainly: green. Hex color #20EB6D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20EB6D is #DF1492. Grayscale: #A0A0A0. Windows color (decimal): -14619795 or 7203616. OLE color: 7203616.
HSL color Cylindrical-coordinate representation of color #20EB6D: hue angle of 142.76º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20EB6D is Cyan = 0.86, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 235 | 109 | - |
| CMYK | 0.86 | 0 | 0.54 | 0.08 |
| HSL | 142.76º | 0.84% | 0.52% | - |
| HSV(B) | 142.76º | 0.86% | 0.92% | - |
| XYZ | 33.06 | 60.83 | 24.47 | - |
| YUV | 159.94 | 99.25 | 36.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 235 | 109 | 0.86 | 0 | 0.54 | 0.08 | 142.76 | 0.84 | 0.52 |
| Hex | 20 | EB | 6D | 56 | 0 | 36 | 8 | 8F | 54 | 34 |
| Octal | 40 | 353 | 155 | 126 | 0 | 66 | 10 | 217 | 124 | 64 |
| Binary | 100000 | 11101011 | 1101101 | 1010110 | 0 | 110110 | 1000 | 10001111 | 1010100 | 110100 |
Color Harmonies of #20EB6D
Complementary color
Monochromatic Colors of #20EB6D
Black with #20EB6D
Text Example
Text Example
White with #20EB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EB6D; }
p { color: rgb(32,235,109); }
H1.HeaderClassName
{
color: #20EB6D;
}
.AnyTagClassName
{
color: #20EB6D;
}
</style>
background-color css
<style>
a { background-color: #20EB6D; }
a { background-color: rgb(32,235,109); }
div.DivClassName
{
background-color: #20EB6D;
}
.BgClassName
{
background-color: #20EB6D;
}
</style>
border-color css
<style>
span { border-color: #20EB6D; }
span { border-color: rgb(32,235,109); }
td.TdClassName
{
border-color: #20EB6D;
}
.TagClassName
{
border-color: #20EB6D;
}
</style>