Shades of Mantis #7EEA4C
Tints of Mantis #7EEA4C
RGB
CMYK
RGB Variations
Color information
#7EEA4C (or 0x7EEA4C) is known color: Mantis. HEX triplet: 7E, EA and 4C. RGB value is (126,234,76). Sum of RGB (Red+Green+Blue) = 126+234+76=436 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.90% from 436); Green value is 234 (91.80% from 255 or 53.67% from 436); Blue value is 76 (30.08% from 255 or 17.43% from 436); Max value from RGB is 234 - color contains mainly: green. Hex color #7EEA4C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EEA4C is #8115B3. Grayscale: #B8B8B8. Windows color (decimal): -8459700 or 5040766. OLE color: 5040766.
HSL color Cylindrical-coordinate representation of color #7EEA4C: hue angle of 101.01º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7EEA4C is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 126 | 234 | 76 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.08 |
| HSL | 101.01º | 0.79% | 0.61% | - |
| HSV(B) | 101.01º | 0.68% | 0.92% | - |
| XYZ | 39.33 | 63.8 | 17.08 | - |
| YUV | 183.7 | 67.22 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 234 | 76 | 0.46 | 0 | 0.68 | 0.08 | 101.01 | 0.79 | 0.61 |
| Hex | 7E | EA | 4C | 2E | 0 | 44 | 8 | 65 | 4F | 3D |
| Octal | 176 | 352 | 114 | 56 | 0 | 104 | 10 | 145 | 117 | 75 |
| Binary | 1111110 | 11101010 | 1001100 | 101110 | 0 | 1000100 | 1000 | 1100101 | 1001111 | 111101 |
Color Harmonies of #7EEA4C
Complementary color
Monochromatic Colors of #7EEA4C
Black with #7EEA4C
Text Example
Text Example
White with #7EEA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EEA4C; }
p { color: rgb(126,234,76); }
H1.HeaderClassName
{
color: #7EEA4C;
}
.AnyTagClassName
{
color: #7EEA4C;
}
</style>
background-color css
<style>
a { background-color: #7EEA4C; }
a { background-color: rgb(126,234,76); }
div.DivClassName
{
background-color: #7EEA4C;
}
.BgClassName
{
background-color: #7EEA4C;
}
</style>
border-color css
<style>
span { border-color: #7EEA4C; }
span { border-color: rgb(126,234,76); }
td.TdClassName
{
border-color: #7EEA4C;
}
.TagClassName
{
border-color: #7EEA4C;
}
</style>