Shades of Mantis #7FE151
Tints of Mantis #7FE151
RGB
CMYK
RGB Variations
Color information
#7FE151 (or 0x7FE151) is known color: Mantis. HEX triplet: 7F, E1 and 51. RGB value is (127,225,81). Sum of RGB (Red+Green+Blue) = 127+225+81=433 (57% of max value = 765). Red value is 127 (50% from 255 or 29.33% from 433); Green value is 225 (88.28% from 255 or 51.96% from 433); Blue value is 81 (32.03% from 255 or 18.71% from 433); Max value from RGB is 225 - color contains mainly: green. Hex color #7FE151 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FE151 is #801EAE. Grayscale: #B3B3B3. Windows color (decimal): -8396463 or 5366143. OLE color: 5366143.
HSL color Cylindrical-coordinate representation of color #7FE151: hue angle of 100.83º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7FE151 is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 127 | 225 | 81 | - |
| CMYK | 0.44 | 0 | 0.64 | 0.12 |
| HSL | 100.83º | 0.71% | 0.6% | - |
| HSV(B) | 100.83º | 0.64% | 0.88% | - |
| XYZ | 37.16 | 58.96 | 17.21 | - |
| YUV | 179.28 | 72.53 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 225 | 81 | 0.44 | 0 | 0.64 | 0.12 | 100.83 | 0.71 | 0.6 |
| Hex | 7F | E1 | 51 | 2C | 0 | 40 | C | 65 | 47 | 3C |
| Octal | 177 | 341 | 121 | 54 | 0 | 100 | 14 | 145 | 107 | 74 |
| Binary | 1111111 | 11100001 | 1010001 | 101100 | 0 | 1000000 | 1100 | 1100101 | 1000111 | 111100 |
Color Harmonies of #7FE151
Complementary color
Monochromatic Colors of #7FE151
Black with #7FE151
Text Example
Text Example
White with #7FE151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE151; }
p { color: rgb(127,225,81); }
H1.HeaderClassName
{
color: #7FE151;
}
.AnyTagClassName
{
color: #7FE151;
}
</style>
background-color css
<style>
a { background-color: #7FE151; }
a { background-color: rgb(127,225,81); }
div.DivClassName
{
background-color: #7FE151;
}
.BgClassName
{
background-color: #7FE151;
}
</style>
border-color css
<style>
span { border-color: #7FE151; }
span { border-color: rgb(127,225,81); }
td.TdClassName
{
border-color: #7FE151;
}
.TagClassName
{
border-color: #7FE151;
}
</style>