Shades of Malachite #20D14F
Tints of Malachite #20D14F
RGB
CMYK
RGB Variations
Color information
#20D14F (or 0x20D14F) is known color: Malachite. HEX triplet: 20, D1 and 4F. RGB value is (32,209,79). Sum of RGB (Red+Green+Blue) = 32+209+79=320 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10% from 320); Green value is 209 (82.03% from 255 or 65.31% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 209 - color contains mainly: green. Hex color #20D14F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D14F is #DF2EB0. Grayscale: #8D8D8D. Windows color (decimal): -14626481 or 5230880. OLE color: 5230880.
HSL color Cylindrical-coordinate representation of color #20D14F: hue angle of 135.93º 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 #20D14F is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 209 | 79 | - |
| CMYK | 0.85 | 0 | 0.62 | 0.18 |
| HSL | 135.93º | 0.73% | 0.47% | - |
| HSV(B) | 135.93º | 0.85% | 0.82% | - |
| XYZ | 24.81 | 46.47 | 15.06 | - |
| YUV | 141.26 | 92.86 | 50.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 209 | 79 | 0.85 | 0 | 0.62 | 0.18 | 135.93 | 0.73 | 0.47 |
| Hex | 20 | D1 | 4F | 55 | 0 | 3E | 12 | 88 | 49 | 2F |
| Octal | 40 | 321 | 117 | 125 | 0 | 76 | 22 | 210 | 111 | 57 |
| Binary | 100000 | 11010001 | 1001111 | 1010101 | 0 | 111110 | 10010 | 10001000 | 1001001 | 101111 |
Color Harmonies of #20D14F
Complementary color
Monochromatic Colors of #20D14F
Black with #20D14F
Text Example
Text Example
White with #20D14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D14F; }
p { color: rgb(32,209,79); }
H1.HeaderClassName
{
color: #20D14F;
}
.AnyTagClassName
{
color: #20D14F;
}
</style>
background-color css
<style>
a { background-color: #20D14F; }
a { background-color: rgb(32,209,79); }
div.DivClassName
{
background-color: #20D14F;
}
.BgClassName
{
background-color: #20D14F;
}
</style>
border-color css
<style>
span { border-color: #20D14F; }
span { border-color: rgb(32,209,79); }
td.TdClassName
{
border-color: #20D14F;
}
.TagClassName
{
border-color: #20D14F;
}
</style>