Shades of Malachite #13FE58
Tints of Malachite #13FE58
RGB
CMYK
RGB Variations
Color information
#13FE58 (or 0x13FE58) is known color: Malachite. HEX triplet: 13, FE and 58. RGB value is (19,254,88). Sum of RGB (Red+Green+Blue) = 19+254+88=361 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.26% from 361); Green value is 254 (99.61% from 255 or 70.36% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 254 - color contains mainly: green. Hex color #13FE58 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13FE58 is #EC01A7. Grayscale: #A5A5A5. Windows color (decimal): -15466920 or 5832211. OLE color: 5832211.
HSL color Cylindrical-coordinate representation of color #13FE58: hue angle of 137.62º 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 #13FE58 is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 254 | 88 | - |
| CMYK | 0.93 | 0 | 0.65 | 0.00 |
| HSL | 137.62º | 0.99% | 0.54% | - |
| HSV(B) | 137.62º | 0.93% | 1% | - |
| XYZ | 37.47 | 71.73 | 21.1 | - |
| YUV | 164.81 | 84.64 | 24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 254 | 88 | 0.93 | 0 | 0.65 | 0.00 | 137.62 | 0.99 | 0.54 |
| Hex | 13 | FE | 58 | 5D | 0 | 41 | 0 | 8A | 63 | 36 |
| Octal | 23 | 376 | 130 | 135 | 0 | 101 | 0 | 212 | 143 | 66 |
| Binary | 10011 | 11111110 | 1011000 | 1011101 | 0 | 1000001 | 0 | 10001010 | 1100011 | 110110 |
Color Harmonies of #13FE58
Complementary color
Monochromatic Colors of #13FE58
Black with #13FE58
Text Example
Text Example
White with #13FE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FE58; }
p { color: rgb(19,254,88); }
H1.HeaderClassName
{
color: #13FE58;
}
.AnyTagClassName
{
color: #13FE58;
}
</style>
background-color css
<style>
a { background-color: #13FE58; }
a { background-color: rgb(19,254,88); }
div.DivClassName
{
background-color: #13FE58;
}
.BgClassName
{
background-color: #13FE58;
}
</style>
border-color css
<style>
span { border-color: #13FE58; }
span { border-color: rgb(19,254,88); }
td.TdClassName
{
border-color: #13FE58;
}
.TagClassName
{
border-color: #13FE58;
}
</style>