Shades of Malachite #13FF4E
Tints of Malachite #13FF4E
RGB
CMYK
RGB Variations
Color information
#13FF4E (or 0x13FF4E) is known color: Malachite. HEX triplet: 13, FF and 4E. RGB value is (19,255,78). Sum of RGB (Red+Green+Blue) = 19+255+78=352 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.40% from 352); Green value is 255 (100% from 255 or 72.44% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 255 - color contains mainly: green. Hex color #13FF4E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13FF4E is #EC00B1. Grayscale: #A4A4A4. Windows color (decimal): -15466674 or 5177107. OLE color: 5177107.
HSL color Cylindrical-coordinate representation of color #13FF4E: hue angle of 135º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13FF4E is Cyan = 0.93, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 255 | 78 | - |
| CMYK | 0.93 | 0 | 0.69 | 0 |
| HSL | 135º | 1% | 0.54% | - |
| HSV(B) | 135º | 0.93% | 1% | - |
| XYZ | 37.4 | 72.21 | 19.17 | - |
| YUV | 164.26 | 79.31 | 24.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 255 | 78 | 0.93 | 0 | 0.69 | 0 | 135 | 1 | 0.54 |
| Hex | 13 | FF | 4E | 5D | 0 | 45 | 0 | 87 | 64 | 36 |
| Octal | 23 | 377 | 116 | 135 | 0 | 105 | 0 | 207 | 144 | 66 |
| Binary | 10011 | 11111111 | 1001110 | 1011101 | 0 | 1000101 | 0 | 10000111 | 1100100 | 110110 |
Color Harmonies of #13FF4E
Complementary color
Monochromatic Colors of #13FF4E
Black with #13FF4E
Text Example
Text Example
White with #13FF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FF4E; }
p { color: rgb(19,255,78); }
H1.HeaderClassName
{
color: #13FF4E;
}
.AnyTagClassName
{
color: #13FF4E;
}
</style>
background-color css
<style>
a { background-color: #13FF4E; }
a { background-color: rgb(19,255,78); }
div.DivClassName
{
background-color: #13FF4E;
}
.BgClassName
{
background-color: #13FF4E;
}
</style>
border-color css
<style>
span { border-color: #13FF4E; }
span { border-color: rgb(19,255,78); }
td.TdClassName
{
border-color: #13FF4E;
}
.TagClassName
{
border-color: #13FF4E;
}
</style>