Shades of Malachite #20DC73
Tints of Malachite #20DC73
RGB
CMYK
RGB Variations
Color information
#20DC73 (or 0x20DC73) is known color: Malachite. HEX triplet: 20, DC and 73. RGB value is (32,220,115). Sum of RGB (Red+Green+Blue) = 32+220+115=367 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.72% from 367); Green value is 220 (86.33% from 255 or 59.95% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 220 - color contains mainly: green. Hex color #20DC73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20DC73 is #DF238C. Grayscale: #989898. Windows color (decimal): -14623629 or 7592992. OLE color: 7592992.
HSL color Cylindrical-coordinate representation of color #20DC73: hue angle of 146.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 #20DC73 is Cyan = 0.85, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 220 | 115 | - |
| CMYK | 0.85 | 0 | 0.48 | 0.14 |
| HSL | 146.49º | 0.75% | 0.49% | - |
| HSV(B) | 146.49º | 0.85% | 0.86% | - |
| XYZ | 29.28 | 52.73 | 24.85 | - |
| YUV | 151.82 | 107.22 | 42.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 220 | 115 | 0.85 | 0 | 0.48 | 0.14 | 146.49 | 0.75 | 0.49 |
| Hex | 20 | DC | 73 | 55 | 0 | 30 | E | 92 | 4B | 31 |
| Octal | 40 | 334 | 163 | 125 | 0 | 60 | 16 | 222 | 113 | 61 |
| Binary | 100000 | 11011100 | 1110011 | 1010101 | 0 | 110000 | 1110 | 10010010 | 1001011 | 110001 |
Color Harmonies of #20DC73
Complementary color
Monochromatic Colors of #20DC73
Black with #20DC73
Text Example
Text Example
White with #20DC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DC73; }
p { color: rgb(32,220,115); }
H1.HeaderClassName
{
color: #20DC73;
}
.AnyTagClassName
{
color: #20DC73;
}
</style>
background-color css
<style>
a { background-color: #20DC73; }
a { background-color: rgb(32,220,115); }
div.DivClassName
{
background-color: #20DC73;
}
.BgClassName
{
background-color: #20DC73;
}
</style>
border-color css
<style>
span { border-color: #20DC73; }
span { border-color: rgb(32,220,115); }
td.TdClassName
{
border-color: #20DC73;
}
.TagClassName
{
border-color: #20DC73;
}
</style>