Shades of Malachite #13EC47
Tints of Malachite #13EC47
RGB
CMYK
RGB Variations
Color information
#13EC47 (or 0x13EC47) is known color: Malachite. HEX triplet: 13, EC and 47. RGB value is (19,236,71). Sum of RGB (Red+Green+Blue) = 19+236+71=326 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.83% from 326); Green value is 236 (92.58% from 255 or 72.39% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 236 - color contains mainly: green. Hex color #13EC47 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13EC47 is #EC13B8. Grayscale: #989898. Windows color (decimal): -15471545 or 4713491. OLE color: 4713491.
HSL color Cylindrical-coordinate representation of color #13EC47: hue angle of 134.38º 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 #13EC47 is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 236 | 71 | - |
| CMYK | 0.92 | 0 | 0.70 | 0.07 |
| HSL | 134.38º | 0.85% | 0.5% | - |
| HSV(B) | 134.38º | 0.92% | 0.93% | - |
| XYZ | 31.4 | 60.58 | 16 | - |
| YUV | 152.31 | 82.11 | 32.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 236 | 71 | 0.92 | 0 | 0.70 | 0.07 | 134.38 | 0.85 | 0.5 |
| Hex | 13 | EC | 47 | 5C | 0 | 46 | 7 | 86 | 55 | 32 |
| Octal | 23 | 354 | 107 | 134 | 0 | 106 | 7 | 206 | 125 | 62 |
| Binary | 10011 | 11101100 | 1000111 | 1011100 | 0 | 1000110 | 111 | 10000110 | 1010101 | 110010 |
Color Harmonies of #13EC47
Complementary color
Monochromatic Colors of #13EC47
Black with #13EC47
Text Example
Text Example
White with #13EC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EC47; }
p { color: rgb(19,236,71); }
H1.HeaderClassName
{
color: #13EC47;
}
.AnyTagClassName
{
color: #13EC47;
}
</style>
background-color css
<style>
a { background-color: #13EC47; }
a { background-color: rgb(19,236,71); }
div.DivClassName
{
background-color: #13EC47;
}
.BgClassName
{
background-color: #13EC47;
}
</style>
border-color css
<style>
span { border-color: #13EC47; }
span { border-color: rgb(19,236,71); }
td.TdClassName
{
border-color: #13EC47;
}
.TagClassName
{
border-color: #13EC47;
}
</style>