Shades of Mantis #7FC160
Tints of Mantis #7FC160
RGB
CMYK
RGB Variations
Color information
#7FC160 (or 0x7FC160) is known color: Mantis. HEX triplet: 7F, C1 and 60. RGB value is (127,193,96). Sum of RGB (Red+Green+Blue) = 127+193+96=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 96 (37.89% from 255 or 23.08% from 416); Max value from RGB is 193 - color contains mainly: green. Hex color #7FC160 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC160 is #803E9F. Grayscale: #A2A2A2. Windows color (decimal): -8404640 or 6340991. OLE color: 6340991.
HSL color Cylindrical-coordinate representation of color #7FC160: hue angle of 100.82º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FC160 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 193 | 96 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.24 |
| HSL | 100.82º | 0.44% | 0.57% | - |
| HSV(B) | 100.82º | 0.5% | 0.76% | - |
| XYZ | 29.93 | 43.5 | 17.88 | - |
| YUV | 162.21 | 90.63 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 193 | 96 | 0.34 | 0 | 0.50 | 0.24 | 100.82 | 0.44 | 0.57 |
| Hex | 7F | C1 | 60 | 22 | 0 | 32 | 18 | 65 | 2C | 39 |
| Octal | 177 | 301 | 140 | 42 | 0 | 62 | 30 | 145 | 54 | 71 |
| Binary | 1111111 | 11000001 | 1100000 | 100010 | 0 | 110010 | 11000 | 1100101 | 101100 | 111001 |
Color Harmonies of #7FC160
Complementary color
Monochromatic Colors of #7FC160
Black with #7FC160
Text Example
Text Example
White with #7FC160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC160; }
p { color: rgb(127,193,96); }
H1.HeaderClassName
{
color: #7FC160;
}
.AnyTagClassName
{
color: #7FC160;
}
</style>
background-color css
<style>
a { background-color: #7FC160; }
a { background-color: rgb(127,193,96); }
div.DivClassName
{
background-color: #7FC160;
}
.BgClassName
{
background-color: #7FC160;
}
</style>
border-color css
<style>
span { border-color: #7FC160; }
span { border-color: rgb(127,193,96); }
td.TdClassName
{
border-color: #7FC160;
}
.TagClassName
{
border-color: #7FC160;
}
</style>