Shades of Mantis #7FE148
Tints of Mantis #7FE148
RGB
CMYK
RGB Variations
Color information
#7FE148 (or 0x7FE148) is known color: Mantis. HEX triplet: 7F, E1 and 48. RGB value is (127,225,72). Sum of RGB (Red+Green+Blue) = 127+225+72=424 (56% of max value = 765). Red value is 127 (50% from 255 or 29.95% from 424); Green value is 225 (88.28% from 255 or 53.07% from 424); Blue value is 72 (28.52% from 255 or 16.98% from 424); Max value from RGB is 225 - color contains mainly: green. Hex color #7FE148 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FE148 is #801EB7. Grayscale: #B2B2B2. Windows color (decimal): -8396472 or 4776319. OLE color: 4776319.
HSL color Cylindrical-coordinate representation of color #7FE148: hue angle of 98.43º 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 #7FE148 is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 127 | 225 | 72 | - |
| CMYK | 0.44 | 0 | 0.68 | 0.12 |
| HSL | 98.43º | 0.72% | 0.58% | - |
| HSV(B) | 98.43º | 0.68% | 0.88% | - |
| XYZ | 36.85 | 58.83 | 15.54 | - |
| YUV | 178.26 | 68.03 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 225 | 72 | 0.44 | 0 | 0.68 | 0.12 | 98.43 | 0.72 | 0.58 |
| Hex | 7F | E1 | 48 | 2C | 0 | 44 | C | 62 | 48 | 3A |
| Octal | 177 | 341 | 110 | 54 | 0 | 104 | 14 | 142 | 110 | 72 |
| Binary | 1111111 | 11100001 | 1001000 | 101100 | 0 | 1000100 | 1100 | 1100010 | 1001000 | 111010 |
Color Harmonies of #7FE148
Complementary color
Monochromatic Colors of #7FE148
Black with #7FE148
Text Example
Text Example
White with #7FE148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE148; }
p { color: rgb(127,225,72); }
H1.HeaderClassName
{
color: #7FE148;
}
.AnyTagClassName
{
color: #7FE148;
}
</style>
background-color css
<style>
a { background-color: #7FE148; }
a { background-color: rgb(127,225,72); }
div.DivClassName
{
background-color: #7FE148;
}
.BgClassName
{
background-color: #7FE148;
}
</style>
border-color css
<style>
span { border-color: #7FE148; }
span { border-color: rgb(127,225,72); }
td.TdClassName
{
border-color: #7FE148;
}
.TagClassName
{
border-color: #7FE148;
}
</style>