Shades of Mantis #7EEA55
Tints of Mantis #7EEA55
RGB
CMYK
RGB Variations
Color information
#7EEA55 (or 0x7EEA55) is known color: Mantis. HEX triplet: 7E, EA and 55. RGB value is (126,234,85). Sum of RGB (Red+Green+Blue) = 126+234+85=445 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.31% from 445); Green value is 234 (91.80% from 255 or 52.58% from 445); Blue value is 85 (33.59% from 255 or 19.10% from 445); Max value from RGB is 234 - color contains mainly: green. Hex color #7EEA55 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EEA55 is #8115AA. Grayscale: #B9B9B9. Windows color (decimal): -8459691 or 5630590. OLE color: 5630590.
HSL color Cylindrical-coordinate representation of color #7EEA55: hue angle of 103.49º 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 #7EEA55 is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 126 | 234 | 85 | - |
| CMYK | 0.46 | 0 | 0.64 | 0.08 |
| HSL | 103.49º | 0.78% | 0.63% | - |
| HSV(B) | 103.49º | 0.64% | 0.92% | - |
| XYZ | 39.67 | 63.94 | 18.84 | - |
| YUV | 184.72 | 71.72 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 234 | 85 | 0.46 | 0 | 0.64 | 0.08 | 103.49 | 0.78 | 0.63 |
| Hex | 7E | EA | 55 | 2E | 0 | 40 | 8 | 67 | 4E | 3F |
| Octal | 176 | 352 | 125 | 56 | 0 | 100 | 10 | 147 | 116 | 77 |
| Binary | 1111110 | 11101010 | 1010101 | 101110 | 0 | 1000000 | 1000 | 1100111 | 1001110 | 111111 |
Color Harmonies of #7EEA55
Complementary color
Monochromatic Colors of #7EEA55
Black with #7EEA55
Text Example
Text Example
White with #7EEA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EEA55; }
p { color: rgb(126,234,85); }
H1.HeaderClassName
{
color: #7EEA55;
}
.AnyTagClassName
{
color: #7EEA55;
}
</style>
background-color css
<style>
a { background-color: #7EEA55; }
a { background-color: rgb(126,234,85); }
div.DivClassName
{
background-color: #7EEA55;
}
.BgClassName
{
background-color: #7EEA55;
}
</style>
border-color css
<style>
span { border-color: #7EEA55; }
span { border-color: rgb(126,234,85); }
td.TdClassName
{
border-color: #7EEA55;
}
.TagClassName
{
border-color: #7EEA55;
}
</style>