Shades of Mantis #7FE145
Tints of Mantis #7FE145
RGB
CMYK
RGB Variations
Color information
#7FE145 (or 0x7FE145) is known color: Mantis. HEX triplet: 7F, E1 and 45. RGB value is (127,225,69). Sum of RGB (Red+Green+Blue) = 127+225+69=421 (55% of max value = 765). Red value is 127 (50% from 255 or 30.17% from 421); Green value is 225 (88.28% from 255 or 53.44% from 421); Blue value is 69 (27.34% from 255 or 16.39% from 421); Max value from RGB is 225 - color contains mainly: green. Hex color #7FE145 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FE145 is #801EBA. Grayscale: #B2B2B2. Windows color (decimal): -8396475 or 4579711. OLE color: 4579711.
HSL color Cylindrical-coordinate representation of color #7FE145: hue angle of 97.69º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7FE145 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 127 | 225 | 69 | - |
| CMYK | 0.44 | 0 | 0.69 | 0.12 |
| HSL | 97.69º | 0.72% | 0.58% | - |
| HSV(B) | 97.69º | 0.69% | 0.88% | - |
| XYZ | 36.75 | 58.79 | 15.04 | - |
| YUV | 177.91 | 66.53 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 225 | 69 | 0.44 | 0 | 0.69 | 0.12 | 97.69 | 0.72 | 0.58 |
| Hex | 7F | E1 | 45 | 2C | 0 | 45 | C | 62 | 48 | 3A |
| Octal | 177 | 341 | 105 | 54 | 0 | 105 | 14 | 142 | 110 | 72 |
| Binary | 1111111 | 11100001 | 1000101 | 101100 | 0 | 1000101 | 1100 | 1100010 | 1001000 | 111010 |
Color Harmonies of #7FE145
Complementary color
Monochromatic Colors of #7FE145
Black with #7FE145
Text Example
Text Example
White with #7FE145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE145; }
p { color: rgb(127,225,69); }
H1.HeaderClassName
{
color: #7FE145;
}
.AnyTagClassName
{
color: #7FE145;
}
</style>
background-color css
<style>
a { background-color: #7FE145; }
a { background-color: rgb(127,225,69); }
div.DivClassName
{
background-color: #7FE145;
}
.BgClassName
{
background-color: #7FE145;
}
</style>
border-color css
<style>
span { border-color: #7FE145; }
span { border-color: rgb(127,225,69); }
td.TdClassName
{
border-color: #7FE145;
}
.TagClassName
{
border-color: #7FE145;
}
</style>