Shades of Malachite #20D14C
Tints of Malachite #20D14C
RGB
CMYK
RGB Variations
Color information
#20D14C (or 0x20D14C) is known color: Malachite. HEX triplet: 20, D1 and 4C. RGB value is (32,209,76). Sum of RGB (Red+Green+Blue) = 32+209+76=317 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.09% from 317); Green value is 209 (82.03% from 255 or 65.93% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 209 - color contains mainly: green. Hex color #20D14C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D14C is #DF2EB3. Grayscale: #8D8D8D. Windows color (decimal): -14626484 or 5034272. OLE color: 5034272.
HSL color Cylindrical-coordinate representation of color #20D14C: hue angle of 134.92º degrees, saturation: 0.73, 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 #20D14C is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 209 | 76 | - |
| CMYK | 0.85 | 0 | 0.64 | 0.18 |
| HSL | 134.92º | 0.73% | 0.47% | - |
| HSV(B) | 134.92º | 0.85% | 0.82% | - |
| XYZ | 24.7 | 46.43 | 14.5 | - |
| YUV | 140.92 | 91.36 | 50.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 209 | 76 | 0.85 | 0 | 0.64 | 0.18 | 134.92 | 0.73 | 0.47 |
| Hex | 20 | D1 | 4C | 55 | 0 | 40 | 12 | 87 | 49 | 2F |
| Octal | 40 | 321 | 114 | 125 | 0 | 100 | 22 | 207 | 111 | 57 |
| Binary | 100000 | 11010001 | 1001100 | 1010101 | 0 | 1000000 | 10010 | 10000111 | 1001001 | 101111 |
Color Harmonies of #20D14C
Complementary color
Monochromatic Colors of #20D14C
Black with #20D14C
Text Example
Text Example
White with #20D14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D14C; }
p { color: rgb(32,209,76); }
H1.HeaderClassName
{
color: #20D14C;
}
.AnyTagClassName
{
color: #20D14C;
}
</style>
background-color css
<style>
a { background-color: #20D14C; }
a { background-color: rgb(32,209,76); }
div.DivClassName
{
background-color: #20D14C;
}
.BgClassName
{
background-color: #20D14C;
}
</style>
border-color css
<style>
span { border-color: #20D14C; }
span { border-color: rgb(32,209,76); }
td.TdClassName
{
border-color: #20D14C;
}
.TagClassName
{
border-color: #20D14C;
}
</style>