Shades of Mantis #7FE155
Tints of Mantis #7FE155
RGB
CMYK
RGB Variations
Color information
#7FE155 (or 0x7FE155) is known color: Mantis. HEX triplet: 7F, E1 and 55. RGB value is (127,225,85). Sum of RGB (Red+Green+Blue) = 127+225+85=437 (57% of max value = 765). Red value is 127 (50% from 255 or 29.06% from 437); Green value is 225 (88.28% from 255 or 51.49% from 437); Blue value is 85 (33.59% from 255 or 19.45% from 437); Max value from RGB is 225 - color contains mainly: green. Hex color #7FE155 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FE155 is #801EAA. Grayscale: #B4B4B4. Windows color (decimal): -8396459 or 5628287. OLE color: 5628287.
HSL color Cylindrical-coordinate representation of color #7FE155: hue angle of 102º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7FE155 is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 127 | 225 | 85 | - |
| CMYK | 0.44 | 0 | 0.62 | 0.12 |
| HSL | 102º | 0.7% | 0.61% | - |
| HSV(B) | 102º | 0.62% | 0.88% | - |
| XYZ | 37.32 | 59.02 | 18.02 | - |
| YUV | 179.74 | 74.53 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 225 | 85 | 0.44 | 0 | 0.62 | 0.12 | 102 | 0.7 | 0.61 |
| Hex | 7F | E1 | 55 | 2C | 0 | 3E | C | 66 | 46 | 3D |
| Octal | 177 | 341 | 125 | 54 | 0 | 76 | 14 | 146 | 106 | 75 |
| Binary | 1111111 | 11100001 | 1010101 | 101100 | 0 | 111110 | 1100 | 1100110 | 1000110 | 111101 |
Color Harmonies of #7FE155
Complementary color
Monochromatic Colors of #7FE155
Black with #7FE155
Text Example
Text Example
White with #7FE155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE155; }
p { color: rgb(127,225,85); }
H1.HeaderClassName
{
color: #7FE155;
}
.AnyTagClassName
{
color: #7FE155;
}
</style>
background-color css
<style>
a { background-color: #7FE155; }
a { background-color: rgb(127,225,85); }
div.DivClassName
{
background-color: #7FE155;
}
.BgClassName
{
background-color: #7FE155;
}
</style>
border-color css
<style>
span { border-color: #7FE155; }
span { border-color: rgb(127,225,85); }
td.TdClassName
{
border-color: #7FE155;
}
.TagClassName
{
border-color: #7FE155;
}
</style>