Shades of Malachite #13D54F
Tints of Malachite #13D54F
RGB
CMYK
RGB Variations
Color information
#13D54F (or 0x13D54F) is known color: Malachite. HEX triplet: 13, D5 and 4F. RGB value is (19,213,79). Sum of RGB (Red+Green+Blue) = 19+213+79=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 213 (83.59% from 255 or 68.49% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 213 - color contains mainly: green. Hex color #13D54F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D54F is #EC2AB0. Grayscale: #8C8C8C. Windows color (decimal): -15477425 or 5231891. OLE color: 5231891.
HSL color Cylindrical-coordinate representation of color #13D54F: hue angle of 138.56º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D54F is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 213 | 79 | - |
| CMYK | 0.91 | 0 | 0.63 | 0.16 |
| HSL | 138.56º | 0.84% | 0.45% | - |
| HSV(B) | 138.56º | 0.91% | 0.84% | - |
| XYZ | 25.47 | 48.29 | 15.38 | - |
| YUV | 139.72 | 93.73 | 41.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 213 | 79 | 0.91 | 0 | 0.63 | 0.16 | 138.56 | 0.84 | 0.45 |
| Hex | 13 | D5 | 4F | 5B | 0 | 3F | 10 | 8B | 54 | 2D |
| Octal | 23 | 325 | 117 | 133 | 0 | 77 | 20 | 213 | 124 | 55 |
| Binary | 10011 | 11010101 | 1001111 | 1011011 | 0 | 111111 | 10000 | 10001011 | 1010100 | 101101 |
Color Harmonies of #13D54F
Complementary color
Monochromatic Colors of #13D54F
Black with #13D54F
Text Example
Text Example
White with #13D54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D54F; }
p { color: rgb(19,213,79); }
H1.HeaderClassName
{
color: #13D54F;
}
.AnyTagClassName
{
color: #13D54F;
}
</style>
background-color css
<style>
a { background-color: #13D54F; }
a { background-color: rgb(19,213,79); }
div.DivClassName
{
background-color: #13D54F;
}
.BgClassName
{
background-color: #13D54F;
}
</style>
border-color css
<style>
span { border-color: #13D54F; }
span { border-color: rgb(19,213,79); }
td.TdClassName
{
border-color: #13D54F;
}
.TagClassName
{
border-color: #13D54F;
}
</style>