Shades of Mantis #73C567
Tints of Mantis #73C567
RGB
CMYK
RGB Variations
Color information
#73C567 (or 0x73C567) is known color: Mantis. HEX triplet: 73, C5 and 67. RGB value is (115,197,103). Sum of RGB (Red+Green+Blue) = 115+197+103=415 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.71% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 103 (40.62% from 255 or 24.82% from 415); Max value from RGB is 197 - color contains mainly: green. Hex color #73C567 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C567 is #8C3A98. Grayscale: #A2A2A2. Windows color (decimal): -9190041 or 6800755. OLE color: 6800755.
HSL color Cylindrical-coordinate representation of color #73C567: hue angle of 112.34º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73C567 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 197 | 103 | - |
| CMYK | 0.42 | 0 | 0.48 | 0.23 |
| HSL | 112.34º | 0.45% | 0.59% | - |
| HSV(B) | 112.34º | 0.48% | 0.77% | - |
| XYZ | 29.48 | 44.56 | 19.88 | - |
| YUV | 161.77 | 94.83 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 197 | 103 | 0.42 | 0 | 0.48 | 0.23 | 112.34 | 0.45 | 0.59 |
| Hex | 73 | C5 | 67 | 2A | 0 | 30 | 17 | 70 | 2D | 3B |
| Octal | 163 | 305 | 147 | 52 | 0 | 60 | 27 | 160 | 55 | 73 |
| Binary | 1110011 | 11000101 | 1100111 | 101010 | 0 | 110000 | 10111 | 1110000 | 101101 | 111011 |
Color Harmonies of #73C567
Complementary color
Monochromatic Colors of #73C567
Black with #73C567
Text Example
Text Example
White with #73C567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C567; }
p { color: rgb(115,197,103); }
H1.HeaderClassName
{
color: #73C567;
}
.AnyTagClassName
{
color: #73C567;
}
</style>
background-color css
<style>
a { background-color: #73C567; }
a { background-color: rgb(115,197,103); }
div.DivClassName
{
background-color: #73C567;
}
.BgClassName
{
background-color: #73C567;
}
</style>
border-color css
<style>
span { border-color: #73C567; }
span { border-color: rgb(115,197,103); }
td.TdClassName
{
border-color: #73C567;
}
.TagClassName
{
border-color: #73C567;
}
</style>