Shades of Malachite #13EF62
Tints of Malachite #13EF62
RGB
CMYK
RGB Variations
Color information
#13EF62 (or 0x13EF62) is known color: Malachite. HEX triplet: 13, EF and 62. RGB value is (19,239,98). Sum of RGB (Red+Green+Blue) = 19+239+98=356 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.34% from 356); Green value is 239 (93.75% from 255 or 67.13% from 356); Blue value is 98 (38.67% from 255 or 27.53% from 356); Max value from RGB is 239 - color contains mainly: green. Hex color #13EF62 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13EF62 is #EC109D. Grayscale: #9D9D9D. Windows color (decimal): -15470750 or 6483731. OLE color: 6483731.
HSL color Cylindrical-coordinate representation of color #13EF62: hue angle of 141.55º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EF62 is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 239 | 98 | - |
| CMYK | 0.92 | 0 | 0.59 | 0.06 |
| HSL | 141.55º | 0.87% | 0.51% | - |
| HSV(B) | 141.55º | 0.92% | 0.94% | - |
| XYZ | 33.34 | 62.75 | 21.91 | - |
| YUV | 157.15 | 94.61 | 29.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 239 | 98 | 0.92 | 0 | 0.59 | 0.06 | 141.55 | 0.87 | 0.51 |
| Hex | 13 | EF | 62 | 5C | 0 | 3B | 6 | 8E | 57 | 33 |
| Octal | 23 | 357 | 142 | 134 | 0 | 73 | 6 | 216 | 127 | 63 |
| Binary | 10011 | 11101111 | 1100010 | 1011100 | 0 | 111011 | 110 | 10001110 | 1010111 | 110011 |
Color Harmonies of #13EF62
Complementary color
Monochromatic Colors of #13EF62
Black with #13EF62
Text Example
Text Example
White with #13EF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EF62; }
p { color: rgb(19,239,98); }
H1.HeaderClassName
{
color: #13EF62;
}
.AnyTagClassName
{
color: #13EF62;
}
</style>
background-color css
<style>
a { background-color: #13EF62; }
a { background-color: rgb(19,239,98); }
div.DivClassName
{
background-color: #13EF62;
}
.BgClassName
{
background-color: #13EF62;
}
</style>
border-color css
<style>
span { border-color: #13EF62; }
span { border-color: rgb(19,239,98); }
td.TdClassName
{
border-color: #13EF62;
}
.TagClassName
{
border-color: #13EF62;
}
</style>