Shades of Malachite #13EC61
Tints of Malachite #13EC61
RGB
CMYK
RGB Variations
Color information
#13EC61 (or 0x13EC61) is known color: Malachite. HEX triplet: 13, EC and 61. RGB value is (19,236,97). Sum of RGB (Red+Green+Blue) = 19+236+97=352 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.40% from 352); Green value is 236 (92.58% from 255 or 67.05% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 236 - color contains mainly: green. Hex color #13EC61 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13EC61 is #EC139E. Grayscale: #9B9B9B. Windows color (decimal): -15471519 or 6417427. OLE color: 6417427.
HSL color Cylindrical-coordinate representation of color #13EC61: hue angle of 141.57º 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 #13EC61 is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 236 | 97 | - |
| CMYK | 0.92 | 0 | 0.59 | 0.07 |
| HSL | 141.57º | 0.85% | 0.5% | - |
| HSV(B) | 141.57º | 0.92% | 0.93% | - |
| XYZ | 32.42 | 60.99 | 21.37 | - |
| YUV | 155.27 | 95.11 | 30.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 236 | 97 | 0.92 | 0 | 0.59 | 0.07 | 141.57 | 0.85 | 0.5 |
| Hex | 13 | EC | 61 | 5C | 0 | 3B | 7 | 8E | 55 | 32 |
| Octal | 23 | 354 | 141 | 134 | 0 | 73 | 7 | 216 | 125 | 62 |
| Binary | 10011 | 11101100 | 1100001 | 1011100 | 0 | 111011 | 111 | 10001110 | 1010101 | 110010 |
Color Harmonies of #13EC61
Complementary color
Monochromatic Colors of #13EC61
Black with #13EC61
Text Example
Text Example
White with #13EC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EC61; }
p { color: rgb(19,236,97); }
H1.HeaderClassName
{
color: #13EC61;
}
.AnyTagClassName
{
color: #13EC61;
}
</style>
background-color css
<style>
a { background-color: #13EC61; }
a { background-color: rgb(19,236,97); }
div.DivClassName
{
background-color: #13EC61;
}
.BgClassName
{
background-color: #13EC61;
}
</style>
border-color css
<style>
span { border-color: #13EC61; }
span { border-color: rgb(19,236,97); }
td.TdClassName
{
border-color: #13EC61;
}
.TagClassName
{
border-color: #13EC61;
}
</style>