Shades of Mantis #7EE151
Tints of Mantis #7EE151
RGB
CMYK
RGB Variations
Color information
#7EE151 (or 0x7EE151) is known color: Mantis. HEX triplet: 7E, E1 and 51. RGB value is (126,225,81). Sum of RGB (Red+Green+Blue) = 126+225+81=432 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.17% from 432); Green value is 225 (88.28% from 255 or 52.08% from 432); Blue value is 81 (32.03% from 255 or 18.75% from 432); Max value from RGB is 225 - color contains mainly: green. Hex color #7EE151 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EE151 is #811EAE. Grayscale: #B3B3B3. Windows color (decimal): -8461999 or 5366142. OLE color: 5366142.
HSL color Cylindrical-coordinate representation of color #7EE151: hue angle of 101.25º 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 #7EE151 is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 126 | 225 | 81 | - |
| CMYK | 0.44 | 0 | 0.64 | 0.12 |
| HSL | 101.25º | 0.71% | 0.6% | - |
| HSV(B) | 101.25º | 0.64% | 0.88% | - |
| XYZ | 37.01 | 58.88 | 17.2 | - |
| YUV | 178.98 | 72.7 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 225 | 81 | 0.44 | 0 | 0.64 | 0.12 | 101.25 | 0.71 | 0.6 |
| Hex | 7E | E1 | 51 | 2C | 0 | 40 | C | 65 | 47 | 3C |
| Octal | 176 | 341 | 121 | 54 | 0 | 100 | 14 | 145 | 107 | 74 |
| Binary | 1111110 | 11100001 | 1010001 | 101100 | 0 | 1000000 | 1100 | 1100101 | 1000111 | 111100 |
Color Harmonies of #7EE151
Complementary color
Monochromatic Colors of #7EE151
Black with #7EE151
Text Example
Text Example
White with #7EE151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE151; }
p { color: rgb(126,225,81); }
H1.HeaderClassName
{
color: #7EE151;
}
.AnyTagClassName
{
color: #7EE151;
}
</style>
background-color css
<style>
a { background-color: #7EE151; }
a { background-color: rgb(126,225,81); }
div.DivClassName
{
background-color: #7EE151;
}
.BgClassName
{
background-color: #7EE151;
}
</style>
border-color css
<style>
span { border-color: #7EE151; }
span { border-color: rgb(126,225,81); }
td.TdClassName
{
border-color: #7EE151;
}
.TagClassName
{
border-color: #7EE151;
}
</style>