Shades of Mantis #7FE55A
Tints of Mantis #7FE55A
RGB
CMYK
RGB Variations
Color information
#7FE55A (or 0x7FE55A) is known color: Mantis. HEX triplet: 7F, E5 and 5A. RGB value is (127,229,90). Sum of RGB (Red+Green+Blue) = 127+229+90=446 (59% of max value = 765). Red value is 127 (50% from 255 or 28.48% from 446); Green value is 229 (89.84% from 255 or 51.35% from 446); Blue value is 90 (35.55% from 255 or 20.18% from 446); Max value from RGB is 229 - color contains mainly: green. Hex color #7FE55A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FE55A is #801AA5. Grayscale: #B7B7B7. Windows color (decimal): -8395430 or 5956991. OLE color: 5956991.
HSL color Cylindrical-coordinate representation of color #7FE55A: hue angle of 104.03º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7FE55A is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 127 | 229 | 90 | - |
| CMYK | 0.45 | 0 | 0.61 | 0.10 |
| HSL | 104.03º | 0.73% | 0.63% | - |
| HSV(B) | 104.03º | 0.61% | 0.9% | - |
| XYZ | 38.62 | 61.29 | 19.47 | - |
| YUV | 182.66 | 75.71 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 229 | 90 | 0.45 | 0 | 0.61 | 0.10 | 104.03 | 0.73 | 0.63 |
| Hex | 7F | E5 | 5A | 2D | 0 | 3D | A | 68 | 49 | 3F |
| Octal | 177 | 345 | 132 | 55 | 0 | 75 | 12 | 150 | 111 | 77 |
| Binary | 1111111 | 11100101 | 1011010 | 101101 | 0 | 111101 | 1010 | 1101000 | 1001001 | 111111 |
Color Harmonies of #7FE55A
Complementary color
Monochromatic Colors of #7FE55A
Black with #7FE55A
Text Example
Text Example
White with #7FE55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE55A; }
p { color: rgb(127,229,90); }
H1.HeaderClassName
{
color: #7FE55A;
}
.AnyTagClassName
{
color: #7FE55A;
}
</style>
background-color css
<style>
a { background-color: #7FE55A; }
a { background-color: rgb(127,229,90); }
div.DivClassName
{
background-color: #7FE55A;
}
.BgClassName
{
background-color: #7FE55A;
}
</style>
border-color css
<style>
span { border-color: #7FE55A; }
span { border-color: rgb(127,229,90); }
td.TdClassName
{
border-color: #7FE55A;
}
.TagClassName
{
border-color: #7FE55A;
}
</style>