Shades of Malachite #20D34D
Tints of Malachite #20D34D
RGB
CMYK
RGB Variations
Color information
#20D34D (or 0x20D34D) is known color: Malachite. HEX triplet: 20, D3 and 4D. RGB value is (32,211,77). Sum of RGB (Red+Green+Blue) = 32+211+77=320 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10% from 320); Green value is 211 (82.81% from 255 or 65.94% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 211 - color contains mainly: green. Hex color #20D34D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D34D is #DF2CB2. Grayscale: #8E8E8E. Windows color (decimal): -14625971 or 5100320. OLE color: 5100320.
HSL color Cylindrical-coordinate representation of color #20D34D: hue angle of 135.08º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D34D is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 32 | 211 | 77 | - |
| CMYK | 0.85 | 0 | 0.64 | 0.17 |
| HSL | 135.08º | 0.74% | 0.48% | - |
| HSV(B) | 135.08º | 0.85% | 0.83% | - |
| XYZ | 25.23 | 47.43 | 14.85 | - |
| YUV | 142.2 | 91.2 | 49.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 211 | 77 | 0.85 | 0 | 0.64 | 0.17 | 135.08 | 0.74 | 0.48 |
| Hex | 20 | D3 | 4D | 55 | 0 | 40 | 11 | 87 | 4A | 30 |
| Octal | 40 | 323 | 115 | 125 | 0 | 100 | 21 | 207 | 112 | 60 |
| Binary | 100000 | 11010011 | 1001101 | 1010101 | 0 | 1000000 | 10001 | 10000111 | 1001010 | 110000 |
Color Harmonies of #20D34D
Complementary color
Monochromatic Colors of #20D34D
Black with #20D34D
Text Example
Text Example
White with #20D34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D34D; }
p { color: rgb(32,211,77); }
H1.HeaderClassName
{
color: #20D34D;
}
.AnyTagClassName
{
color: #20D34D;
}
</style>
background-color css
<style>
a { background-color: #20D34D; }
a { background-color: rgb(32,211,77); }
div.DivClassName
{
background-color: #20D34D;
}
.BgClassName
{
background-color: #20D34D;
}
</style>
border-color css
<style>
span { border-color: #20D34D; }
span { border-color: rgb(32,211,77); }
td.TdClassName
{
border-color: #20D34D;
}
.TagClassName
{
border-color: #20D34D;
}
</style>