Shades of Mantis #7FE250
Tints of Mantis #7FE250
RGB
CMYK
RGB Variations
Color information
#7FE250 (or 0x7FE250) is known color: Mantis. HEX triplet: 7F, E2 and 50. RGB value is (127,226,80). Sum of RGB (Red+Green+Blue) = 127+226+80=433 (57% of max value = 765). Red value is 127 (50% from 255 or 29.33% from 433); Green value is 226 (88.67% from 255 or 52.19% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 226 - color contains mainly: green. Hex color #7FE250 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FE250 is #801DAF. Grayscale: #B4B4B4. Windows color (decimal): -8396208 or 5300863. OLE color: 5300863.
HSL color Cylindrical-coordinate representation of color #7FE250: hue angle of 100.68º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7FE250 is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 127 | 226 | 80 | - |
| CMYK | 0.44 | 0 | 0.65 | 0.11 |
| HSL | 100.68º | 0.72% | 0.6% | - |
| HSV(B) | 100.68º | 0.65% | 0.89% | - |
| XYZ | 37.4 | 59.48 | 17.1 | - |
| YUV | 179.76 | 71.7 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 226 | 80 | 0.44 | 0 | 0.65 | 0.11 | 100.68 | 0.72 | 0.6 |
| Hex | 7F | E2 | 50 | 2C | 0 | 41 | B | 65 | 48 | 3C |
| Octal | 177 | 342 | 120 | 54 | 0 | 101 | 13 | 145 | 110 | 74 |
| Binary | 1111111 | 11100010 | 1010000 | 101100 | 0 | 1000001 | 1011 | 1100101 | 1001000 | 111100 |
Color Harmonies of #7FE250
Complementary color
Monochromatic Colors of #7FE250
Black with #7FE250
Text Example
Text Example
White with #7FE250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE250; }
p { color: rgb(127,226,80); }
H1.HeaderClassName
{
color: #7FE250;
}
.AnyTagClassName
{
color: #7FE250;
}
</style>
background-color css
<style>
a { background-color: #7FE250; }
a { background-color: rgb(127,226,80); }
div.DivClassName
{
background-color: #7FE250;
}
.BgClassName
{
background-color: #7FE250;
}
</style>
border-color css
<style>
span { border-color: #7FE250; }
span { border-color: rgb(127,226,80); }
td.TdClassName
{
border-color: #7FE250;
}
.TagClassName
{
border-color: #7FE250;
}
</style>