Shades of Mantis #7FEA55
Tints of Mantis #7FEA55
RGB
CMYK
RGB Variations
Color information
#7FEA55 (or 0x7FEA55) is known color: Mantis. HEX triplet: 7F, EA and 55. RGB value is (127,234,85). Sum of RGB (Red+Green+Blue) = 127+234+85=446 (59% of max value = 765). Red value is 127 (50% from 255 or 28.48% from 446); Green value is 234 (91.80% from 255 or 52.47% from 446); Blue value is 85 (33.59% from 255 or 19.06% from 446); Max value from RGB is 234 - color contains mainly: green. Hex color #7FEA55 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FEA55 is #8015AA. Grayscale: #B9B9B9. Windows color (decimal): -8394155 or 5630591. OLE color: 5630591.
HSL color Cylindrical-coordinate representation of color #7FEA55: hue angle of 103.09º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7FEA55 is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 127 | 234 | 85 | - |
| CMYK | 0.46 | 0 | 0.64 | 0.08 |
| HSL | 103.09º | 0.78% | 0.63% | - |
| HSV(B) | 103.09º | 0.64% | 0.92% | - |
| XYZ | 39.81 | 64.01 | 18.85 | - |
| YUV | 185.02 | 71.55 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 234 | 85 | 0.46 | 0 | 0.64 | 0.08 | 103.09 | 0.78 | 0.63 |
| Hex | 7F | EA | 55 | 2E | 0 | 40 | 8 | 67 | 4E | 3F |
| Octal | 177 | 352 | 125 | 56 | 0 | 100 | 10 | 147 | 116 | 77 |
| Binary | 1111111 | 11101010 | 1010101 | 101110 | 0 | 1000000 | 1000 | 1100111 | 1001110 | 111111 |
Color Harmonies of #7FEA55
Complementary color
Monochromatic Colors of #7FEA55
Black with #7FEA55
Text Example
Text Example
White with #7FEA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEA55; }
p { color: rgb(127,234,85); }
H1.HeaderClassName
{
color: #7FEA55;
}
.AnyTagClassName
{
color: #7FEA55;
}
</style>
background-color css
<style>
a { background-color: #7FEA55; }
a { background-color: rgb(127,234,85); }
div.DivClassName
{
background-color: #7FEA55;
}
.BgClassName
{
background-color: #7FEA55;
}
</style>
border-color css
<style>
span { border-color: #7FEA55; }
span { border-color: rgb(127,234,85); }
td.TdClassName
{
border-color: #7FEA55;
}
.TagClassName
{
border-color: #7FEA55;
}
</style>