Shades of Malachite #13CE61
Tints of Malachite #13CE61
RGB
CMYK
RGB Variations
Color information
#13CE61 (or 0x13CE61) is known color: Malachite. HEX triplet: 13, CE and 61. RGB value is (19,206,97). Sum of RGB (Red+Green+Blue) = 19+206+97=322 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.90% from 322); Green value is 206 (80.86% from 255 or 63.98% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 206 - color contains mainly: green. Hex color #13CE61 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CE61 is #EC319E. Grayscale: #898989. Windows color (decimal): -15479199 or 6409747. OLE color: 6409747.
HSL color Cylindrical-coordinate representation of color #13CE61: hue angle of 145.03º 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 #13CE61 is Cyan = 0.91, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 206 | 97 | - |
| CMYK | 0.91 | 0 | 0.53 | 0.19 |
| HSL | 145.03º | 0.83% | 0.44% | - |
| HSV(B) | 145.03º | 0.91% | 0.81% | - |
| XYZ | 24.5 | 45.14 | 18.73 | - |
| YUV | 137.66 | 105.05 | 43.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 206 | 97 | 0.91 | 0 | 0.53 | 0.19 | 145.03 | 0.83 | 0.44 |
| Hex | 13 | CE | 61 | 5B | 0 | 35 | 13 | 91 | 53 | 2C |
| Octal | 23 | 316 | 141 | 133 | 0 | 65 | 23 | 221 | 123 | 54 |
| Binary | 10011 | 11001110 | 1100001 | 1011011 | 0 | 110101 | 10011 | 10010001 | 1010011 | 101100 |
Color Harmonies of #13CE61
Complementary color
Monochromatic Colors of #13CE61
Black with #13CE61
Text Example
Text Example
White with #13CE61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CE61; }
p { color: rgb(19,206,97); }
H1.HeaderClassName
{
color: #13CE61;
}
.AnyTagClassName
{
color: #13CE61;
}
</style>
background-color css
<style>
a { background-color: #13CE61; }
a { background-color: rgb(19,206,97); }
div.DivClassName
{
background-color: #13CE61;
}
.BgClassName
{
background-color: #13CE61;
}
</style>
border-color css
<style>
span { border-color: #13CE61; }
span { border-color: rgb(19,206,97); }
td.TdClassName
{
border-color: #13CE61;
}
.TagClassName
{
border-color: #13CE61;
}
</style>