Shades of Mantis #7EEA49
Tints of Mantis #7EEA49
RGB
CMYK
RGB Variations
Color information
#7EEA49 (or 0x7EEA49) is known color: Mantis. HEX triplet: 7E, EA and 49. RGB value is (126,234,73). Sum of RGB (Red+Green+Blue) = 126+234+73=433 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.10% from 433); Green value is 234 (91.80% from 255 or 54.04% from 433); Blue value is 73 (28.91% from 255 or 16.86% from 433); Max value from RGB is 234 - color contains mainly: green. Hex color #7EEA49 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EEA49 is #8115B6. Grayscale: #B7B7B7. Windows color (decimal): -8459703 or 4844158. OLE color: 4844158.
HSL color Cylindrical-coordinate representation of color #7EEA49: hue angle of 100.25º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7EEA49 is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 126 | 234 | 73 | - |
| CMYK | 0.46 | 0 | 0.69 | 0.08 |
| HSL | 100.25º | 0.79% | 0.6% | - |
| HSV(B) | 100.25º | 0.69% | 0.92% | - |
| XYZ | 39.23 | 63.76 | 16.54 | - |
| YUV | 183.35 | 65.72 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 234 | 73 | 0.46 | 0 | 0.69 | 0.08 | 100.25 | 0.79 | 0.6 |
| Hex | 7E | EA | 49 | 2E | 0 | 45 | 8 | 64 | 4F | 3C |
| Octal | 176 | 352 | 111 | 56 | 0 | 105 | 10 | 144 | 117 | 74 |
| Binary | 1111110 | 11101010 | 1001001 | 101110 | 0 | 1000101 | 1000 | 1100100 | 1001111 | 111100 |
Color Harmonies of #7EEA49
Complementary color
Monochromatic Colors of #7EEA49
Black with #7EEA49
Text Example
Text Example
White with #7EEA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EEA49; }
p { color: rgb(126,234,73); }
H1.HeaderClassName
{
color: #7EEA49;
}
.AnyTagClassName
{
color: #7EEA49;
}
</style>
background-color css
<style>
a { background-color: #7EEA49; }
a { background-color: rgb(126,234,73); }
div.DivClassName
{
background-color: #7EEA49;
}
.BgClassName
{
background-color: #7EEA49;
}
</style>
border-color css
<style>
span { border-color: #7EEA49; }
span { border-color: rgb(126,234,73); }
td.TdClassName
{
border-color: #7EEA49;
}
.TagClassName
{
border-color: #7EEA49;
}
</style>