Shades of Malachite #20D570
Tints of Malachite #20D570
RGB
CMYK
RGB Variations
Color information
#20D570 (or 0x20D570) is known color: Malachite. HEX triplet: 20, D5 and 70. RGB value is (32,213,112). Sum of RGB (Red+Green+Blue) = 32+213+112=357 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.96% from 357); Green value is 213 (83.59% from 255 or 59.66% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 213 - color contains mainly: green. Hex color #20D570 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D570 is #DF2A8F. Grayscale: #939393. Windows color (decimal): -14625424 or 7394592. OLE color: 7394592.
HSL color Cylindrical-coordinate representation of color #20D570: hue angle of 146.52º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D570 is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 213 | 112 | - |
| CMYK | 0.85 | 0 | 0.47 | 0.16 |
| HSL | 146.52º | 0.74% | 0.48% | - |
| HSV(B) | 146.52º | 0.85% | 0.84% | - |
| XYZ | 27.31 | 49.07 | 23.36 | - |
| YUV | 147.37 | 108.03 | 45.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 213 | 112 | 0.85 | 0 | 0.47 | 0.16 | 146.52 | 0.74 | 0.48 |
| Hex | 20 | D5 | 70 | 55 | 0 | 2F | 10 | 93 | 4A | 30 |
| Octal | 40 | 325 | 160 | 125 | 0 | 57 | 20 | 223 | 112 | 60 |
| Binary | 100000 | 11010101 | 1110000 | 1010101 | 0 | 101111 | 10000 | 10010011 | 1001010 | 110000 |
Color Harmonies of #20D570
Complementary color
Monochromatic Colors of #20D570
Black with #20D570
Text Example
Text Example
White with #20D570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D570; }
p { color: rgb(32,213,112); }
H1.HeaderClassName
{
color: #20D570;
}
.AnyTagClassName
{
color: #20D570;
}
</style>
background-color css
<style>
a { background-color: #20D570; }
a { background-color: rgb(32,213,112); }
div.DivClassName
{
background-color: #20D570;
}
.BgClassName
{
background-color: #20D570;
}
</style>
border-color css
<style>
span { border-color: #20D570; }
span { border-color: rgb(32,213,112); }
td.TdClassName
{
border-color: #20D570;
}
.TagClassName
{
border-color: #20D570;
}
</style>