Shades of Mantis #73C360
Tints of Mantis #73C360
RGB
CMYK
RGB Variations
Color information
#73C360 (or 0x73C360) is known color: Mantis. HEX triplet: 73, C3 and 60. RGB value is (115,195,96). Sum of RGB (Red+Green+Blue) = 115+195+96=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 195 - color contains mainly: green. Hex color #73C360 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C360 is #8C3C9F. Grayscale: #A0A0A0. Windows color (decimal): -9190560 or 6341491. OLE color: 6341491.
HSL color Cylindrical-coordinate representation of color #73C360: hue angle of 108.48º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73C360 is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 195 | 96 | - |
| CMYK | 0.41 | 0 | 0.51 | 0.24 |
| HSL | 108.48º | 0.45% | 0.57% | - |
| HSV(B) | 108.48º | 0.51% | 0.76% | - |
| XYZ | 28.7 | 43.52 | 17.95 | - |
| YUV | 159.79 | 92 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 195 | 96 | 0.41 | 0 | 0.51 | 0.24 | 108.48 | 0.45 | 0.57 |
| Hex | 73 | C3 | 60 | 29 | 0 | 33 | 18 | 6C | 2D | 39 |
| Octal | 163 | 303 | 140 | 51 | 0 | 63 | 30 | 154 | 55 | 71 |
| Binary | 1110011 | 11000011 | 1100000 | 101001 | 0 | 110011 | 11000 | 1101100 | 101101 | 111001 |
Color Harmonies of #73C360
Complementary color
Monochromatic Colors of #73C360
Black with #73C360
Text Example
Text Example
White with #73C360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C360; }
p { color: rgb(115,195,96); }
H1.HeaderClassName
{
color: #73C360;
}
.AnyTagClassName
{
color: #73C360;
}
</style>
background-color css
<style>
a { background-color: #73C360; }
a { background-color: rgb(115,195,96); }
div.DivClassName
{
background-color: #73C360;
}
.BgClassName
{
background-color: #73C360;
}
</style>
border-color css
<style>
span { border-color: #73C360; }
span { border-color: rgb(115,195,96); }
td.TdClassName
{
border-color: #73C360;
}
.TagClassName
{
border-color: #73C360;
}
</style>