Shades of Malachite #13CE65
Tints of Malachite #13CE65
RGB
CMYK
RGB Variations
Color information
#13CE65 (or 0x13CE65) is known color: Malachite. HEX triplet: 13, CE and 65. RGB value is (19,206,101). Sum of RGB (Red+Green+Blue) = 19+206+101=326 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.83% from 326); Green value is 206 (80.86% from 255 or 63.19% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 206 - color contains mainly: green. Hex color #13CE65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CE65 is #EC319A. Grayscale: #8A8A8A. Windows color (decimal): -15479195 or 6671891. OLE color: 6671891.
HSL color Cylindrical-coordinate representation of color #13CE65: hue angle of 146.31º 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 #13CE65 is Cyan = 0.91, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 206 | 101 | - |
| CMYK | 0.91 | 0 | 0.51 | 0.19 |
| HSL | 146.31º | 0.83% | 0.44% | - |
| HSV(B) | 146.31º | 0.91% | 0.81% | - |
| XYZ | 24.69 | 45.22 | 19.74 | - |
| YUV | 138.12 | 107.05 | 43.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 206 | 101 | 0.91 | 0 | 0.51 | 0.19 | 146.31 | 0.83 | 0.44 |
| Hex | 13 | CE | 65 | 5B | 0 | 33 | 13 | 92 | 53 | 2C |
| Octal | 23 | 316 | 145 | 133 | 0 | 63 | 23 | 222 | 123 | 54 |
| Binary | 10011 | 11001110 | 1100101 | 1011011 | 0 | 110011 | 10011 | 10010010 | 1010011 | 101100 |
Color Harmonies of #13CE65
Complementary color
Monochromatic Colors of #13CE65
Black with #13CE65
Text Example
Text Example
White with #13CE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CE65; }
p { color: rgb(19,206,101); }
H1.HeaderClassName
{
color: #13CE65;
}
.AnyTagClassName
{
color: #13CE65;
}
</style>
background-color css
<style>
a { background-color: #13CE65; }
a { background-color: rgb(19,206,101); }
div.DivClassName
{
background-color: #13CE65;
}
.BgClassName
{
background-color: #13CE65;
}
</style>
border-color css
<style>
span { border-color: #13CE65; }
span { border-color: rgb(19,206,101); }
td.TdClassName
{
border-color: #13CE65;
}
.TagClassName
{
border-color: #13CE65;
}
</style>