Shades of Malachite #13EC4F
Tints of Malachite #13EC4F
RGB
CMYK
RGB Variations
Color information
#13EC4F (or 0x13EC4F) is known color: Malachite. HEX triplet: 13, EC and 4F. RGB value is (19,236,79). Sum of RGB (Red+Green+Blue) = 19+236+79=334 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.69% from 334); Green value is 236 (92.58% from 255 or 70.66% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 236 - color contains mainly: green. Hex color #13EC4F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13EC4F is #EC13B0. Grayscale: #999999. Windows color (decimal): -15471537 or 5237779. OLE color: 5237779.
HSL color Cylindrical-coordinate representation of color #13EC4F: hue angle of 136.59º 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 #13EC4F is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 236 | 79 | - |
| CMYK | 0.92 | 0 | 0.67 | 0.07 |
| HSL | 136.59º | 0.85% | 0.5% | - |
| HSV(B) | 136.59º | 0.92% | 0.93% | - |
| XYZ | 31.68 | 60.69 | 17.44 | - |
| YUV | 153.22 | 86.11 | 32.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 236 | 79 | 0.92 | 0 | 0.67 | 0.07 | 136.59 | 0.85 | 0.5 |
| Hex | 13 | EC | 4F | 5C | 0 | 43 | 7 | 89 | 55 | 32 |
| Octal | 23 | 354 | 117 | 134 | 0 | 103 | 7 | 211 | 125 | 62 |
| Binary | 10011 | 11101100 | 1001111 | 1011100 | 0 | 1000011 | 111 | 10001001 | 1010101 | 110010 |
Color Harmonies of #13EC4F
Complementary color
Monochromatic Colors of #13EC4F
Black with #13EC4F
Text Example
Text Example
White with #13EC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EC4F; }
p { color: rgb(19,236,79); }
H1.HeaderClassName
{
color: #13EC4F;
}
.AnyTagClassName
{
color: #13EC4F;
}
</style>
background-color css
<style>
a { background-color: #13EC4F; }
a { background-color: rgb(19,236,79); }
div.DivClassName
{
background-color: #13EC4F;
}
.BgClassName
{
background-color: #13EC4F;
}
</style>
border-color css
<style>
span { border-color: #13EC4F; }
span { border-color: rgb(19,236,79); }
td.TdClassName
{
border-color: #13EC4F;
}
.TagClassName
{
border-color: #13EC4F;
}
</style>