Shades of Malachite #20DC44
Tints of Malachite #20DC44
RGB
CMYK
RGB Variations
Color information
#20DC44 (or 0x20DC44) is known color: Malachite. HEX triplet: 20, DC and 44. RGB value is (32,220,68). Sum of RGB (Red+Green+Blue) = 32+220+68=320 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10% from 320); Green value is 220 (86.33% from 255 or 68.75% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 220 - color contains mainly: green. Hex color #20DC44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DC44 is #DF23BB. Grayscale: #929292. Windows color (decimal): -14623676 or 4512800. OLE color: 4512800.
HSL color Cylindrical-coordinate representation of color #20DC44: hue angle of 131.49º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20DC44 is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 220 | 68 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.14 |
| HSL | 131.49º | 0.75% | 0.49% | - |
| HSV(B) | 131.49º | 0.85% | 0.86% | - |
| XYZ | 27.23 | 51.91 | 14.05 | - |
| YUV | 146.46 | 83.72 | 46.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 220 | 68 | 0.85 | 0 | 0.69 | 0.14 | 131.49 | 0.75 | 0.49 |
| Hex | 20 | DC | 44 | 55 | 0 | 45 | E | 83 | 4B | 31 |
| Octal | 40 | 334 | 104 | 125 | 0 | 105 | 16 | 203 | 113 | 61 |
| Binary | 100000 | 11011100 | 1000100 | 1010101 | 0 | 1000101 | 1110 | 10000011 | 1001011 | 110001 |
Color Harmonies of #20DC44
Complementary color
Monochromatic Colors of #20DC44
Black with #20DC44
Text Example
Text Example
White with #20DC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DC44; }
p { color: rgb(32,220,68); }
H1.HeaderClassName
{
color: #20DC44;
}
.AnyTagClassName
{
color: #20DC44;
}
</style>
background-color css
<style>
a { background-color: #20DC44; }
a { background-color: rgb(32,220,68); }
div.DivClassName
{
background-color: #20DC44;
}
.BgClassName
{
background-color: #20DC44;
}
</style>
border-color css
<style>
span { border-color: #20DC44; }
span { border-color: rgb(32,220,68); }
td.TdClassName
{
border-color: #20DC44;
}
.TagClassName
{
border-color: #20DC44;
}
</style>