Shades of Mantis #73D157
Tints of Mantis #73D157
RGB
CMYK
RGB Variations
Color information
#73D157 (or 0x73D157) is known color: Mantis. HEX triplet: 73, D1 and 57. RGB value is (115,209,87). Sum of RGB (Red+Green+Blue) = 115+209+87=411 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.98% from 411); Green value is 209 (82.03% from 255 or 50.85% from 411); Blue value is 87 (34.38% from 255 or 21.17% from 411); Max value from RGB is 209 - color contains mainly: green. Hex color #73D157 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D157 is #8C2EA8. Grayscale: #A7A7A7. Windows color (decimal): -9186985 or 5755251. OLE color: 5755251.
HSL color Cylindrical-coordinate representation of color #73D157: hue angle of 106.23º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #73D157 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 209 | 87 | - |
| CMYK | 0.45 | 0 | 0.58 | 0.18 |
| HSL | 106.23º | 0.57% | 0.58% | - |
| HSV(B) | 106.23º | 0.58% | 0.82% | - |
| XYZ | 31.59 | 49.93 | 16.99 | - |
| YUV | 166.99 | 82.86 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 209 | 87 | 0.45 | 0 | 0.58 | 0.18 | 106.23 | 0.57 | 0.58 |
| Hex | 73 | D1 | 57 | 2D | 0 | 3A | 12 | 6A | 39 | 3A |
| Octal | 163 | 321 | 127 | 55 | 0 | 72 | 22 | 152 | 71 | 72 |
| Binary | 1110011 | 11010001 | 1010111 | 101101 | 0 | 111010 | 10010 | 1101010 | 111001 | 111010 |
Color Harmonies of #73D157
Complementary color
Monochromatic Colors of #73D157
Black with #73D157
Text Example
Text Example
White with #73D157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D157; }
p { color: rgb(115,209,87); }
H1.HeaderClassName
{
color: #73D157;
}
.AnyTagClassName
{
color: #73D157;
}
</style>
background-color css
<style>
a { background-color: #73D157; }
a { background-color: rgb(115,209,87); }
div.DivClassName
{
background-color: #73D157;
}
.BgClassName
{
background-color: #73D157;
}
</style>
border-color css
<style>
span { border-color: #73D157; }
span { border-color: rgb(115,209,87); }
td.TdClassName
{
border-color: #73D157;
}
.TagClassName
{
border-color: #73D157;
}
</style>