Shades of Malachite #13FE40
Tints of Malachite #13FE40
RGB
CMYK
RGB Variations
Color information
#13FE40 (or 0x13FE40) is known color: Malachite. HEX triplet: 13, FE and 40. RGB value is (19,254,64). Sum of RGB (Red+Green+Blue) = 19+254+64=337 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.64% from 337); Green value is 254 (99.61% from 255 or 75.37% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 254 - color contains mainly: green. Hex color #13FE40 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13FE40 is #EC01BF. Grayscale: #A2A2A2. Windows color (decimal): -15466944 or 4259347. OLE color: 4259347.
HSL color Cylindrical-coordinate representation of color #13FE40: hue angle of 131.49º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13FE40 is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 254 | 64 | - |
| CMYK | 0.93 | 0 | 0.75 | 0.00 |
| HSL | 131.49º | 0.99% | 0.54% | - |
| HSV(B) | 131.49º | 0.93% | 1% | - |
| XYZ | 36.64 | 71.39 | 16.7 | - |
| YUV | 162.08 | 72.64 | 25.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 254 | 64 | 0.93 | 0 | 0.75 | 0.00 | 131.49 | 0.99 | 0.54 |
| Hex | 13 | FE | 40 | 5D | 0 | 4B | 0 | 83 | 63 | 36 |
| Octal | 23 | 376 | 100 | 135 | 0 | 113 | 0 | 203 | 143 | 66 |
| Binary | 10011 | 11111110 | 1000000 | 1011101 | 0 | 1001011 | 0 | 10000011 | 1100011 | 110110 |
Color Harmonies of #13FE40
Complementary color
Monochromatic Colors of #13FE40
Black with #13FE40
Text Example
Text Example
White with #13FE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FE40; }
p { color: rgb(19,254,64); }
H1.HeaderClassName
{
color: #13FE40;
}
.AnyTagClassName
{
color: #13FE40;
}
</style>
background-color css
<style>
a { background-color: #13FE40; }
a { background-color: rgb(19,254,64); }
div.DivClassName
{
background-color: #13FE40;
}
.BgClassName
{
background-color: #13FE40;
}
</style>
border-color css
<style>
span { border-color: #13FE40; }
span { border-color: rgb(19,254,64); }
td.TdClassName
{
border-color: #13FE40;
}
.TagClassName
{
border-color: #13FE40;
}
</style>