Shades of Mantis #73C95E
Tints of Mantis #73C95E
RGB
CMYK
RGB Variations
Color information
#73C95E (or 0x73C95E) is known color: Mantis. HEX triplet: 73, C9 and 5E. RGB value is (115,201,94). Sum of RGB (Red+Green+Blue) = 115+201+94=410 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.05% from 410); Green value is 201 (78.91% from 255 or 49.02% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 201 - color contains mainly: green. Hex color #73C95E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C95E is #8C36A1. Grayscale: #A3A3A3. Windows color (decimal): -9189026 or 6211955. OLE color: 6211955.
HSL color Cylindrical-coordinate representation of color #73C95E: hue angle of 108.22º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73C95E is Cyan = 0.43, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 201 | 94 | - |
| CMYK | 0.43 | 0 | 0.53 | 0.21 |
| HSL | 108.22º | 0.5% | 0.58% | - |
| HSV(B) | 108.22º | 0.53% | 0.79% | - |
| XYZ | 29.98 | 46.23 | 17.93 | - |
| YUV | 163.09 | 89.01 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 201 | 94 | 0.43 | 0 | 0.53 | 0.21 | 108.22 | 0.5 | 0.58 |
| Hex | 73 | C9 | 5E | 2B | 0 | 35 | 15 | 6C | 32 | 3A |
| Octal | 163 | 311 | 136 | 53 | 0 | 65 | 25 | 154 | 62 | 72 |
| Binary | 1110011 | 11001001 | 1011110 | 101011 | 0 | 110101 | 10101 | 1101100 | 110010 | 111010 |
Color Harmonies of #73C95E
Complementary color
Monochromatic Colors of #73C95E
Black with #73C95E
Text Example
Text Example
White with #73C95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C95E; }
p { color: rgb(115,201,94); }
H1.HeaderClassName
{
color: #73C95E;
}
.AnyTagClassName
{
color: #73C95E;
}
</style>
background-color css
<style>
a { background-color: #73C95E; }
a { background-color: rgb(115,201,94); }
div.DivClassName
{
background-color: #73C95E;
}
.BgClassName
{
background-color: #73C95E;
}
</style>
border-color css
<style>
span { border-color: #73C95E; }
span { border-color: rgb(115,201,94); }
td.TdClassName
{
border-color: #73C95E;
}
.TagClassName
{
border-color: #73C95E;
}
</style>