Shades of Malachite #13D863
Tints of Malachite #13D863
RGB
CMYK
RGB Variations
Color information
#13D863 (or 0x13D863) is known color: Malachite. HEX triplet: 13, D8 and 63. RGB value is (19,216,99). Sum of RGB (Red+Green+Blue) = 19+216+99=334 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.69% from 334); Green value is 216 (84.77% from 255 or 64.67% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 216 - color contains mainly: green. Hex color #13D863 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D863 is #EC279C. Grayscale: #909090. Windows color (decimal): -15476637 or 6543379. OLE color: 6543379.
HSL color Cylindrical-coordinate representation of color #13D863: hue angle of 144.37º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D863 is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 216 | 99 | - |
| CMYK | 0.91 | 0 | 0.54 | 0.15 |
| HSL | 144.37º | 0.84% | 0.46% | - |
| HSV(B) | 144.37º | 0.91% | 0.85% | - |
| XYZ | 27.08 | 50.15 | 20.06 | - |
| YUV | 143.76 | 102.73 | 39.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 216 | 99 | 0.91 | 0 | 0.54 | 0.15 | 144.37 | 0.84 | 0.46 |
| Hex | 13 | D8 | 63 | 5B | 0 | 36 | F | 90 | 54 | 2E |
| Octal | 23 | 330 | 143 | 133 | 0 | 66 | 17 | 220 | 124 | 56 |
| Binary | 10011 | 11011000 | 1100011 | 1011011 | 0 | 110110 | 1111 | 10010000 | 1010100 | 101110 |
Color Harmonies of #13D863
Complementary color
Monochromatic Colors of #13D863
Black with #13D863
Text Example
Text Example
White with #13D863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D863; }
p { color: rgb(19,216,99); }
H1.HeaderClassName
{
color: #13D863;
}
.AnyTagClassName
{
color: #13D863;
}
</style>
background-color css
<style>
a { background-color: #13D863; }
a { background-color: rgb(19,216,99); }
div.DivClassName
{
background-color: #13D863;
}
.BgClassName
{
background-color: #13D863;
}
</style>
border-color css
<style>
span { border-color: #13D863; }
span { border-color: rgb(19,216,99); }
td.TdClassName
{
border-color: #13D863;
}
.TagClassName
{
border-color: #13D863;
}
</style>