Shades of Malachite #20D858
Tints of Malachite #20D858
RGB
CMYK
RGB Variations
Color information
#20D858 (or 0x20D858) is known color: Malachite. HEX triplet: 20, D8 and 58. RGB value is (32,216,88). Sum of RGB (Red+Green+Blue) = 32+216+88=336 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.52% from 336); Green value is 216 (84.77% from 255 or 64.29% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 216 - color contains mainly: green. Hex color #20D858 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D858 is #DF27A7. Grayscale: #929292. Windows color (decimal): -14624680 or 5822496. OLE color: 5822496.
HSL color Cylindrical-coordinate representation of color #20D858: hue angle of 138.26º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D858 is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 216 | 88 | - |
| CMYK | 0.85 | 0 | 0.59 | 0.15 |
| HSL | 138.26º | 0.74% | 0.49% | - |
| HSV(B) | 138.26º | 0.85% | 0.85% | - |
| XYZ | 26.91 | 50.12 | 17.49 | - |
| YUV | 146.39 | 95.04 | 46.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 216 | 88 | 0.85 | 0 | 0.59 | 0.15 | 138.26 | 0.74 | 0.49 |
| Hex | 20 | D8 | 58 | 55 | 0 | 3B | F | 8A | 4A | 31 |
| Octal | 40 | 330 | 130 | 125 | 0 | 73 | 17 | 212 | 112 | 61 |
| Binary | 100000 | 11011000 | 1011000 | 1010101 | 0 | 111011 | 1111 | 10001010 | 1001010 | 110001 |
Color Harmonies of #20D858
Complementary color
Monochromatic Colors of #20D858
Black with #20D858
Text Example
Text Example
White with #20D858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D858; }
p { color: rgb(32,216,88); }
H1.HeaderClassName
{
color: #20D858;
}
.AnyTagClassName
{
color: #20D858;
}
</style>
background-color css
<style>
a { background-color: #20D858; }
a { background-color: rgb(32,216,88); }
div.DivClassName
{
background-color: #20D858;
}
.BgClassName
{
background-color: #20D858;
}
</style>
border-color css
<style>
span { border-color: #20D858; }
span { border-color: rgb(32,216,88); }
td.TdClassName
{
border-color: #20D858;
}
.TagClassName
{
border-color: #20D858;
}
</style>