Shades of Mantis #7EBE51
Tints of Mantis #7EBE51
RGB
CMYK
RGB Variations
Color information
#7EBE51 (or 0x7EBE51) is known color: Mantis. HEX triplet: 7E, BE and 51. RGB value is (126,190,81). Sum of RGB (Red+Green+Blue) = 126+190+81=397 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.74% from 397); Green value is 190 (74.61% from 255 or 47.86% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 190 - color contains mainly: green. Hex color #7EBE51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EBE51 is #8141AE. Grayscale: #9E9E9E. Windows color (decimal): -8470959 or 5357182. OLE color: 5357182.
HSL color Cylindrical-coordinate representation of color #7EBE51: hue angle of 95.23º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7EBE51 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 190 | 81 | - |
| CMYK | 0.34 | 0 | 0.57 | 0.25 |
| HSL | 95.23º | 0.46% | 0.53% | - |
| HSV(B) | 95.23º | 0.57% | 0.75% | - |
| XYZ | 28.5 | 41.86 | 14.36 | - |
| YUV | 158.44 | 84.3 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 190 | 81 | 0.34 | 0 | 0.57 | 0.25 | 95.23 | 0.46 | 0.53 |
| Hex | 7E | BE | 51 | 22 | 0 | 39 | 19 | 5F | 2E | 35 |
| Octal | 176 | 276 | 121 | 42 | 0 | 71 | 31 | 137 | 56 | 65 |
| Binary | 1111110 | 10111110 | 1010001 | 100010 | 0 | 111001 | 11001 | 1011111 | 101110 | 110101 |
Color Harmonies of #7EBE51
Complementary color
Monochromatic Colors of #7EBE51
Black with #7EBE51
Text Example
Text Example
White with #7EBE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBE51; }
p { color: rgb(126,190,81); }
H1.HeaderClassName
{
color: #7EBE51;
}
.AnyTagClassName
{
color: #7EBE51;
}
</style>
background-color css
<style>
a { background-color: #7EBE51; }
a { background-color: rgb(126,190,81); }
div.DivClassName
{
background-color: #7EBE51;
}
.BgClassName
{
background-color: #7EBE51;
}
</style>
border-color css
<style>
span { border-color: #7EBE51; }
span { border-color: rgb(126,190,81); }
td.TdClassName
{
border-color: #7EBE51;
}
.TagClassName
{
border-color: #7EBE51;
}
</style>