Shades of Mantis #73C655
Tints of Mantis #73C655
RGB
CMYK
RGB Variations
Color information
#73C655 (or 0x73C655) is known color: Mantis. HEX triplet: 73, C6 and 55. RGB value is (115,198,85). Sum of RGB (Red+Green+Blue) = 115+198+85=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 198 (77.73% from 255 or 49.75% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 198 - color contains mainly: green. Hex color #73C655 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C655 is #8C39AA. Grayscale: #A0A0A0. Windows color (decimal): -9189803 or 5621363. OLE color: 5621363.
HSL color Cylindrical-coordinate representation of color #73C655: hue angle of 104.07º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73C655 is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 198 | 85 | - |
| CMYK | 0.42 | 0 | 0.57 | 0.22 |
| HSL | 104.07º | 0.5% | 0.55% | - |
| HSV(B) | 104.07º | 0.57% | 0.78% | - |
| XYZ | 28.9 | 44.69 | 15.7 | - |
| YUV | 160.3 | 85.5 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 198 | 85 | 0.42 | 0 | 0.57 | 0.22 | 104.07 | 0.5 | 0.55 |
| Hex | 73 | C6 | 55 | 2A | 0 | 39 | 16 | 68 | 32 | 37 |
| Octal | 163 | 306 | 125 | 52 | 0 | 71 | 26 | 150 | 62 | 67 |
| Binary | 1110011 | 11000110 | 1010101 | 101010 | 0 | 111001 | 10110 | 1101000 | 110010 | 110111 |
Color Harmonies of #73C655
Complementary color
Monochromatic Colors of #73C655
Black with #73C655
Text Example
Text Example
White with #73C655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C655; }
p { color: rgb(115,198,85); }
H1.HeaderClassName
{
color: #73C655;
}
.AnyTagClassName
{
color: #73C655;
}
</style>
background-color css
<style>
a { background-color: #73C655; }
a { background-color: rgb(115,198,85); }
div.DivClassName
{
background-color: #73C655;
}
.BgClassName
{
background-color: #73C655;
}
</style>
border-color css
<style>
span { border-color: #73C655; }
span { border-color: rgb(115,198,85); }
td.TdClassName
{
border-color: #73C655;
}
.TagClassName
{
border-color: #73C655;
}
</style>