Shades of Malachite #20D958
Tints of Malachite #20D958
RGB
CMYK
RGB Variations
Color information
#20D958 (or 0x20D958) is known color: Malachite. HEX triplet: 20, D9 and 58. RGB value is (32,217,88). Sum of RGB (Red+Green+Blue) = 32+217+88=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 217 (85.16% from 255 or 64.39% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 217 - color contains mainly: green. Hex color #20D958 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D958 is #DF26A7. Grayscale: #939393. Windows color (decimal): -14624424 or 5822752. OLE color: 5822752.
HSL color Cylindrical-coordinate representation of color #20D958: hue angle of 138.16º 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 #20D958 is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 217 | 88 | - |
| CMYK | 0.85 | 0 | 0.59 | 0.15 |
| HSL | 138.16º | 0.74% | 0.49% | - |
| HSV(B) | 138.16º | 0.85% | 0.85% | - |
| XYZ | 27.17 | 50.64 | 17.57 | - |
| YUV | 146.98 | 94.71 | 45.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 217 | 88 | 0.85 | 0 | 0.59 | 0.15 | 138.16 | 0.74 | 0.49 |
| Hex | 20 | D9 | 58 | 55 | 0 | 3B | F | 8A | 4A | 31 |
| Octal | 40 | 331 | 130 | 125 | 0 | 73 | 17 | 212 | 112 | 61 |
| Binary | 100000 | 11011001 | 1011000 | 1010101 | 0 | 111011 | 1111 | 10001010 | 1001010 | 110001 |
Color Harmonies of #20D958
Complementary color
Monochromatic Colors of #20D958
Black with #20D958
Text Example
Text Example
White with #20D958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D958; }
p { color: rgb(32,217,88); }
H1.HeaderClassName
{
color: #20D958;
}
.AnyTagClassName
{
color: #20D958;
}
</style>
background-color css
<style>
a { background-color: #20D958; }
a { background-color: rgb(32,217,88); }
div.DivClassName
{
background-color: #20D958;
}
.BgClassName
{
background-color: #20D958;
}
</style>
border-color css
<style>
span { border-color: #20D958; }
span { border-color: rgb(32,217,88); }
td.TdClassName
{
border-color: #20D958;
}
.TagClassName
{
border-color: #20D958;
}
</style>