Shades of Malachite #13DC5E
Tints of Malachite #13DC5E
RGB
CMYK
RGB Variations
Color information
#13DC5E (or 0x13DC5E) is known color: Malachite. HEX triplet: 13, DC and 5E. RGB value is (19,220,94). Sum of RGB (Red+Green+Blue) = 19+220+94=333 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.71% from 333); Green value is 220 (86.33% from 255 or 66.07% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 220 - color contains mainly: green. Hex color #13DC5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13DC5E is #EC23A1. Grayscale: #919191. Windows color (decimal): -15475618 or 6216723. OLE color: 6216723.
HSL color Cylindrical-coordinate representation of color #13DC5E: hue angle of 142.39º 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 #13DC5E is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 220 | 94 | - |
| CMYK | 0.91 | 0 | 0.57 | 0.14 |
| HSL | 142.39º | 0.84% | 0.47% | - |
| HSV(B) | 142.39º | 0.91% | 0.86% | - |
| XYZ | 27.88 | 52.13 | 19.18 | - |
| YUV | 145.54 | 98.91 | 37.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 220 | 94 | 0.91 | 0 | 0.57 | 0.14 | 142.39 | 0.84 | 0.47 |
| Hex | 13 | DC | 5E | 5B | 0 | 39 | E | 8E | 54 | 2F |
| Octal | 23 | 334 | 136 | 133 | 0 | 71 | 16 | 216 | 124 | 57 |
| Binary | 10011 | 11011100 | 1011110 | 1011011 | 0 | 111001 | 1110 | 10001110 | 1010100 | 101111 |
Color Harmonies of #13DC5E
Complementary color
Monochromatic Colors of #13DC5E
Black with #13DC5E
Text Example
Text Example
White with #13DC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DC5E; }
p { color: rgb(19,220,94); }
H1.HeaderClassName
{
color: #13DC5E;
}
.AnyTagClassName
{
color: #13DC5E;
}
</style>
background-color css
<style>
a { background-color: #13DC5E; }
a { background-color: rgb(19,220,94); }
div.DivClassName
{
background-color: #13DC5E;
}
.BgClassName
{
background-color: #13DC5E;
}
</style>
border-color css
<style>
span { border-color: #13DC5E; }
span { border-color: rgb(19,220,94); }
td.TdClassName
{
border-color: #13DC5E;
}
.TagClassName
{
border-color: #13DC5E;
}
</style>