Shades of Mantis #7EBE5B
Tints of Mantis #7EBE5B
RGB
CMYK
RGB Variations
Color information
#7EBE5B (or 0x7EBE5B) is known color: Mantis. HEX triplet: 7E, BE and 5B. RGB value is (126,190,91). Sum of RGB (Red+Green+Blue) = 126+190+91=407 (53% of max value = 765). Red value is 126 (49.61% from 255 or 30.96% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 190 - color contains mainly: green. Hex color #7EBE5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EBE5B is #8141A4. Grayscale: #9F9F9F. Windows color (decimal): -8470949 or 6012542. OLE color: 6012542.
HSL color Cylindrical-coordinate representation of color #7EBE5B: hue angle of 98.79º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7EBE5B is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 190 | 91 | - |
| CMYK | 0.34 | 0 | 0.52 | 0.25 |
| HSL | 98.79º | 0.43% | 0.55% | - |
| HSV(B) | 98.79º | 0.52% | 0.75% | - |
| XYZ | 28.91 | 42.02 | 16.48 | - |
| YUV | 159.58 | 89.3 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 190 | 91 | 0.34 | 0 | 0.52 | 0.25 | 98.79 | 0.43 | 0.55 |
| Hex | 7E | BE | 5B | 22 | 0 | 34 | 19 | 63 | 2B | 37 |
| Octal | 176 | 276 | 133 | 42 | 0 | 64 | 31 | 143 | 53 | 67 |
| Binary | 1111110 | 10111110 | 1011011 | 100010 | 0 | 110100 | 11001 | 1100011 | 101011 | 110111 |
Color Harmonies of #7EBE5B
Complementary color
Monochromatic Colors of #7EBE5B
Black with #7EBE5B
Text Example
Text Example
White with #7EBE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBE5B; }
p { color: rgb(126,190,91); }
H1.HeaderClassName
{
color: #7EBE5B;
}
.AnyTagClassName
{
color: #7EBE5B;
}
</style>
background-color css
<style>
a { background-color: #7EBE5B; }
a { background-color: rgb(126,190,91); }
div.DivClassName
{
background-color: #7EBE5B;
}
.BgClassName
{
background-color: #7EBE5B;
}
</style>
border-color css
<style>
span { border-color: #7EBE5B; }
span { border-color: rgb(126,190,91); }
td.TdClassName
{
border-color: #7EBE5B;
}
.TagClassName
{
border-color: #7EBE5B;
}
</style>