Shades of Malachite #20D24D
Tints of Malachite #20D24D
RGB
CMYK
RGB Variations
Color information
#20D24D (or 0x20D24D) is known color: Malachite. HEX triplet: 20, D2 and 4D. RGB value is (32,210,77). Sum of RGB (Red+Green+Blue) = 32+210+77=319 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.03% from 319); Green value is 210 (82.42% from 255 or 65.83% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 210 - color contains mainly: green. Hex color #20D24D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D24D is #DF2DB2. Grayscale: #8D8D8D. Windows color (decimal): -14626227 or 5100064. OLE color: 5100064.
HSL color Cylindrical-coordinate representation of color #20D24D: hue angle of 135.17º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D24D is Cyan = 0.85, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 210 | 77 | - |
| CMYK | 0.85 | 0 | 0.63 | 0.18 |
| HSL | 135.17º | 0.74% | 0.47% | - |
| HSV(B) | 135.17º | 0.85% | 0.82% | - |
| XYZ | 24.98 | 46.94 | 14.76 | - |
| YUV | 141.62 | 91.53 | 49.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 210 | 77 | 0.85 | 0 | 0.63 | 0.18 | 135.17 | 0.74 | 0.47 |
| Hex | 20 | D2 | 4D | 55 | 0 | 3F | 12 | 87 | 4A | 2F |
| Octal | 40 | 322 | 115 | 125 | 0 | 77 | 22 | 207 | 112 | 57 |
| Binary | 100000 | 11010010 | 1001101 | 1010101 | 0 | 111111 | 10010 | 10000111 | 1001010 | 101111 |
Color Harmonies of #20D24D
Complementary color
Monochromatic Colors of #20D24D
Black with #20D24D
Text Example
Text Example
White with #20D24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D24D; }
p { color: rgb(32,210,77); }
H1.HeaderClassName
{
color: #20D24D;
}
.AnyTagClassName
{
color: #20D24D;
}
</style>
background-color css
<style>
a { background-color: #20D24D; }
a { background-color: rgb(32,210,77); }
div.DivClassName
{
background-color: #20D24D;
}
.BgClassName
{
background-color: #20D24D;
}
</style>
border-color css
<style>
span { border-color: #20D24D; }
span { border-color: rgb(32,210,77); }
td.TdClassName
{
border-color: #20D24D;
}
.TagClassName
{
border-color: #20D24D;
}
</style>