Shades of Mantis #73D15E
Tints of Mantis #73D15E
RGB
CMYK
RGB Variations
Color information
#73D15E (or 0x73D15E) is known color: Mantis. HEX triplet: 73, D1 and 5E. RGB value is (115,209,94). Sum of RGB (Red+Green+Blue) = 115+209+94=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 209 (82.03% from 255 or 50% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 209 - color contains mainly: green. Hex color #73D15E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D15E is #8C2EA1. Grayscale: #A8A8A8. Windows color (decimal): -9186978 or 6214003. OLE color: 6214003.
HSL color Cylindrical-coordinate representation of color #73D15E: hue angle of 109.04º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73D15E is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 209 | 94 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.18 |
| HSL | 109.04º | 0.56% | 0.59% | - |
| HSV(B) | 109.04º | 0.55% | 0.82% | - |
| XYZ | 31.89 | 50.05 | 18.57 | - |
| YUV | 167.78 | 86.36 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 209 | 94 | 0.45 | 0 | 0.55 | 0.18 | 109.04 | 0.56 | 0.59 |
| Hex | 73 | D1 | 5E | 2D | 0 | 37 | 12 | 6D | 38 | 3B |
| Octal | 163 | 321 | 136 | 55 | 0 | 67 | 22 | 155 | 70 | 73 |
| Binary | 1110011 | 11010001 | 1011110 | 101101 | 0 | 110111 | 10010 | 1101101 | 111000 | 111011 |
Color Harmonies of #73D15E
Complementary color
Monochromatic Colors of #73D15E
Black with #73D15E
Text Example
Text Example
White with #73D15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D15E; }
p { color: rgb(115,209,94); }
H1.HeaderClassName
{
color: #73D15E;
}
.AnyTagClassName
{
color: #73D15E;
}
</style>
background-color css
<style>
a { background-color: #73D15E; }
a { background-color: rgb(115,209,94); }
div.DivClassName
{
background-color: #73D15E;
}
.BgClassName
{
background-color: #73D15E;
}
</style>
border-color css
<style>
span { border-color: #73D15E; }
span { border-color: rgb(115,209,94); }
td.TdClassName
{
border-color: #73D15E;
}
.TagClassName
{
border-color: #73D15E;
}
</style>