Shades of Malachite #14D74F
Tints of Malachite #14D74F
RGB
CMYK
RGB Variations
Color information
#14D74F (or 0x14D74F) is known color: Malachite. HEX triplet: 14, D7 and 4F. RGB value is (20,215,79). Sum of RGB (Red+Green+Blue) = 20+215+79=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 215 (84.38% from 255 or 68.47% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 215 - color contains mainly: green. Hex color #14D74F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D74F is #EB28B0. Grayscale: #8D8D8D. Windows color (decimal): -15411377 or 5232404. OLE color: 5232404.
HSL color Cylindrical-coordinate representation of color #14D74F: hue angle of 138.15º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D74F is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 215 | 79 | - |
| CMYK | 0.91 | 0 | 0.63 | 0.16 |
| HSL | 138.15º | 0.83% | 0.46% | - |
| HSV(B) | 138.15º | 0.91% | 0.84% | - |
| XYZ | 26 | 49.31 | 15.55 | - |
| YUV | 141.19 | 92.9 | 41.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 215 | 79 | 0.91 | 0 | 0.63 | 0.16 | 138.15 | 0.83 | 0.46 |
| Hex | 14 | D7 | 4F | 5B | 0 | 3F | 10 | 8A | 53 | 2E |
| Octal | 24 | 327 | 117 | 133 | 0 | 77 | 20 | 212 | 123 | 56 |
| Binary | 10100 | 11010111 | 1001111 | 1011011 | 0 | 111111 | 10000 | 10001010 | 1010011 | 101110 |
Color Harmonies of #14D74F
Complementary color
Monochromatic Colors of #14D74F
Black with #14D74F
Text Example
Text Example
White with #14D74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D74F; }
p { color: rgb(20,215,79); }
H1.HeaderClassName
{
color: #14D74F;
}
.AnyTagClassName
{
color: #14D74F;
}
</style>
background-color css
<style>
a { background-color: #14D74F; }
a { background-color: rgb(20,215,79); }
div.DivClassName
{
background-color: #14D74F;
}
.BgClassName
{
background-color: #14D74F;
}
</style>
border-color css
<style>
span { border-color: #14D74F; }
span { border-color: rgb(20,215,79); }
td.TdClassName
{
border-color: #14D74F;
}
.TagClassName
{
border-color: #14D74F;
}
</style>