Shades of Mantis #7FE248
Tints of Mantis #7FE248
RGB
CMYK
RGB Variations
Color information
#7FE248 (or 0x7FE248) is known color: Mantis. HEX triplet: 7F, E2 and 48. RGB value is (127,226,72). Sum of RGB (Red+Green+Blue) = 127+226+72=425 (56% of max value = 765). Red value is 127 (50% from 255 or 29.88% from 425); Green value is 226 (88.67% from 255 or 53.18% from 425); Blue value is 72 (28.52% from 255 or 16.94% from 425); Max value from RGB is 226 - color contains mainly: green. Hex color #7FE248 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FE248 is #801DB7. Grayscale: #B3B3B3. Windows color (decimal): -8396216 or 4776575. OLE color: 4776575.
HSL color Cylindrical-coordinate representation of color #7FE248: hue angle of 98.57º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7FE248 is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 127 | 226 | 72 | - |
| CMYK | 0.44 | 0 | 0.68 | 0.11 |
| HSL | 98.57º | 0.73% | 0.58% | - |
| HSV(B) | 98.57º | 0.68% | 0.89% | - |
| XYZ | 37.12 | 59.37 | 15.63 | - |
| YUV | 178.84 | 67.7 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 226 | 72 | 0.44 | 0 | 0.68 | 0.11 | 98.57 | 0.73 | 0.58 |
| Hex | 7F | E2 | 48 | 2C | 0 | 44 | B | 63 | 49 | 3A |
| Octal | 177 | 342 | 110 | 54 | 0 | 104 | 13 | 143 | 111 | 72 |
| Binary | 1111111 | 11100010 | 1001000 | 101100 | 0 | 1000100 | 1011 | 1100011 | 1001001 | 111010 |
Color Harmonies of #7FE248
Complementary color
Monochromatic Colors of #7FE248
Black with #7FE248
Text Example
Text Example
White with #7FE248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE248; }
p { color: rgb(127,226,72); }
H1.HeaderClassName
{
color: #7FE248;
}
.AnyTagClassName
{
color: #7FE248;
}
</style>
background-color css
<style>
a { background-color: #7FE248; }
a { background-color: rgb(127,226,72); }
div.DivClassName
{
background-color: #7FE248;
}
.BgClassName
{
background-color: #7FE248;
}
</style>
border-color css
<style>
span { border-color: #7FE248; }
span { border-color: rgb(127,226,72); }
td.TdClassName
{
border-color: #7FE248;
}
.TagClassName
{
border-color: #7FE248;
}
</style>