Shades of Malachite #20DB69
Tints of Malachite #20DB69
RGB
CMYK
RGB Variations
Color information
#20DB69 (or 0x20DB69) is known color: Malachite. HEX triplet: 20, DB and 69. RGB value is (32,219,105). Sum of RGB (Red+Green+Blue) = 32+219+105=356 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.99% from 356); Green value is 219 (85.94% from 255 or 61.52% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 219 - color contains mainly: green. Hex color #20DB69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20DB69 is #DF2496. Grayscale: #969696. Windows color (decimal): -14623895 or 6937376. OLE color: 6937376.
HSL color Cylindrical-coordinate representation of color #20DB69: hue angle of 143.42º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20DB69 is Cyan = 0.85, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 219 | 105 | - |
| CMYK | 0.85 | 0 | 0.52 | 0.14 |
| HSL | 143.42º | 0.75% | 0.49% | - |
| HSV(B) | 143.42º | 0.85% | 0.86% | - |
| XYZ | 28.48 | 51.99 | 21.9 | - |
| YUV | 150.09 | 102.55 | 43.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 219 | 105 | 0.85 | 0 | 0.52 | 0.14 | 143.42 | 0.75 | 0.49 |
| Hex | 20 | DB | 69 | 55 | 0 | 34 | E | 8F | 4B | 31 |
| Octal | 40 | 333 | 151 | 125 | 0 | 64 | 16 | 217 | 113 | 61 |
| Binary | 100000 | 11011011 | 1101001 | 1010101 | 0 | 110100 | 1110 | 10001111 | 1001011 | 110001 |
Color Harmonies of #20DB69
Complementary color
Monochromatic Colors of #20DB69
Black with #20DB69
Text Example
Text Example
White with #20DB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DB69; }
p { color: rgb(32,219,105); }
H1.HeaderClassName
{
color: #20DB69;
}
.AnyTagClassName
{
color: #20DB69;
}
</style>
background-color css
<style>
a { background-color: #20DB69; }
a { background-color: rgb(32,219,105); }
div.DivClassName
{
background-color: #20DB69;
}
.BgClassName
{
background-color: #20DB69;
}
</style>
border-color css
<style>
span { border-color: #20DB69; }
span { border-color: rgb(32,219,105); }
td.TdClassName
{
border-color: #20DB69;
}
.TagClassName
{
border-color: #20DB69;
}
</style>