Shades of Malachite #13EC4D
Tints of Malachite #13EC4D
RGB
CMYK
RGB Variations
Color information
#13EC4D (or 0x13EC4D) is known color: Malachite. HEX triplet: 13, EC and 4D. RGB value is (19,236,77). Sum of RGB (Red+Green+Blue) = 19+236+77=332 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.72% from 332); Green value is 236 (92.58% from 255 or 71.08% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 236 - color contains mainly: green. Hex color #13EC4D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13EC4D is #EC13B2. Grayscale: #999999. Windows color (decimal): -15471539 or 5106707. OLE color: 5106707.
HSL color Cylindrical-coordinate representation of color #13EC4D: hue angle of 136.04º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EC4D is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 236 | 77 | - |
| CMYK | 0.92 | 0 | 0.67 | 0.07 |
| HSL | 136.04º | 0.85% | 0.5% | - |
| HSV(B) | 136.04º | 0.92% | 0.93% | - |
| XYZ | 31.6 | 60.67 | 17.07 | - |
| YUV | 152.99 | 85.11 | 32.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 236 | 77 | 0.92 | 0 | 0.67 | 0.07 | 136.04 | 0.85 | 0.5 |
| Hex | 13 | EC | 4D | 5C | 0 | 43 | 7 | 88 | 55 | 32 |
| Octal | 23 | 354 | 115 | 134 | 0 | 103 | 7 | 210 | 125 | 62 |
| Binary | 10011 | 11101100 | 1001101 | 1011100 | 0 | 1000011 | 111 | 10001000 | 1010101 | 110010 |
Color Harmonies of #13EC4D
Complementary color
Monochromatic Colors of #13EC4D
Black with #13EC4D
Text Example
Text Example
White with #13EC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EC4D; }
p { color: rgb(19,236,77); }
H1.HeaderClassName
{
color: #13EC4D;
}
.AnyTagClassName
{
color: #13EC4D;
}
</style>
background-color css
<style>
a { background-color: #13EC4D; }
a { background-color: rgb(19,236,77); }
div.DivClassName
{
background-color: #13EC4D;
}
.BgClassName
{
background-color: #13EC4D;
}
</style>
border-color css
<style>
span { border-color: #13EC4D; }
span { border-color: rgb(19,236,77); }
td.TdClassName
{
border-color: #13EC4D;
}
.TagClassName
{
border-color: #13EC4D;
}
</style>