Shades of Mantis #7FE15D
Tints of Mantis #7FE15D
RGB
CMYK
RGB Variations
Color information
#7FE15D (or 0x7FE15D) is known color: Mantis. HEX triplet: 7F, E1 and 5D. RGB value is (127,225,93). Sum of RGB (Red+Green+Blue) = 127+225+93=445 (58% of max value = 765). Red value is 127 (50% from 255 or 28.54% from 445); Green value is 225 (88.28% from 255 or 50.56% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 225 - color contains mainly: green. Hex color #7FE15D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FE15D is #801EA2. Grayscale: #B5B5B5. Windows color (decimal): -8396451 or 6152575. OLE color: 6152575.
HSL color Cylindrical-coordinate representation of color #7FE15D: hue angle of 104.55º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7FE15D is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 127 | 225 | 93 | - |
| CMYK | 0.44 | 0 | 0.59 | 0.12 |
| HSL | 104.55º | 0.69% | 0.62% | - |
| HSV(B) | 104.55º | 0.59% | 0.88% | - |
| XYZ | 37.65 | 59.15 | 19.79 | - |
| YUV | 180.65 | 78.53 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 225 | 93 | 0.44 | 0 | 0.59 | 0.12 | 104.55 | 0.69 | 0.62 |
| Hex | 7F | E1 | 5D | 2C | 0 | 3B | C | 69 | 45 | 3E |
| Octal | 177 | 341 | 135 | 54 | 0 | 73 | 14 | 151 | 105 | 76 |
| Binary | 1111111 | 11100001 | 1011101 | 101100 | 0 | 111011 | 1100 | 1101001 | 1000101 | 111110 |
Color Harmonies of #7FE15D
Complementary color
Monochromatic Colors of #7FE15D
Black with #7FE15D
Text Example
Text Example
White with #7FE15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE15D; }
p { color: rgb(127,225,93); }
H1.HeaderClassName
{
color: #7FE15D;
}
.AnyTagClassName
{
color: #7FE15D;
}
</style>
background-color css
<style>
a { background-color: #7FE15D; }
a { background-color: rgb(127,225,93); }
div.DivClassName
{
background-color: #7FE15D;
}
.BgClassName
{
background-color: #7FE15D;
}
</style>
border-color css
<style>
span { border-color: #7FE15D; }
span { border-color: rgb(127,225,93); }
td.TdClassName
{
border-color: #7FE15D;
}
.TagClassName
{
border-color: #7FE15D;
}
</style>