Shades of Mantis #73C367
Tints of Mantis #73C367
RGB
CMYK
RGB Variations
Color information
#73C367 (or 0x73C367) is known color: Mantis. HEX triplet: 73, C3 and 67. RGB value is (115,195,103). Sum of RGB (Red+Green+Blue) = 115+195+103=413 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.85% from 413); Green value is 195 (76.56% from 255 or 47.22% from 413); Blue value is 103 (40.62% from 255 or 24.94% from 413); Max value from RGB is 195 - color contains mainly: green. Hex color #73C367 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C367 is #8C3C98. Grayscale: #A0A0A0. Windows color (decimal): -9190553 or 6800243. OLE color: 6800243.
HSL color Cylindrical-coordinate representation of color #73C367: hue angle of 112.17º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73C367 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 195 | 103 | - |
| CMYK | 0.41 | 0 | 0.47 | 0.24 |
| HSL | 112.17º | 0.43% | 0.58% | - |
| HSV(B) | 112.17º | 0.47% | 0.76% | - |
| XYZ | 29.03 | 43.65 | 19.73 | - |
| YUV | 160.59 | 95.5 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 195 | 103 | 0.41 | 0 | 0.47 | 0.24 | 112.17 | 0.43 | 0.58 |
| Hex | 73 | C3 | 67 | 29 | 0 | 2F | 18 | 70 | 2B | 3A |
| Octal | 163 | 303 | 147 | 51 | 0 | 57 | 30 | 160 | 53 | 72 |
| Binary | 1110011 | 11000011 | 1100111 | 101001 | 0 | 101111 | 11000 | 1110000 | 101011 | 111010 |
Color Harmonies of #73C367
Complementary color
Monochromatic Colors of #73C367
Black with #73C367
Text Example
Text Example
White with #73C367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C367; }
p { color: rgb(115,195,103); }
H1.HeaderClassName
{
color: #73C367;
}
.AnyTagClassName
{
color: #73C367;
}
</style>
background-color css
<style>
a { background-color: #73C367; }
a { background-color: rgb(115,195,103); }
div.DivClassName
{
background-color: #73C367;
}
.BgClassName
{
background-color: #73C367;
}
</style>
border-color css
<style>
span { border-color: #73C367; }
span { border-color: rgb(115,195,103); }
td.TdClassName
{
border-color: #73C367;
}
.TagClassName
{
border-color: #73C367;
}
</style>