Shades of Malachite #20D644
Tints of Malachite #20D644
RGB
CMYK
RGB Variations
Color information
#20D644 (or 0x20D644) is known color: Malachite. HEX triplet: 20, D6 and 44. RGB value is (32,214,68). Sum of RGB (Red+Green+Blue) = 32+214+68=314 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.19% from 314); Green value is 214 (83.98% from 255 or 68.15% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 214 - color contains mainly: green. Hex color #20D644 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D644 is #DF29BB. Grayscale: #8F8F8F. Windows color (decimal): -14625212 or 4511264. OLE color: 4511264.
HSL color Cylindrical-coordinate representation of color #20D644: hue angle of 131.87º 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 #20D644 is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 214 | 68 | - |
| CMYK | 0.85 | 0 | 0.68 | 0.16 |
| HSL | 131.87º | 0.74% | 0.48% | - |
| HSV(B) | 131.87º | 0.85% | 0.84% | - |
| XYZ | 25.69 | 48.82 | 13.54 | - |
| YUV | 142.94 | 85.7 | 48.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 214 | 68 | 0.85 | 0 | 0.68 | 0.16 | 131.87 | 0.74 | 0.48 |
| Hex | 20 | D6 | 44 | 55 | 0 | 44 | 10 | 84 | 4A | 30 |
| Octal | 40 | 326 | 104 | 125 | 0 | 104 | 20 | 204 | 112 | 60 |
| Binary | 100000 | 11010110 | 1000100 | 1010101 | 0 | 1000100 | 10000 | 10000100 | 1001010 | 110000 |
Color Harmonies of #20D644
Complementary color
Monochromatic Colors of #20D644
Black with #20D644
Text Example
Text Example
White with #20D644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D644; }
p { color: rgb(32,214,68); }
H1.HeaderClassName
{
color: #20D644;
}
.AnyTagClassName
{
color: #20D644;
}
</style>
background-color css
<style>
a { background-color: #20D644; }
a { background-color: rgb(32,214,68); }
div.DivClassName
{
background-color: #20D644;
}
.BgClassName
{
background-color: #20D644;
}
</style>
border-color css
<style>
span { border-color: #20D644; }
span { border-color: rgb(32,214,68); }
td.TdClassName
{
border-color: #20D644;
}
.TagClassName
{
border-color: #20D644;
}
</style>