Shades of Malachite #14DC4D
Tints of Malachite #14DC4D
RGB
CMYK
RGB Variations
Color information
#14DC4D (or 0x14DC4D) is known color: Malachite. HEX triplet: 14, DC and 4D. RGB value is (20,220,77). Sum of RGB (Red+Green+Blue) = 20+220+77=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 220 (86.33% from 255 or 69.40% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 220 - color contains mainly: green. Hex color #14DC4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14DC4D is #EB23B2. Grayscale: #909090. Windows color (decimal): -15410099 or 5102612. OLE color: 5102612.
HSL color Cylindrical-coordinate representation of color #14DC4D: hue angle of 137.1º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DC4D is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 220 | 77 | - |
| CMYK | 0.91 | 0 | 0.65 | 0.14 |
| HSL | 137.1º | 0.83% | 0.47% | - |
| HSV(B) | 137.1º | 0.91% | 0.86% | - |
| XYZ | 27.22 | 51.87 | 15.6 | - |
| YUV | 143.9 | 90.24 | 39.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 220 | 77 | 0.91 | 0 | 0.65 | 0.14 | 137.1 | 0.83 | 0.47 |
| Hex | 14 | DC | 4D | 5B | 0 | 41 | E | 89 | 53 | 2F |
| Octal | 24 | 334 | 115 | 133 | 0 | 101 | 16 | 211 | 123 | 57 |
| Binary | 10100 | 11011100 | 1001101 | 1011011 | 0 | 1000001 | 1110 | 10001001 | 1010011 | 101111 |
Color Harmonies of #14DC4D
Complementary color
Monochromatic Colors of #14DC4D
Black with #14DC4D
Text Example
Text Example
White with #14DC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DC4D; }
p { color: rgb(20,220,77); }
H1.HeaderClassName
{
color: #14DC4D;
}
.AnyTagClassName
{
color: #14DC4D;
}
</style>
background-color css
<style>
a { background-color: #14DC4D; }
a { background-color: rgb(20,220,77); }
div.DivClassName
{
background-color: #14DC4D;
}
.BgClassName
{
background-color: #14DC4D;
}
</style>
border-color css
<style>
span { border-color: #14DC4D; }
span { border-color: rgb(20,220,77); }
td.TdClassName
{
border-color: #14DC4D;
}
.TagClassName
{
border-color: #14DC4D;
}
</style>