Shades of Mantis #73D059
Tints of Mantis #73D059
RGB
CMYK
RGB Variations
Color information
#73D059 (or 0x73D059) is known color: Mantis. HEX triplet: 73, D0 and 59. RGB value is (115,208,89). Sum of RGB (Red+Green+Blue) = 115+208+89=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 208 (81.64% from 255 or 50.49% from 412); Blue value is 89 (35.16% from 255 or 21.60% from 412); Max value from RGB is 208 - color contains mainly: green. Hex color #73D059 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D059 is #8C2FA6. Grayscale: #A7A7A7. Windows color (decimal): -9187239 or 5886067. OLE color: 5886067.
HSL color Cylindrical-coordinate representation of color #73D059: hue angle of 106.89º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73D059 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 208 | 89 | - |
| CMYK | 0.45 | 0 | 0.57 | 0.18 |
| HSL | 106.89º | 0.56% | 0.58% | - |
| HSV(B) | 106.89º | 0.57% | 0.82% | - |
| XYZ | 31.43 | 49.48 | 17.34 | - |
| YUV | 166.63 | 84.19 | 91.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 208 | 89 | 0.45 | 0 | 0.57 | 0.18 | 106.89 | 0.56 | 0.58 |
| Hex | 73 | D0 | 59 | 2D | 0 | 39 | 12 | 6B | 38 | 3A |
| Octal | 163 | 320 | 131 | 55 | 0 | 71 | 22 | 153 | 70 | 72 |
| Binary | 1110011 | 11010000 | 1011001 | 101101 | 0 | 111001 | 10010 | 1101011 | 111000 | 111010 |
Color Harmonies of #73D059
Complementary color
Monochromatic Colors of #73D059
Black with #73D059
Text Example
Text Example
White with #73D059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D059; }
p { color: rgb(115,208,89); }
H1.HeaderClassName
{
color: #73D059;
}
.AnyTagClassName
{
color: #73D059;
}
</style>
background-color css
<style>
a { background-color: #73D059; }
a { background-color: rgb(115,208,89); }
div.DivClassName
{
background-color: #73D059;
}
.BgClassName
{
background-color: #73D059;
}
</style>
border-color css
<style>
span { border-color: #73D059; }
span { border-color: rgb(115,208,89); }
td.TdClassName
{
border-color: #73D059;
}
.TagClassName
{
border-color: #73D059;
}
</style>