Shades of Mantis #7FE15B
Tints of Mantis #7FE15B
RGB
CMYK
RGB Variations
Color information
#7FE15B (or 0x7FE15B) is known color: Mantis. HEX triplet: 7F, E1 and 5B. RGB value is (127,225,91). Sum of RGB (Red+Green+Blue) = 127+225+91=443 (58% of max value = 765). Red value is 127 (50% from 255 or 28.67% from 443); Green value is 225 (88.28% from 255 or 50.79% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 225 - color contains mainly: green. Hex color #7FE15B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FE15B is #801EA4. Grayscale: #B4B4B4. Windows color (decimal): -8396453 or 6021503. OLE color: 6021503.
HSL color Cylindrical-coordinate representation of color #7FE15B: hue angle of 103.88º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7FE15B is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 127 | 225 | 91 | - |
| CMYK | 0.44 | 0 | 0.60 | 0.12 |
| HSL | 103.88º | 0.69% | 0.62% | - |
| HSV(B) | 103.88º | 0.6% | 0.88% | - |
| XYZ | 37.57 | 59.12 | 19.33 | - |
| YUV | 180.42 | 77.53 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 225 | 91 | 0.44 | 0 | 0.60 | 0.12 | 103.88 | 0.69 | 0.62 |
| Hex | 7F | E1 | 5B | 2C | 0 | 3C | C | 68 | 45 | 3E |
| Octal | 177 | 341 | 133 | 54 | 0 | 74 | 14 | 150 | 105 | 76 |
| Binary | 1111111 | 11100001 | 1011011 | 101100 | 0 | 111100 | 1100 | 1101000 | 1000101 | 111110 |
Color Harmonies of #7FE15B
Complementary color
Monochromatic Colors of #7FE15B
Black with #7FE15B
Text Example
Text Example
White with #7FE15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE15B; }
p { color: rgb(127,225,91); }
H1.HeaderClassName
{
color: #7FE15B;
}
.AnyTagClassName
{
color: #7FE15B;
}
</style>
background-color css
<style>
a { background-color: #7FE15B; }
a { background-color: rgb(127,225,91); }
div.DivClassName
{
background-color: #7FE15B;
}
.BgClassName
{
background-color: #7FE15B;
}
</style>
border-color css
<style>
span { border-color: #7FE15B; }
span { border-color: rgb(127,225,91); }
td.TdClassName
{
border-color: #7FE15B;
}
.TagClassName
{
border-color: #7FE15B;
}
</style>