Shades of Malachite #20DB53
Tints of Malachite #20DB53
RGB
CMYK
RGB Variations
Color information
#20DB53 (or 0x20DB53) is known color: Malachite. HEX triplet: 20, DB and 53. RGB value is (32,219,83). Sum of RGB (Red+Green+Blue) = 32+219+83=334 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.58% from 334); Green value is 219 (85.94% from 255 or 65.57% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 219 - color contains mainly: green. Hex color #20DB53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20DB53 is #DF24AC. Grayscale: #939393. Windows color (decimal): -14623917 or 5495584. OLE color: 5495584.
HSL color Cylindrical-coordinate representation of color #20DB53: hue angle of 136.36º 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 #20DB53 is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 219 | 83 | - |
| CMYK | 0.85 | 0 | 0.62 | 0.14 |
| HSL | 136.36º | 0.75% | 0.49% | - |
| HSV(B) | 136.36º | 0.85% | 0.86% | - |
| XYZ | 27.49 | 51.59 | 16.69 | - |
| YUV | 147.58 | 91.55 | 45.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 219 | 83 | 0.85 | 0 | 0.62 | 0.14 | 136.36 | 0.75 | 0.49 |
| Hex | 20 | DB | 53 | 55 | 0 | 3E | E | 88 | 4B | 31 |
| Octal | 40 | 333 | 123 | 125 | 0 | 76 | 16 | 210 | 113 | 61 |
| Binary | 100000 | 11011011 | 1010011 | 1010101 | 0 | 111110 | 1110 | 10001000 | 1001011 | 110001 |
Color Harmonies of #20DB53
Complementary color
Monochromatic Colors of #20DB53
Black with #20DB53
Text Example
Text Example
White with #20DB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DB53; }
p { color: rgb(32,219,83); }
H1.HeaderClassName
{
color: #20DB53;
}
.AnyTagClassName
{
color: #20DB53;
}
</style>
background-color css
<style>
a { background-color: #20DB53; }
a { background-color: rgb(32,219,83); }
div.DivClassName
{
background-color: #20DB53;
}
.BgClassName
{
background-color: #20DB53;
}
</style>
border-color css
<style>
span { border-color: #20DB53; }
span { border-color: rgb(32,219,83); }
td.TdClassName
{
border-color: #20DB53;
}
.TagClassName
{
border-color: #20DB53;
}
</style>