Shades of Malachite #20DD6B
Tints of Malachite #20DD6B
RGB
CMYK
RGB Variations
Color information
#20DD6B (or 0x20DD6B) is known color: Malachite. HEX triplet: 20, DD and 6B. RGB value is (32,221,107). Sum of RGB (Red+Green+Blue) = 32+221+107=360 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.89% from 360); Green value is 221 (86.72% from 255 or 61.39% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 221 - color contains mainly: green. Hex color #20DD6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20DD6B is #DF2294. Grayscale: #979797. Windows color (decimal): -14623381 or 7068960. OLE color: 7068960.
HSL color Cylindrical-coordinate representation of color #20DD6B: hue angle of 143.81º 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 #20DD6B is Cyan = 0.86, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 221 | 107 | - |
| CMYK | 0.86 | 0 | 0.52 | 0.13 |
| HSL | 143.81º | 0.75% | 0.5% | - |
| HSV(B) | 143.81º | 0.86% | 0.87% | - |
| XYZ | 29.11 | 53.08 | 22.62 | - |
| YUV | 151.49 | 102.88 | 42.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 221 | 107 | 0.86 | 0 | 0.52 | 0.13 | 143.81 | 0.75 | 0.5 |
| Hex | 20 | DD | 6B | 56 | 0 | 34 | D | 90 | 4B | 32 |
| Octal | 40 | 335 | 153 | 126 | 0 | 64 | 15 | 220 | 113 | 62 |
| Binary | 100000 | 11011101 | 1101011 | 1010110 | 0 | 110100 | 1101 | 10010000 | 1001011 | 110010 |
Color Harmonies of #20DD6B
Complementary color
Monochromatic Colors of #20DD6B
Black with #20DD6B
Text Example
Text Example
White with #20DD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DD6B; }
p { color: rgb(32,221,107); }
H1.HeaderClassName
{
color: #20DD6B;
}
.AnyTagClassName
{
color: #20DD6B;
}
</style>
background-color css
<style>
a { background-color: #20DD6B; }
a { background-color: rgb(32,221,107); }
div.DivClassName
{
background-color: #20DD6B;
}
.BgClassName
{
background-color: #20DD6B;
}
</style>
border-color css
<style>
span { border-color: #20DD6B; }
span { border-color: rgb(32,221,107); }
td.TdClassName
{
border-color: #20DD6B;
}
.TagClassName
{
border-color: #20DD6B;
}
</style>