Shades of Malachite #13DB4E
Tints of Malachite #13DB4E
RGB
CMYK
RGB Variations
Color information
#13DB4E (or 0x13DB4E) is known color: Malachite. HEX triplet: 13, DB and 4E. RGB value is (19,219,78). Sum of RGB (Red+Green+Blue) = 19+219+78=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 219 (85.94% from 255 or 69.30% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 219 - color contains mainly: green. Hex color #13DB4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13DB4E is #EC24B1. Grayscale: #8F8F8F. Windows color (decimal): -15475890 or 5167891. OLE color: 5167891.
HSL color Cylindrical-coordinate representation of color #13DB4E: hue angle of 137.7º degrees, saturation: 0.84, 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 #13DB4E is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 219 | 78 | - |
| CMYK | 0.91 | 0 | 0.64 | 0.14 |
| HSL | 137.7º | 0.84% | 0.47% | - |
| HSV(B) | 137.7º | 0.91% | 0.86% | - |
| XYZ | 26.98 | 51.35 | 15.7 | - |
| YUV | 143.13 | 91.24 | 39.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 219 | 78 | 0.91 | 0 | 0.64 | 0.14 | 137.7 | 0.84 | 0.47 |
| Hex | 13 | DB | 4E | 5B | 0 | 40 | E | 8A | 54 | 2F |
| Octal | 23 | 333 | 116 | 133 | 0 | 100 | 16 | 212 | 124 | 57 |
| Binary | 10011 | 11011011 | 1001110 | 1011011 | 0 | 1000000 | 1110 | 10001010 | 1010100 | 101111 |
Color Harmonies of #13DB4E
Complementary color
Monochromatic Colors of #13DB4E
Black with #13DB4E
Text Example
Text Example
White with #13DB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DB4E; }
p { color: rgb(19,219,78); }
H1.HeaderClassName
{
color: #13DB4E;
}
.AnyTagClassName
{
color: #13DB4E;
}
</style>
background-color css
<style>
a { background-color: #13DB4E; }
a { background-color: rgb(19,219,78); }
div.DivClassName
{
background-color: #13DB4E;
}
.BgClassName
{
background-color: #13DB4E;
}
</style>
border-color css
<style>
span { border-color: #13DB4E; }
span { border-color: rgb(19,219,78); }
td.TdClassName
{
border-color: #13DB4E;
}
.TagClassName
{
border-color: #13DB4E;
}
</style>