Shades of Mantis #73D559
Tints of Mantis #73D559
RGB
CMYK
RGB Variations
Color information
#73D559 (or 0x73D559) is known color: Mantis. HEX triplet: 73, D5 and 59. RGB value is (115,213,89). Sum of RGB (Red+Green+Blue) = 115+213+89=417 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.58% from 417); Green value is 213 (83.59% from 255 or 51.08% from 417); Blue value is 89 (35.16% from 255 or 21.34% from 417); Max value from RGB is 213 - color contains mainly: green. Hex color #73D559 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D559 is #8C2AA6. Grayscale: #A9A9A9. Windows color (decimal): -9185959 or 5887347. OLE color: 5887347.
HSL color Cylindrical-coordinate representation of color #73D559: hue angle of 107.42º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #73D559 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 213 | 89 | - |
| CMYK | 0.46 | 0 | 0.58 | 0.16 |
| HSL | 107.42º | 0.6% | 0.59% | - |
| HSV(B) | 107.42º | 0.58% | 0.84% | - |
| XYZ | 32.67 | 51.95 | 17.76 | - |
| YUV | 169.56 | 82.53 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 213 | 89 | 0.46 | 0 | 0.58 | 0.16 | 107.42 | 0.6 | 0.59 |
| Hex | 73 | D5 | 59 | 2E | 0 | 3A | 10 | 6B | 3C | 3B |
| Octal | 163 | 325 | 131 | 56 | 0 | 72 | 20 | 153 | 74 | 73 |
| Binary | 1110011 | 11010101 | 1011001 | 101110 | 0 | 111010 | 10000 | 1101011 | 111100 | 111011 |
Color Harmonies of #73D559
Complementary color
Monochromatic Colors of #73D559
Black with #73D559
Text Example
Text Example
White with #73D559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D559; }
p { color: rgb(115,213,89); }
H1.HeaderClassName
{
color: #73D559;
}
.AnyTagClassName
{
color: #73D559;
}
</style>
background-color css
<style>
a { background-color: #73D559; }
a { background-color: rgb(115,213,89); }
div.DivClassName
{
background-color: #73D559;
}
.BgClassName
{
background-color: #73D559;
}
</style>
border-color css
<style>
span { border-color: #73D559; }
span { border-color: rgb(115,213,89); }
td.TdClassName
{
border-color: #73D559;
}
.TagClassName
{
border-color: #73D559;
}
</style>