Shades of Malachite #13CE55
Tints of Malachite #13CE55
RGB
CMYK
RGB Variations
Color information
#13CE55 (or 0x13CE55) is known color: Malachite. HEX triplet: 13, CE and 55. RGB value is (19,206,85). Sum of RGB (Red+Green+Blue) = 19+206+85=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 206 (80.86% from 255 or 66.45% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 206 - color contains mainly: green. Hex color #13CE55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CE55 is #EC31AA. Grayscale: #888888. Windows color (decimal): -15479211 or 5623315. OLE color: 5623315.
HSL color Cylindrical-coordinate representation of color #13CE55: hue angle of 141.18º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CE55 is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 206 | 85 | - |
| CMYK | 0.91 | 0 | 0.59 | 0.19 |
| HSL | 141.18º | 0.83% | 0.44% | - |
| HSV(B) | 141.18º | 0.91% | 0.81% | - |
| XYZ | 23.98 | 44.94 | 16 | - |
| YUV | 136.29 | 99.05 | 44.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 206 | 85 | 0.91 | 0 | 0.59 | 0.19 | 141.18 | 0.83 | 0.44 |
| Hex | 13 | CE | 55 | 5B | 0 | 3B | 13 | 8D | 53 | 2C |
| Octal | 23 | 316 | 125 | 133 | 0 | 73 | 23 | 215 | 123 | 54 |
| Binary | 10011 | 11001110 | 1010101 | 1011011 | 0 | 111011 | 10011 | 10001101 | 1010011 | 101100 |
Color Harmonies of #13CE55
Complementary color
Monochromatic Colors of #13CE55
Black with #13CE55
Text Example
Text Example
White with #13CE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CE55; }
p { color: rgb(19,206,85); }
H1.HeaderClassName
{
color: #13CE55;
}
.AnyTagClassName
{
color: #13CE55;
}
</style>
background-color css
<style>
a { background-color: #13CE55; }
a { background-color: rgb(19,206,85); }
div.DivClassName
{
background-color: #13CE55;
}
.BgClassName
{
background-color: #13CE55;
}
</style>
border-color css
<style>
span { border-color: #13CE55; }
span { border-color: rgb(19,206,85); }
td.TdClassName
{
border-color: #13CE55;
}
.TagClassName
{
border-color: #13CE55;
}
</style>