Shades of Malachite #14DB5D
Tints of Malachite #14DB5D
RGB
CMYK
RGB Variations
Color information
#14DB5D (or 0x14DB5D) is known color: Malachite. HEX triplet: 14, DB and 5D. RGB value is (20,219,93). Sum of RGB (Red+Green+Blue) = 20+219+93=332 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.02% from 332); Green value is 219 (85.94% from 255 or 65.96% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 219 - color contains mainly: green. Hex color #14DB5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14DB5D is #EB24A2. Grayscale: #919191. Windows color (decimal): -15410339 or 6150932. OLE color: 6150932.
HSL color Cylindrical-coordinate representation of color #14DB5D: hue angle of 142.01º 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 #14DB5D is Cyan = 0.91, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 219 | 93 | - |
| CMYK | 0.91 | 0 | 0.58 | 0.14 |
| HSL | 142.01º | 0.83% | 0.47% | - |
| HSV(B) | 142.01º | 0.91% | 0.86% | - |
| XYZ | 27.6 | 51.6 | 18.86 | - |
| YUV | 145.14 | 98.57 | 38.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 219 | 93 | 0.91 | 0 | 0.58 | 0.14 | 142.01 | 0.83 | 0.47 |
| Hex | 14 | DB | 5D | 5B | 0 | 3A | E | 8E | 53 | 2F |
| Octal | 24 | 333 | 135 | 133 | 0 | 72 | 16 | 216 | 123 | 57 |
| Binary | 10100 | 11011011 | 1011101 | 1011011 | 0 | 111010 | 1110 | 10001110 | 1010011 | 101111 |
Color Harmonies of #14DB5D
Complementary color
Monochromatic Colors of #14DB5D
Black with #14DB5D
Text Example
Text Example
White with #14DB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DB5D; }
p { color: rgb(20,219,93); }
H1.HeaderClassName
{
color: #14DB5D;
}
.AnyTagClassName
{
color: #14DB5D;
}
</style>
background-color css
<style>
a { background-color: #14DB5D; }
a { background-color: rgb(20,219,93); }
div.DivClassName
{
background-color: #14DB5D;
}
.BgClassName
{
background-color: #14DB5D;
}
</style>
border-color css
<style>
span { border-color: #14DB5D; }
span { border-color: rgb(20,219,93); }
td.TdClassName
{
border-color: #14DB5D;
}
.TagClassName
{
border-color: #14DB5D;
}
</style>