Shades of Malachite #20DD66
Tints of Malachite #20DD66
RGB
CMYK
RGB Variations
Color information
#20DD66 (or 0x20DD66) is known color: Malachite. HEX triplet: 20, DD and 66. RGB value is (32,221,102). Sum of RGB (Red+Green+Blue) = 32+221+102=355 (47% of max value = 765). Red value is 32 (12.89% from 255 or 9.01% from 355); Green value is 221 (86.72% from 255 or 62.25% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 221 - color contains mainly: green. Hex color #20DD66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20DD66 is #DF2299. Grayscale: #979797. Windows color (decimal): -14623386 or 6741280. OLE color: 6741280.
HSL color Cylindrical-coordinate representation of color #20DD66: hue angle of 142.22º 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 #20DD66 is Cyan = 0.86, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 221 | 102 | - |
| CMYK | 0.86 | 0 | 0.54 | 0.13 |
| HSL | 142.22º | 0.75% | 0.5% | - |
| HSV(B) | 142.22º | 0.86% | 0.87% | - |
| XYZ | 28.85 | 52.98 | 21.28 | - |
| YUV | 150.92 | 100.38 | 43.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 221 | 102 | 0.86 | 0 | 0.54 | 0.13 | 142.22 | 0.75 | 0.5 |
| Hex | 20 | DD | 66 | 56 | 0 | 36 | D | 8E | 4B | 32 |
| Octal | 40 | 335 | 146 | 126 | 0 | 66 | 15 | 216 | 113 | 62 |
| Binary | 100000 | 11011101 | 1100110 | 1010110 | 0 | 110110 | 1101 | 10001110 | 1001011 | 110010 |
Color Harmonies of #20DD66
Complementary color
Monochromatic Colors of #20DD66
Black with #20DD66
Text Example
Text Example
White with #20DD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DD66; }
p { color: rgb(32,221,102); }
H1.HeaderClassName
{
color: #20DD66;
}
.AnyTagClassName
{
color: #20DD66;
}
</style>
background-color css
<style>
a { background-color: #20DD66; }
a { background-color: rgb(32,221,102); }
div.DivClassName
{
background-color: #20DD66;
}
.BgClassName
{
background-color: #20DD66;
}
</style>
border-color css
<style>
span { border-color: #20DD66; }
span { border-color: rgb(32,221,102); }
td.TdClassName
{
border-color: #20DD66;
}
.TagClassName
{
border-color: #20DD66;
}
</style>