Shades of Mantis #73C467
Tints of Mantis #73C467
RGB
CMYK
RGB Variations
Color information
#73C467 (or 0x73C467) is known color: Mantis. HEX triplet: 73, C4 and 67. RGB value is (115,196,103). Sum of RGB (Red+Green+Blue) = 115+196+103=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 196 (76.95% from 255 or 47.34% from 414); Blue value is 103 (40.62% from 255 or 24.88% from 414); Max value from RGB is 196 - color contains mainly: green. Hex color #73C467 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C467 is #8C3B98. Grayscale: #A1A1A1. Windows color (decimal): -9190297 or 6800499. OLE color: 6800499.
HSL color Cylindrical-coordinate representation of color #73C467: hue angle of 112.26º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73C467 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 196 | 103 | - |
| CMYK | 0.41 | 0 | 0.47 | 0.23 |
| HSL | 112.26º | 0.44% | 0.59% | - |
| HSV(B) | 112.26º | 0.47% | 0.77% | - |
| XYZ | 29.26 | 44.1 | 19.8 | - |
| YUV | 161.18 | 95.16 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 196 | 103 | 0.41 | 0 | 0.47 | 0.23 | 112.26 | 0.44 | 0.59 |
| Hex | 73 | C4 | 67 | 29 | 0 | 2F | 17 | 70 | 2C | 3B |
| Octal | 163 | 304 | 147 | 51 | 0 | 57 | 27 | 160 | 54 | 73 |
| Binary | 1110011 | 11000100 | 1100111 | 101001 | 0 | 101111 | 10111 | 1110000 | 101100 | 111011 |
Color Harmonies of #73C467
Complementary color
Monochromatic Colors of #73C467
Black with #73C467
Text Example
Text Example
White with #73C467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C467; }
p { color: rgb(115,196,103); }
H1.HeaderClassName
{
color: #73C467;
}
.AnyTagClassName
{
color: #73C467;
}
</style>
background-color css
<style>
a { background-color: #73C467; }
a { background-color: rgb(115,196,103); }
div.DivClassName
{
background-color: #73C467;
}
.BgClassName
{
background-color: #73C467;
}
</style>
border-color css
<style>
span { border-color: #73C467; }
span { border-color: rgb(115,196,103); }
td.TdClassName
{
border-color: #73C467;
}
.TagClassName
{
border-color: #73C467;
}
</style>