Shades of Malachite #20DB51
Tints of Malachite #20DB51
RGB
CMYK
RGB Variations
Color information
#20DB51 (or 0x20DB51) is known color: Malachite. HEX triplet: 20, DB and 51. RGB value is (32,219,81). Sum of RGB (Red+Green+Blue) = 32+219+81=332 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.64% from 332); Green value is 219 (85.94% from 255 or 65.96% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 219 - color contains mainly: green. Hex color #20DB51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20DB51 is #DF24AE. Grayscale: #939393. Windows color (decimal): -14623919 or 5364512. OLE color: 5364512.
HSL color Cylindrical-coordinate representation of color #20DB51: hue angle of 135.72º 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 #20DB51 is Cyan = 0.85, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 219 | 81 | - |
| CMYK | 0.85 | 0 | 0.63 | 0.14 |
| HSL | 135.72º | 0.75% | 0.49% | - |
| HSV(B) | 135.72º | 0.85% | 0.86% | - |
| XYZ | 27.41 | 51.56 | 16.29 | - |
| YUV | 147.36 | 90.55 | 45.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 219 | 81 | 0.85 | 0 | 0.63 | 0.14 | 135.72 | 0.75 | 0.49 |
| Hex | 20 | DB | 51 | 55 | 0 | 3F | E | 88 | 4B | 31 |
| Octal | 40 | 333 | 121 | 125 | 0 | 77 | 16 | 210 | 113 | 61 |
| Binary | 100000 | 11011011 | 1010001 | 1010101 | 0 | 111111 | 1110 | 10001000 | 1001011 | 110001 |
Color Harmonies of #20DB51
Complementary color
Monochromatic Colors of #20DB51
Black with #20DB51
Text Example
Text Example
White with #20DB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DB51; }
p { color: rgb(32,219,81); }
H1.HeaderClassName
{
color: #20DB51;
}
.AnyTagClassName
{
color: #20DB51;
}
</style>
background-color css
<style>
a { background-color: #20DB51; }
a { background-color: rgb(32,219,81); }
div.DivClassName
{
background-color: #20DB51;
}
.BgClassName
{
background-color: #20DB51;
}
</style>
border-color css
<style>
span { border-color: #20DB51; }
span { border-color: rgb(32,219,81); }
td.TdClassName
{
border-color: #20DB51;
}
.TagClassName
{
border-color: #20DB51;
}
</style>