Shades of Mantis #7FE25D
Tints of Mantis #7FE25D
RGB
CMYK
RGB Variations
Color information
#7FE25D (or 0x7FE25D) is known color: Mantis. HEX triplet: 7F, E2 and 5D. RGB value is (127,226,93). Sum of RGB (Red+Green+Blue) = 127+226+93=446 (59% of max value = 765). Red value is 127 (50% from 255 or 28.48% from 446); Green value is 226 (88.67% from 255 or 50.67% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 226 - color contains mainly: green. Hex color #7FE25D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FE25D is #801DA2. Grayscale: #B5B5B5. Windows color (decimal): -8396195 or 6152831. OLE color: 6152831.
HSL color Cylindrical-coordinate representation of color #7FE25D: hue angle of 104.66º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7FE25D is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 127 | 226 | 93 | - |
| CMYK | 0.44 | 0 | 0.59 | 0.11 |
| HSL | 104.66º | 0.7% | 0.63% | - |
| HSV(B) | 104.66º | 0.59% | 0.89% | - |
| XYZ | 37.92 | 59.7 | 19.88 | - |
| YUV | 181.24 | 78.2 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 226 | 93 | 0.44 | 0 | 0.59 | 0.11 | 104.66 | 0.7 | 0.63 |
| Hex | 7F | E2 | 5D | 2C | 0 | 3B | B | 69 | 46 | 3F |
| Octal | 177 | 342 | 135 | 54 | 0 | 73 | 13 | 151 | 106 | 77 |
| Binary | 1111111 | 11100010 | 1011101 | 101100 | 0 | 111011 | 1011 | 1101001 | 1000110 | 111111 |
Color Harmonies of #7FE25D
Complementary color
Monochromatic Colors of #7FE25D
Black with #7FE25D
Text Example
Text Example
White with #7FE25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE25D; }
p { color: rgb(127,226,93); }
H1.HeaderClassName
{
color: #7FE25D;
}
.AnyTagClassName
{
color: #7FE25D;
}
</style>
background-color css
<style>
a { background-color: #7FE25D; }
a { background-color: rgb(127,226,93); }
div.DivClassName
{
background-color: #7FE25D;
}
.BgClassName
{
background-color: #7FE25D;
}
</style>
border-color css
<style>
span { border-color: #7FE25D; }
span { border-color: rgb(127,226,93); }
td.TdClassName
{
border-color: #7FE25D;
}
.TagClassName
{
border-color: #7FE25D;
}
</style>