Shades of Mantis #73D259
Tints of Mantis #73D259
RGB
CMYK
RGB Variations
Color information
#73D259 (or 0x73D259) is known color: Mantis. HEX triplet: 73, D2 and 59. RGB value is (115,210,89). Sum of RGB (Red+Green+Blue) = 115+210+89=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 210 (82.42% from 255 or 50.72% from 414); Blue value is 89 (35.16% from 255 or 21.50% from 414); Max value from RGB is 210 - color contains mainly: green. Hex color #73D259 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D259 is #8C2DA6. Grayscale: #A8A8A8. Windows color (decimal): -9186727 or 5886579. OLE color: 5886579.
HSL color Cylindrical-coordinate representation of color #73D259: hue angle of 107.11º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #73D259 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 210 | 89 | - |
| CMYK | 0.45 | 0 | 0.58 | 0.18 |
| HSL | 107.11º | 0.57% | 0.59% | - |
| HSV(B) | 107.11º | 0.58% | 0.82% | - |
| XYZ | 31.92 | 50.46 | 17.51 | - |
| YUV | 167.8 | 83.53 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 210 | 89 | 0.45 | 0 | 0.58 | 0.18 | 107.11 | 0.57 | 0.59 |
| Hex | 73 | D2 | 59 | 2D | 0 | 3A | 12 | 6B | 39 | 3B |
| Octal | 163 | 322 | 131 | 55 | 0 | 72 | 22 | 153 | 71 | 73 |
| Binary | 1110011 | 11010010 | 1011001 | 101101 | 0 | 111010 | 10010 | 1101011 | 111001 | 111011 |
Color Harmonies of #73D259
Complementary color
Monochromatic Colors of #73D259
Black with #73D259
Text Example
Text Example
White with #73D259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D259; }
p { color: rgb(115,210,89); }
H1.HeaderClassName
{
color: #73D259;
}
.AnyTagClassName
{
color: #73D259;
}
</style>
background-color css
<style>
a { background-color: #73D259; }
a { background-color: rgb(115,210,89); }
div.DivClassName
{
background-color: #73D259;
}
.BgClassName
{
background-color: #73D259;
}
</style>
border-color css
<style>
span { border-color: #73D259; }
span { border-color: rgb(115,210,89); }
td.TdClassName
{
border-color: #73D259;
}
.TagClassName
{
border-color: #73D259;
}
</style>