Shades of Mantis #7EEA4D
Tints of Mantis #7EEA4D
RGB
CMYK
RGB Variations
Color information
#7EEA4D (or 0x7EEA4D) is known color: Mantis. HEX triplet: 7E, EA and 4D. RGB value is (126,234,77). Sum of RGB (Red+Green+Blue) = 126+234+77=437 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.83% from 437); Green value is 234 (91.80% from 255 or 53.55% from 437); Blue value is 77 (30.47% from 255 or 17.62% from 437); Max value from RGB is 234 - color contains mainly: green. Hex color #7EEA4D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EEA4D is #8115B2. Grayscale: #B8B8B8. Windows color (decimal): -8459699 or 5106302. OLE color: 5106302.
HSL color Cylindrical-coordinate representation of color #7EEA4D: hue angle of 101.27º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7EEA4D is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 126 | 234 | 77 | - |
| CMYK | 0.46 | 0 | 0.67 | 0.08 |
| HSL | 101.27º | 0.79% | 0.61% | - |
| HSV(B) | 101.27º | 0.67% | 0.92% | - |
| XYZ | 39.37 | 63.82 | 17.26 | - |
| YUV | 183.81 | 67.72 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 234 | 77 | 0.46 | 0 | 0.67 | 0.08 | 101.27 | 0.79 | 0.61 |
| Hex | 7E | EA | 4D | 2E | 0 | 43 | 8 | 65 | 4F | 3D |
| Octal | 176 | 352 | 115 | 56 | 0 | 103 | 10 | 145 | 117 | 75 |
| Binary | 1111110 | 11101010 | 1001101 | 101110 | 0 | 1000011 | 1000 | 1100101 | 1001111 | 111101 |
Color Harmonies of #7EEA4D
Complementary color
Monochromatic Colors of #7EEA4D
Black with #7EEA4D
Text Example
Text Example
White with #7EEA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EEA4D; }
p { color: rgb(126,234,77); }
H1.HeaderClassName
{
color: #7EEA4D;
}
.AnyTagClassName
{
color: #7EEA4D;
}
</style>
background-color css
<style>
a { background-color: #7EEA4D; }
a { background-color: rgb(126,234,77); }
div.DivClassName
{
background-color: #7EEA4D;
}
.BgClassName
{
background-color: #7EEA4D;
}
</style>
border-color css
<style>
span { border-color: #7EEA4D; }
span { border-color: rgb(126,234,77); }
td.TdClassName
{
border-color: #7EEA4D;
}
.TagClassName
{
border-color: #7EEA4D;
}
</style>