Shades of Mantis #7FC155
Tints of Mantis #7FC155
RGB
CMYK
RGB Variations
Color information
#7FC155 (or 0x7FC155) is known color: Mantis. HEX triplet: 7F, C1 and 55. RGB value is (127,193,85). Sum of RGB (Red+Green+Blue) = 127+193+85=405 (53% of max value = 765). Red value is 127 (50% from 255 or 31.36% from 405); Green value is 193 (75.78% from 255 or 47.65% from 405); Blue value is 85 (33.59% from 255 or 20.99% from 405); Max value from RGB is 193 - color contains mainly: green. Hex color #7FC155 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC155 is #803EAA. Grayscale: #A1A1A1. Windows color (decimal): -8404651 or 5620095. OLE color: 5620095.
HSL color Cylindrical-coordinate representation of color #7FC155: hue angle of 96.67º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7FC155 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 193 | 85 | - |
| CMYK | 0.34 | 0 | 0.56 | 0.24 |
| HSL | 96.67º | 0.47% | 0.55% | - |
| HSV(B) | 96.67º | 0.56% | 0.76% | - |
| XYZ | 29.46 | 43.31 | 15.4 | - |
| YUV | 160.95 | 85.13 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 193 | 85 | 0.34 | 0 | 0.56 | 0.24 | 96.67 | 0.47 | 0.55 |
| Hex | 7F | C1 | 55 | 22 | 0 | 38 | 18 | 61 | 2F | 37 |
| Octal | 177 | 301 | 125 | 42 | 0 | 70 | 30 | 141 | 57 | 67 |
| Binary | 1111111 | 11000001 | 1010101 | 100010 | 0 | 111000 | 11000 | 1100001 | 101111 | 110111 |
Color Harmonies of #7FC155
Complementary color
Monochromatic Colors of #7FC155
Black with #7FC155
Text Example
Text Example
White with #7FC155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC155; }
p { color: rgb(127,193,85); }
H1.HeaderClassName
{
color: #7FC155;
}
.AnyTagClassName
{
color: #7FC155;
}
</style>
background-color css
<style>
a { background-color: #7FC155; }
a { background-color: rgb(127,193,85); }
div.DivClassName
{
background-color: #7FC155;
}
.BgClassName
{
background-color: #7FC155;
}
</style>
border-color css
<style>
span { border-color: #7FC155; }
span { border-color: rgb(127,193,85); }
td.TdClassName
{
border-color: #7FC155;
}
.TagClassName
{
border-color: #7FC155;
}
</style>