Shades of Malachite #20DD63
Tints of Malachite #20DD63
RGB
CMYK
RGB Variations
Color information
#20DD63 (or 0x20DD63) is known color: Malachite. HEX triplet: 20, DD and 63. RGB value is (32,221,99). Sum of RGB (Red+Green+Blue) = 32+221+99=352 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.09% from 352); Green value is 221 (86.72% from 255 or 62.78% from 352); Blue value is 99 (39.06% from 255 or 28.12% from 352); Max value from RGB is 221 - color contains mainly: green. Hex color #20DD63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20DD63 is #DF229C. Grayscale: #969696. Windows color (decimal): -14623389 or 6544672. OLE color: 6544672.
HSL color Cylindrical-coordinate representation of color #20DD63: hue angle of 141.27º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20DD63 is Cyan = 0.86, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 221 | 99 | - |
| CMYK | 0.86 | 0 | 0.55 | 0.13 |
| HSL | 141.27º | 0.75% | 0.5% | - |
| HSV(B) | 141.27º | 0.86% | 0.87% | - |
| XYZ | 28.7 | 52.92 | 20.51 | - |
| YUV | 150.58 | 98.88 | 43.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 221 | 99 | 0.86 | 0 | 0.55 | 0.13 | 141.27 | 0.75 | 0.5 |
| Hex | 20 | DD | 63 | 56 | 0 | 37 | D | 8D | 4B | 32 |
| Octal | 40 | 335 | 143 | 126 | 0 | 67 | 15 | 215 | 113 | 62 |
| Binary | 100000 | 11011101 | 1100011 | 1010110 | 0 | 110111 | 1101 | 10001101 | 1001011 | 110010 |
Color Harmonies of #20DD63
Complementary color
Monochromatic Colors of #20DD63
Black with #20DD63
Text Example
Text Example
White with #20DD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DD63; }
p { color: rgb(32,221,99); }
H1.HeaderClassName
{
color: #20DD63;
}
.AnyTagClassName
{
color: #20DD63;
}
</style>
background-color css
<style>
a { background-color: #20DD63; }
a { background-color: rgb(32,221,99); }
div.DivClassName
{
background-color: #20DD63;
}
.BgClassName
{
background-color: #20DD63;
}
</style>
border-color css
<style>
span { border-color: #20DD63; }
span { border-color: rgb(32,221,99); }
td.TdClassName
{
border-color: #20DD63;
}
.TagClassName
{
border-color: #20DD63;
}
</style>