Shades of Malachite #13FE5B
Tints of Malachite #13FE5B
RGB
CMYK
RGB Variations
Color information
#13FE5B (or 0x13FE5B) is known color: Malachite. HEX triplet: 13, FE and 5B. RGB value is (19,254,91). Sum of RGB (Red+Green+Blue) = 19+254+91=364 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.22% from 364); Green value is 254 (99.61% from 255 or 69.78% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 254 - color contains mainly: green. Hex color #13FE5B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13FE5B is #EC01A4. Grayscale: #A5A5A5. Windows color (decimal): -15466917 or 6028819. OLE color: 6028819.
HSL color Cylindrical-coordinate representation of color #13FE5B: hue angle of 138.38º 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 #13FE5B is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 254 | 91 | - |
| CMYK | 0.93 | 0 | 0.64 | 0.00 |
| HSL | 138.38º | 0.99% | 0.54% | - |
| HSV(B) | 138.38º | 0.93% | 1% | - |
| XYZ | 37.6 | 71.78 | 21.77 | - |
| YUV | 165.15 | 86.14 | 23.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 254 | 91 | 0.93 | 0 | 0.64 | 0.00 | 138.38 | 0.99 | 0.54 |
| Hex | 13 | FE | 5B | 5D | 0 | 40 | 0 | 8A | 63 | 36 |
| Octal | 23 | 376 | 133 | 135 | 0 | 100 | 0 | 212 | 143 | 66 |
| Binary | 10011 | 11111110 | 1011011 | 1011101 | 0 | 1000000 | 0 | 10001010 | 1100011 | 110110 |
Color Harmonies of #13FE5B
Complementary color
Monochromatic Colors of #13FE5B
Black with #13FE5B
Text Example
Text Example
White with #13FE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FE5B; }
p { color: rgb(19,254,91); }
H1.HeaderClassName
{
color: #13FE5B;
}
.AnyTagClassName
{
color: #13FE5B;
}
</style>
background-color css
<style>
a { background-color: #13FE5B; }
a { background-color: rgb(19,254,91); }
div.DivClassName
{
background-color: #13FE5B;
}
.BgClassName
{
background-color: #13FE5B;
}
</style>
border-color css
<style>
span { border-color: #13FE5B; }
span { border-color: rgb(19,254,91); }
td.TdClassName
{
border-color: #13FE5B;
}
.TagClassName
{
border-color: #13FE5B;
}
</style>