Shades of Mantis #7EBE40
Tints of Mantis #7EBE40
RGB
CMYK
RGB Variations
Color information
#7EBE40 (or 0x7EBE40) is known color: Mantis. HEX triplet: 7E, BE and 40. RGB value is (126,190,64). Sum of RGB (Red+Green+Blue) = 126+190+64=380 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.16% from 380); Green value is 190 (74.61% from 255 or 50% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 190 - color contains mainly: green. Hex color #7EBE40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBE40 is #8141BF. Grayscale: #9C9C9C. Windows color (decimal): -8470976 or 4243070. OLE color: 4243070.
HSL color Cylindrical-coordinate representation of color #7EBE40: hue angle of 90.48º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7EBE40 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 190 | 64 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.25 |
| HSL | 90.48º | 0.5% | 0.5% | - |
| HSV(B) | 90.48º | 0.66% | 0.75% | - |
| XYZ | 27.94 | 41.63 | 11.41 | - |
| YUV | 156.5 | 75.8 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 190 | 64 | 0.34 | 0 | 0.66 | 0.25 | 90.48 | 0.5 | 0.5 |
| Hex | 7E | BE | 40 | 22 | 0 | 42 | 19 | 5A | 32 | 32 |
| Octal | 176 | 276 | 100 | 42 | 0 | 102 | 31 | 132 | 62 | 62 |
| Binary | 1111110 | 10111110 | 1000000 | 100010 | 0 | 1000010 | 11001 | 1011010 | 110010 | 110010 |
Color Harmonies of #7EBE40
Complementary color
Monochromatic Colors of #7EBE40
Black with #7EBE40
Text Example
Text Example
White with #7EBE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBE40; }
p { color: rgb(126,190,64); }
H1.HeaderClassName
{
color: #7EBE40;
}
.AnyTagClassName
{
color: #7EBE40;
}
</style>
background-color css
<style>
a { background-color: #7EBE40; }
a { background-color: rgb(126,190,64); }
div.DivClassName
{
background-color: #7EBE40;
}
.BgClassName
{
background-color: #7EBE40;
}
</style>
border-color css
<style>
span { border-color: #7EBE40; }
span { border-color: rgb(126,190,64); }
td.TdClassName
{
border-color: #7EBE40;
}
.TagClassName
{
border-color: #7EBE40;
}
</style>