Shades of Malachite #14DB61
Tints of Malachite #14DB61
RGB
CMYK
RGB Variations
Color information
#14DB61 (or 0x14DB61) is known color: Malachite. HEX triplet: 14, DB and 61. RGB value is (20,219,97). Sum of RGB (Red+Green+Blue) = 20+219+97=336 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.95% from 336); Green value is 219 (85.94% from 255 or 65.18% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 219 - color contains mainly: green. Hex color #14DB61 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14DB61 is #EB249E. Grayscale: #919191. Windows color (decimal): -15410335 or 6413076. OLE color: 6413076.
HSL color Cylindrical-coordinate representation of color #14DB61: hue angle of 143.22º 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 #14DB61 is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 219 | 97 | - |
| CMYK | 0.91 | 0 | 0.56 | 0.14 |
| HSL | 143.22º | 0.83% | 0.47% | - |
| HSV(B) | 143.22º | 0.91% | 0.86% | - |
| XYZ | 27.78 | 51.67 | 19.82 | - |
| YUV | 145.59 | 100.57 | 38.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 219 | 97 | 0.91 | 0 | 0.56 | 0.14 | 143.22 | 0.83 | 0.47 |
| Hex | 14 | DB | 61 | 5B | 0 | 38 | E | 8F | 53 | 2F |
| Octal | 24 | 333 | 141 | 133 | 0 | 70 | 16 | 217 | 123 | 57 |
| Binary | 10100 | 11011011 | 1100001 | 1011011 | 0 | 111000 | 1110 | 10001111 | 1010011 | 101111 |
Color Harmonies of #14DB61
Complementary color
Monochromatic Colors of #14DB61
Black with #14DB61
Text Example
Text Example
White with #14DB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DB61; }
p { color: rgb(20,219,97); }
H1.HeaderClassName
{
color: #14DB61;
}
.AnyTagClassName
{
color: #14DB61;
}
</style>
background-color css
<style>
a { background-color: #14DB61; }
a { background-color: rgb(20,219,97); }
div.DivClassName
{
background-color: #14DB61;
}
.BgClassName
{
background-color: #14DB61;
}
</style>
border-color css
<style>
span { border-color: #14DB61; }
span { border-color: rgb(20,219,97); }
td.TdClassName
{
border-color: #14DB61;
}
.TagClassName
{
border-color: #14DB61;
}
</style>