Shades of Malachite #20D664
Tints of Malachite #20D664
RGB
CMYK
RGB Variations
Color information
#20D664 (or 0x20D664) is known color: Malachite. HEX triplet: 20, D6 and 64. RGB value is (32,214,100). Sum of RGB (Red+Green+Blue) = 32+214+100=346 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.25% from 346); Green value is 214 (83.98% from 255 or 61.85% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 214 - color contains mainly: green. Hex color #20D664 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D664 is #DF299B. Grayscale: #929292. Windows color (decimal): -14625180 or 6608416. OLE color: 6608416.
HSL color Cylindrical-coordinate representation of color #20D664: hue angle of 142.42º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D664 is Cyan = 0.85, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 214 | 100 | - |
| CMYK | 0.85 | 0 | 0.53 | 0.16 |
| HSL | 142.42º | 0.74% | 0.48% | - |
| HSV(B) | 142.42º | 0.85% | 0.84% | - |
| XYZ | 26.94 | 49.32 | 20.16 | - |
| YUV | 146.59 | 101.7 | 46.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 214 | 100 | 0.85 | 0 | 0.53 | 0.16 | 142.42 | 0.74 | 0.48 |
| Hex | 20 | D6 | 64 | 55 | 0 | 35 | 10 | 8E | 4A | 30 |
| Octal | 40 | 326 | 144 | 125 | 0 | 65 | 20 | 216 | 112 | 60 |
| Binary | 100000 | 11010110 | 1100100 | 1010101 | 0 | 110101 | 10000 | 10001110 | 1001010 | 110000 |
Color Harmonies of #20D664
Complementary color
Monochromatic Colors of #20D664
Black with #20D664
Text Example
Text Example
White with #20D664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D664; }
p { color: rgb(32,214,100); }
H1.HeaderClassName
{
color: #20D664;
}
.AnyTagClassName
{
color: #20D664;
}
</style>
background-color css
<style>
a { background-color: #20D664; }
a { background-color: rgb(32,214,100); }
div.DivClassName
{
background-color: #20D664;
}
.BgClassName
{
background-color: #20D664;
}
</style>
border-color css
<style>
span { border-color: #20D664; }
span { border-color: rgb(32,214,100); }
td.TdClassName
{
border-color: #20D664;
}
.TagClassName
{
border-color: #20D664;
}
</style>