Shades of Mantis #7FE147
Tints of Mantis #7FE147
RGB
CMYK
RGB Variations
Color information
#7FE147 (or 0x7FE147) is known color: Mantis. HEX triplet: 7F, E1 and 47. RGB value is (127,225,71). Sum of RGB (Red+Green+Blue) = 127+225+71=423 (56% of max value = 765). Red value is 127 (50% from 255 or 30.02% from 423); Green value is 225 (88.28% from 255 or 53.19% from 423); Blue value is 71 (28.12% from 255 or 16.78% from 423); Max value from RGB is 225 - color contains mainly: green. Hex color #7FE147 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FE147 is #801EB8. Grayscale: #B2B2B2. Windows color (decimal): -8396473 or 4710783. OLE color: 4710783.
HSL color Cylindrical-coordinate representation of color #7FE147: hue angle of 98.18º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7FE147 is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 127 | 225 | 71 | - |
| CMYK | 0.44 | 0 | 0.68 | 0.12 |
| HSL | 98.18º | 0.72% | 0.58% | - |
| HSV(B) | 98.18º | 0.68% | 0.88% | - |
| XYZ | 36.81 | 58.82 | 15.37 | - |
| YUV | 178.14 | 67.53 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 225 | 71 | 0.44 | 0 | 0.68 | 0.12 | 98.18 | 0.72 | 0.58 |
| Hex | 7F | E1 | 47 | 2C | 0 | 44 | C | 62 | 48 | 3A |
| Octal | 177 | 341 | 107 | 54 | 0 | 104 | 14 | 142 | 110 | 72 |
| Binary | 1111111 | 11100001 | 1000111 | 101100 | 0 | 1000100 | 1100 | 1100010 | 1001000 | 111010 |
Color Harmonies of #7FE147
Complementary color
Monochromatic Colors of #7FE147
Black with #7FE147
Text Example
Text Example
White with #7FE147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE147; }
p { color: rgb(127,225,71); }
H1.HeaderClassName
{
color: #7FE147;
}
.AnyTagClassName
{
color: #7FE147;
}
</style>
background-color css
<style>
a { background-color: #7FE147; }
a { background-color: rgb(127,225,71); }
div.DivClassName
{
background-color: #7FE147;
}
.BgClassName
{
background-color: #7FE147;
}
</style>
border-color css
<style>
span { border-color: #7FE147; }
span { border-color: rgb(127,225,71); }
td.TdClassName
{
border-color: #7FE147;
}
.TagClassName
{
border-color: #7FE147;
}
</style>