Shades of Malachite #20D84C
Tints of Malachite #20D84C
RGB
CMYK
RGB Variations
Color information
#20D84C (or 0x20D84C) is known color: Malachite. HEX triplet: 20, D8 and 4C. RGB value is (32,216,76). Sum of RGB (Red+Green+Blue) = 32+216+76=324 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.88% from 324); Green value is 216 (84.77% from 255 or 66.67% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 216 - color contains mainly: green. Hex color #20D84C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D84C is #DF27B3. Grayscale: #919191. Windows color (decimal): -14624692 or 5036064. OLE color: 5036064.
HSL color Cylindrical-coordinate representation of color #20D84C: hue angle of 134.35º 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 #20D84C is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 216 | 76 | - |
| CMYK | 0.85 | 0 | 0.65 | 0.15 |
| HSL | 134.35º | 0.74% | 0.49% | - |
| HSV(B) | 134.35º | 0.85% | 0.85% | - |
| XYZ | 26.46 | 49.94 | 15.08 | - |
| YUV | 145.02 | 89.04 | 47.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 216 | 76 | 0.85 | 0 | 0.65 | 0.15 | 134.35 | 0.74 | 0.49 |
| Hex | 20 | D8 | 4C | 55 | 0 | 41 | F | 86 | 4A | 31 |
| Octal | 40 | 330 | 114 | 125 | 0 | 101 | 17 | 206 | 112 | 61 |
| Binary | 100000 | 11011000 | 1001100 | 1010101 | 0 | 1000001 | 1111 | 10000110 | 1001010 | 110001 |
Color Harmonies of #20D84C
Complementary color
Monochromatic Colors of #20D84C
Black with #20D84C
Text Example
Text Example
White with #20D84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D84C; }
p { color: rgb(32,216,76); }
H1.HeaderClassName
{
color: #20D84C;
}
.AnyTagClassName
{
color: #20D84C;
}
</style>
background-color css
<style>
a { background-color: #20D84C; }
a { background-color: rgb(32,216,76); }
div.DivClassName
{
background-color: #20D84C;
}
.BgClassName
{
background-color: #20D84C;
}
</style>
border-color css
<style>
span { border-color: #20D84C; }
span { border-color: rgb(32,216,76); }
td.TdClassName
{
border-color: #20D84C;
}
.TagClassName
{
border-color: #20D84C;
}
</style>