Shades of Malachite #20D770
Tints of Malachite #20D770
RGB
CMYK
RGB Variations
Color information
#20D770 (or 0x20D770) is known color: Malachite. HEX triplet: 20, D7 and 70. RGB value is (32,215,112). Sum of RGB (Red+Green+Blue) = 32+215+112=359 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.91% from 359); Green value is 215 (84.38% from 255 or 59.89% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 215 - color contains mainly: green. Hex color #20D770 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D770 is #DF288F. Grayscale: #949494. Windows color (decimal): -14624912 or 7395104. OLE color: 7395104.
HSL color Cylindrical-coordinate representation of color #20D770: hue angle of 146.23º 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 #20D770 is Cyan = 0.85, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 215 | 112 | - |
| CMYK | 0.85 | 0 | 0.48 | 0.16 |
| HSL | 146.23º | 0.74% | 0.48% | - |
| HSV(B) | 146.23º | 0.85% | 0.84% | - |
| XYZ | 27.82 | 50.08 | 23.53 | - |
| YUV | 148.54 | 107.37 | 44.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 215 | 112 | 0.85 | 0 | 0.48 | 0.16 | 146.23 | 0.74 | 0.48 |
| Hex | 20 | D7 | 70 | 55 | 0 | 30 | 10 | 92 | 4A | 30 |
| Octal | 40 | 327 | 160 | 125 | 0 | 60 | 20 | 222 | 112 | 60 |
| Binary | 100000 | 11010111 | 1110000 | 1010101 | 0 | 110000 | 10000 | 10010010 | 1001010 | 110000 |
Color Harmonies of #20D770
Complementary color
Monochromatic Colors of #20D770
Black with #20D770
Text Example
Text Example
White with #20D770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D770; }
p { color: rgb(32,215,112); }
H1.HeaderClassName
{
color: #20D770;
}
.AnyTagClassName
{
color: #20D770;
}
</style>
background-color css
<style>
a { background-color: #20D770; }
a { background-color: rgb(32,215,112); }
div.DivClassName
{
background-color: #20D770;
}
.BgClassName
{
background-color: #20D770;
}
</style>
border-color css
<style>
span { border-color: #20D770; }
span { border-color: rgb(32,215,112); }
td.TdClassName
{
border-color: #20D770;
}
.TagClassName
{
border-color: #20D770;
}
</style>