Shades of Mantis #73C163
Tints of Mantis #73C163
RGB
CMYK
RGB Variations
Color information
#73C163 (or 0x73C163) is known color: Mantis. HEX triplet: 73, C1 and 63. RGB value is (115,193,99). Sum of RGB (Red+Green+Blue) = 115+193+99=407 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.26% from 407); Green value is 193 (75.78% from 255 or 47.42% from 407); Blue value is 99 (39.06% from 255 or 24.32% from 407); Max value from RGB is 193 - color contains mainly: green. Hex color #73C163 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C163 is #8C3E9C. Grayscale: #9F9F9F. Windows color (decimal): -9191069 or 6537587. OLE color: 6537587.
HSL color Cylindrical-coordinate representation of color #73C163: hue angle of 109.79º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73C163 is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 193 | 99 | - |
| CMYK | 0.40 | 0 | 0.49 | 0.24 |
| HSL | 109.79º | 0.43% | 0.57% | - |
| HSV(B) | 109.79º | 0.49% | 0.76% | - |
| XYZ | 28.39 | 42.69 | 18.55 | - |
| YUV | 158.96 | 94.16 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 193 | 99 | 0.40 | 0 | 0.49 | 0.24 | 109.79 | 0.43 | 0.57 |
| Hex | 73 | C1 | 63 | 28 | 0 | 31 | 18 | 6E | 2B | 39 |
| Octal | 163 | 301 | 143 | 50 | 0 | 61 | 30 | 156 | 53 | 71 |
| Binary | 1110011 | 11000001 | 1100011 | 101000 | 0 | 110001 | 11000 | 1101110 | 101011 | 111001 |
Color Harmonies of #73C163
Complementary color
Monochromatic Colors of #73C163
Black with #73C163
Text Example
Text Example
White with #73C163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C163; }
p { color: rgb(115,193,99); }
H1.HeaderClassName
{
color: #73C163;
}
.AnyTagClassName
{
color: #73C163;
}
</style>
background-color css
<style>
a { background-color: #73C163; }
a { background-color: rgb(115,193,99); }
div.DivClassName
{
background-color: #73C163;
}
.BgClassName
{
background-color: #73C163;
}
</style>
border-color css
<style>
span { border-color: #73C163; }
span { border-color: rgb(115,193,99); }
td.TdClassName
{
border-color: #73C163;
}
.TagClassName
{
border-color: #73C163;
}
</style>