Shades of Malachite #20DD69
Tints of Malachite #20DD69
RGB
CMYK
RGB Variations
Color information
#20DD69 (or 0x20DD69) is known color: Malachite. HEX triplet: 20, DD and 69. RGB value is (32,221,105). Sum of RGB (Red+Green+Blue) = 32+221+105=358 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.94% from 358); Green value is 221 (86.72% from 255 or 61.73% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 221 - color contains mainly: green. Hex color #20DD69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20DD69 is #DF2296. Grayscale: #979797. Windows color (decimal): -14623383 or 6937888. OLE color: 6937888.
HSL color Cylindrical-coordinate representation of color #20DD69: hue angle of 143.17º 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 #20DD69 is Cyan = 0.86, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 221 | 105 | - |
| CMYK | 0.86 | 0 | 0.52 | 0.13 |
| HSL | 143.17º | 0.75% | 0.5% | - |
| HSV(B) | 143.17º | 0.86% | 0.87% | - |
| XYZ | 29 | 53.04 | 22.07 | - |
| YUV | 151.27 | 101.88 | 42.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 221 | 105 | 0.86 | 0 | 0.52 | 0.13 | 143.17 | 0.75 | 0.5 |
| Hex | 20 | DD | 69 | 56 | 0 | 34 | D | 8F | 4B | 32 |
| Octal | 40 | 335 | 151 | 126 | 0 | 64 | 15 | 217 | 113 | 62 |
| Binary | 100000 | 11011101 | 1101001 | 1010110 | 0 | 110100 | 1101 | 10001111 | 1001011 | 110010 |
Color Harmonies of #20DD69
Complementary color
Monochromatic Colors of #20DD69
Black with #20DD69
Text Example
Text Example
White with #20DD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DD69; }
p { color: rgb(32,221,105); }
H1.HeaderClassName
{
color: #20DD69;
}
.AnyTagClassName
{
color: #20DD69;
}
</style>
background-color css
<style>
a { background-color: #20DD69; }
a { background-color: rgb(32,221,105); }
div.DivClassName
{
background-color: #20DD69;
}
.BgClassName
{
background-color: #20DD69;
}
</style>
border-color css
<style>
span { border-color: #20DD69; }
span { border-color: rgb(32,221,105); }
td.TdClassName
{
border-color: #20DD69;
}
.TagClassName
{
border-color: #20DD69;
}
</style>