Shades of Mantis #73C959
Tints of Mantis #73C959
RGB
CMYK
RGB Variations
Color information
#73C959 (or 0x73C959) is known color: Mantis. HEX triplet: 73, C9 and 59. RGB value is (115,201,89). Sum of RGB (Red+Green+Blue) = 115+201+89=405 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.40% from 405); Green value is 201 (78.91% from 255 or 49.63% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 201 - color contains mainly: green. Hex color #73C959 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C959 is #8C36A6. Grayscale: #A2A2A2. Windows color (decimal): -9189031 or 5884275. OLE color: 5884275.
HSL color Cylindrical-coordinate representation of color #73C959: hue angle of 106.07º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #73C959 is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 201 | 89 | - |
| CMYK | 0.43 | 0 | 0.56 | 0.21 |
| HSL | 106.07º | 0.51% | 0.57% | - |
| HSV(B) | 106.07º | 0.56% | 0.79% | - |
| XYZ | 29.76 | 46.14 | 16.79 | - |
| YUV | 162.52 | 86.51 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 201 | 89 | 0.43 | 0 | 0.56 | 0.21 | 106.07 | 0.51 | 0.57 |
| Hex | 73 | C9 | 59 | 2B | 0 | 38 | 15 | 6A | 33 | 39 |
| Octal | 163 | 311 | 131 | 53 | 0 | 70 | 25 | 152 | 63 | 71 |
| Binary | 1110011 | 11001001 | 1011001 | 101011 | 0 | 111000 | 10101 | 1101010 | 110011 | 111001 |
Color Harmonies of #73C959
Complementary color
Monochromatic Colors of #73C959
Black with #73C959
Text Example
Text Example
White with #73C959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C959; }
p { color: rgb(115,201,89); }
H1.HeaderClassName
{
color: #73C959;
}
.AnyTagClassName
{
color: #73C959;
}
</style>
background-color css
<style>
a { background-color: #73C959; }
a { background-color: rgb(115,201,89); }
div.DivClassName
{
background-color: #73C959;
}
.BgClassName
{
background-color: #73C959;
}
</style>
border-color css
<style>
span { border-color: #73C959; }
span { border-color: rgb(115,201,89); }
td.TdClassName
{
border-color: #73C959;
}
.TagClassName
{
border-color: #73C959;
}
</style>