Shades of Malachite #20D059
Tints of Malachite #20D059
RGB
CMYK
RGB Variations
Color information
#20D059 (or 0x20D059) is known color: Malachite. HEX triplet: 20, D0 and 59. RGB value is (32,208,89). Sum of RGB (Red+Green+Blue) = 32+208+89=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 208 (81.64% from 255 or 63.22% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 208 - color contains mainly: green. Hex color #20D059 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D059 is #DF2FA6. Grayscale: #8E8E8E. Windows color (decimal): -14626727 or 5885984. OLE color: 5885984.
HSL color Cylindrical-coordinate representation of color #20D059: hue angle of 139.43º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D059 is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 208 | 89 | - |
| CMYK | 0.85 | 0 | 0.57 | 0.18 |
| HSL | 139.43º | 0.73% | 0.47% | - |
| HSV(B) | 139.43º | 0.85% | 0.82% | - |
| XYZ | 24.95 | 46.14 | 17.04 | - |
| YUV | 141.81 | 98.19 | 49.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 208 | 89 | 0.85 | 0 | 0.57 | 0.18 | 139.43 | 0.73 | 0.47 |
| Hex | 20 | D0 | 59 | 55 | 0 | 39 | 12 | 8B | 49 | 2F |
| Octal | 40 | 320 | 131 | 125 | 0 | 71 | 22 | 213 | 111 | 57 |
| Binary | 100000 | 11010000 | 1011001 | 1010101 | 0 | 111001 | 10010 | 10001011 | 1001001 | 101111 |
Color Harmonies of #20D059
Complementary color
Monochromatic Colors of #20D059
Black with #20D059
Text Example
Text Example
White with #20D059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D059; }
p { color: rgb(32,208,89); }
H1.HeaderClassName
{
color: #20D059;
}
.AnyTagClassName
{
color: #20D059;
}
</style>
background-color css
<style>
a { background-color: #20D059; }
a { background-color: rgb(32,208,89); }
div.DivClassName
{
background-color: #20D059;
}
.BgClassName
{
background-color: #20D059;
}
</style>
border-color css
<style>
span { border-color: #20D059; }
span { border-color: rgb(32,208,89); }
td.TdClassName
{
border-color: #20D059;
}
.TagClassName
{
border-color: #20D059;
}
</style>