Shades of Malachite #13FF4D
Tints of Malachite #13FF4D
RGB
CMYK
RGB Variations
Color information
#13FF4D (or 0x13FF4D) is known color: Malachite. HEX triplet: 13, FF and 4D. RGB value is (19,255,77). Sum of RGB (Red+Green+Blue) = 19+255+77=351 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.41% from 351); Green value is 255 (100% from 255 or 72.65% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 255 - color contains mainly: green. Hex color #13FF4D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13FF4D is #EC00B2. Grayscale: #A4A4A4. Windows color (decimal): -15466675 or 5111571. OLE color: 5111571.
HSL color Cylindrical-coordinate representation of color #13FF4D: hue angle of 134.75º 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 #13FF4D is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 255 | 77 | - |
| CMYK | 0.93 | 0 | 0.70 | 0 |
| HSL | 134.75º | 1% | 0.54% | - |
| HSV(B) | 134.75º | 0.93% | 1% | - |
| XYZ | 37.37 | 72.19 | 18.99 | - |
| YUV | 164.14 | 78.81 | 24.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 255 | 77 | 0.93 | 0 | 0.70 | 0 | 134.75 | 1 | 0.54 |
| Hex | 13 | FF | 4D | 5D | 0 | 46 | 0 | 87 | 64 | 36 |
| Octal | 23 | 377 | 115 | 135 | 0 | 106 | 0 | 207 | 144 | 66 |
| Binary | 10011 | 11111111 | 1001101 | 1011101 | 0 | 1000110 | 0 | 10000111 | 1100100 | 110110 |
Color Harmonies of #13FF4D
Complementary color
Monochromatic Colors of #13FF4D
Black with #13FF4D
Text Example
Text Example
White with #13FF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FF4D; }
p { color: rgb(19,255,77); }
H1.HeaderClassName
{
color: #13FF4D;
}
.AnyTagClassName
{
color: #13FF4D;
}
</style>
background-color css
<style>
a { background-color: #13FF4D; }
a { background-color: rgb(19,255,77); }
div.DivClassName
{
background-color: #13FF4D;
}
.BgClassName
{
background-color: #13FF4D;
}
</style>
border-color css
<style>
span { border-color: #13FF4D; }
span { border-color: rgb(19,255,77); }
td.TdClassName
{
border-color: #13FF4D;
}
.TagClassName
{
border-color: #13FF4D;
}
</style>