Shades of Malachite #13EC52
Tints of Malachite #13EC52
RGB
CMYK
RGB Variations
Color information
#13EC52 (or 0x13EC52) is known color: Malachite. HEX triplet: 13, EC and 52. RGB value is (19,236,82). Sum of RGB (Red+Green+Blue) = 19+236+82=337 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.64% from 337); Green value is 236 (92.58% from 255 or 70.03% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 236 - color contains mainly: green. Hex color #13EC52 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13EC52 is #EC13AD. Grayscale: #999999. Windows color (decimal): -15471534 or 5434387. OLE color: 5434387.
HSL color Cylindrical-coordinate representation of color #13EC52: hue angle of 137.42º 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 #13EC52 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 236 | 82 | - |
| CMYK | 0.92 | 0 | 0.65 | 0.07 |
| HSL | 137.42º | 0.85% | 0.5% | - |
| HSV(B) | 137.42º | 0.92% | 0.93% | - |
| XYZ | 31.79 | 60.74 | 18.03 | - |
| YUV | 153.56 | 87.61 | 32.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 236 | 82 | 0.92 | 0 | 0.65 | 0.07 | 137.42 | 0.85 | 0.5 |
| Hex | 13 | EC | 52 | 5C | 0 | 41 | 7 | 89 | 55 | 32 |
| Octal | 23 | 354 | 122 | 134 | 0 | 101 | 7 | 211 | 125 | 62 |
| Binary | 10011 | 11101100 | 1010010 | 1011100 | 0 | 1000001 | 111 | 10001001 | 1010101 | 110010 |
Color Harmonies of #13EC52
Complementary color
Monochromatic Colors of #13EC52
Black with #13EC52
Text Example
Text Example
White with #13EC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EC52; }
p { color: rgb(19,236,82); }
H1.HeaderClassName
{
color: #13EC52;
}
.AnyTagClassName
{
color: #13EC52;
}
</style>
background-color css
<style>
a { background-color: #13EC52; }
a { background-color: rgb(19,236,82); }
div.DivClassName
{
background-color: #13EC52;
}
.BgClassName
{
background-color: #13EC52;
}
</style>
border-color css
<style>
span { border-color: #13EC52; }
span { border-color: rgb(19,236,82); }
td.TdClassName
{
border-color: #13EC52;
}
.TagClassName
{
border-color: #13EC52;
}
</style>