Shades of Malachite #13F557
Tints of Malachite #13F557
RGB
CMYK
RGB Variations
Color information
#13F557 (or 0x13F557) is known color: Malachite. HEX triplet: 13, F5 and 57. RGB value is (19,245,87). Sum of RGB (Red+Green+Blue) = 19+245+87=351 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.41% from 351); Green value is 245 (96.09% from 255 or 69.80% from 351); Blue value is 87 (34.38% from 255 or 24.79% from 351); Max value from RGB is 245 - color contains mainly: green. Hex color #13F557 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F557 is #EC0AA8. Grayscale: #9F9F9F. Windows color (decimal): -15469225 or 5764371. OLE color: 5764371.
HSL color Cylindrical-coordinate representation of color #13F557: hue angle of 138.05º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F557 is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 19 | 245 | 87 | - |
| CMYK | 0.92 | 0 | 0.64 | 0.04 |
| HSL | 138.05º | 0.92% | 0.52% | - |
| HSV(B) | 138.05º | 0.92% | 0.96% | - |
| XYZ | 34.64 | 66.13 | 19.96 | - |
| YUV | 159.41 | 87.13 | 27.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 245 | 87 | 0.92 | 0 | 0.64 | 0.04 | 138.05 | 0.92 | 0.52 |
| Hex | 13 | F5 | 57 | 5C | 0 | 40 | 4 | 8A | 5C | 34 |
| Octal | 23 | 365 | 127 | 134 | 0 | 100 | 4 | 212 | 134 | 64 |
| Binary | 10011 | 11110101 | 1010111 | 1011100 | 0 | 1000000 | 100 | 10001010 | 1011100 | 110100 |
Color Harmonies of #13F557
Complementary color
Monochromatic Colors of #13F557
Black with #13F557
Text Example
Text Example
White with #13F557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F557; }
p { color: rgb(19,245,87); }
H1.HeaderClassName
{
color: #13F557;
}
.AnyTagClassName
{
color: #13F557;
}
</style>
background-color css
<style>
a { background-color: #13F557; }
a { background-color: rgb(19,245,87); }
div.DivClassName
{
background-color: #13F557;
}
.BgClassName
{
background-color: #13F557;
}
</style>
border-color css
<style>
span { border-color: #13F557; }
span { border-color: rgb(19,245,87); }
td.TdClassName
{
border-color: #13F557;
}
.TagClassName
{
border-color: #13F557;
}
</style>