Shades of Malachite #20DD56
Tints of Malachite #20DD56
RGB
CMYK
RGB Variations
Color information
#20DD56 (or 0x20DD56) is known color: Malachite. HEX triplet: 20, DD and 56. RGB value is (32,221,86). Sum of RGB (Red+Green+Blue) = 32+221+86=339 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.44% from 339); Green value is 221 (86.72% from 255 or 65.19% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 221 - color contains mainly: green. Hex color #20DD56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20DD56 is #DF22A9. Grayscale: #959595. Windows color (decimal): -14623402 or 5692704. OLE color: 5692704.
HSL color Cylindrical-coordinate representation of color #20DD56: hue angle of 137.14º 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 #20DD56 is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 221 | 86 | - |
| CMYK | 0.86 | 0 | 0.61 | 0.13 |
| HSL | 137.14º | 0.75% | 0.5% | - |
| HSV(B) | 137.14º | 0.86% | 0.87% | - |
| XYZ | 28.13 | 52.69 | 17.49 | - |
| YUV | 149.1 | 92.38 | 44.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 221 | 86 | 0.86 | 0 | 0.61 | 0.13 | 137.14 | 0.75 | 0.5 |
| Hex | 20 | DD | 56 | 56 | 0 | 3D | D | 89 | 4B | 32 |
| Octal | 40 | 335 | 126 | 126 | 0 | 75 | 15 | 211 | 113 | 62 |
| Binary | 100000 | 11011101 | 1010110 | 1010110 | 0 | 111101 | 1101 | 10001001 | 1001011 | 110010 |
Color Harmonies of #20DD56
Complementary color
Monochromatic Colors of #20DD56
Black with #20DD56
Text Example
Text Example
White with #20DD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DD56; }
p { color: rgb(32,221,86); }
H1.HeaderClassName
{
color: #20DD56;
}
.AnyTagClassName
{
color: #20DD56;
}
</style>
background-color css
<style>
a { background-color: #20DD56; }
a { background-color: rgb(32,221,86); }
div.DivClassName
{
background-color: #20DD56;
}
.BgClassName
{
background-color: #20DD56;
}
</style>
border-color css
<style>
span { border-color: #20DD56; }
span { border-color: rgb(32,221,86); }
td.TdClassName
{
border-color: #20DD56;
}
.TagClassName
{
border-color: #20DD56;
}
</style>