Shades of Mantis #73D759
Tints of Mantis #73D759
RGB
CMYK
RGB Variations
Color information
#73D759 (or 0x73D759) is known color: Mantis. HEX triplet: 73, D7 and 59. RGB value is (115,215,89). Sum of RGB (Red+Green+Blue) = 115+215+89=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 215 (84.38% from 255 or 51.31% from 419); Blue value is 89 (35.16% from 255 or 21.24% from 419); Max value from RGB is 215 - color contains mainly: green. Hex color #73D759 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D759 is #8C28A6. Grayscale: #ABABAB. Windows color (decimal): -9185447 or 5887859. OLE color: 5887859.
HSL color Cylindrical-coordinate representation of color #73D759: hue angle of 107.62º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #73D759 is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 215 | 89 | - |
| CMYK | 0.47 | 0 | 0.59 | 0.16 |
| HSL | 107.62º | 0.61% | 0.6% | - |
| HSV(B) | 107.62º | 0.59% | 0.84% | - |
| XYZ | 33.17 | 52.97 | 17.93 | - |
| YUV | 170.74 | 81.87 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 215 | 89 | 0.47 | 0 | 0.59 | 0.16 | 107.62 | 0.61 | 0.6 |
| Hex | 73 | D7 | 59 | 2F | 0 | 3B | 10 | 6C | 3D | 3C |
| Octal | 163 | 327 | 131 | 57 | 0 | 73 | 20 | 154 | 75 | 74 |
| Binary | 1110011 | 11010111 | 1011001 | 101111 | 0 | 111011 | 10000 | 1101100 | 111101 | 111100 |
Color Harmonies of #73D759
Complementary color
Monochromatic Colors of #73D759
Black with #73D759
Text Example
Text Example
White with #73D759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D759; }
p { color: rgb(115,215,89); }
H1.HeaderClassName
{
color: #73D759;
}
.AnyTagClassName
{
color: #73D759;
}
</style>
background-color css
<style>
a { background-color: #73D759; }
a { background-color: rgb(115,215,89); }
div.DivClassName
{
background-color: #73D759;
}
.BgClassName
{
background-color: #73D759;
}
</style>
border-color css
<style>
span { border-color: #73D759; }
span { border-color: rgb(115,215,89); }
td.TdClassName
{
border-color: #73D759;
}
.TagClassName
{
border-color: #73D759;
}
</style>