Shades of Mantis #7EBE3E
Tints of Mantis #7EBE3E
RGB
CMYK
RGB Variations
Color information
#7EBE3E (or 0x7EBE3E) is known color: Mantis. HEX triplet: 7E, BE and 3E. RGB value is (126,190,62). Sum of RGB (Red+Green+Blue) = 126+190+62=378 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.33% from 378); Green value is 190 (74.61% from 255 or 50.26% from 378); Blue value is 62 (24.61% from 255 or 16.40% from 378); Max value from RGB is 190 - color contains mainly: green. Hex color #7EBE3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBE3E is #8141C1. Grayscale: #9C9C9C. Windows color (decimal): -8470978 or 4111998. OLE color: 4111998.
HSL color Cylindrical-coordinate representation of color #7EBE3E: hue angle of 90º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7EBE3E is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 190 | 62 | - |
| CMYK | 0.34 | 0 | 0.67 | 0.25 |
| HSL | 90º | 0.51% | 0.49% | - |
| HSV(B) | 90º | 0.67% | 0.75% | - |
| XYZ | 27.89 | 41.61 | 11.12 | - |
| YUV | 156.27 | 74.8 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 190 | 62 | 0.34 | 0 | 0.67 | 0.25 | 90 | 0.51 | 0.49 |
| Hex | 7E | BE | 3E | 22 | 0 | 43 | 19 | 5A | 33 | 31 |
| Octal | 176 | 276 | 76 | 42 | 0 | 103 | 31 | 132 | 63 | 61 |
| Binary | 1111110 | 10111110 | 111110 | 100010 | 0 | 1000011 | 11001 | 1011010 | 110011 | 110001 |
Color Harmonies of #7EBE3E
Complementary color
Monochromatic Colors of #7EBE3E
Black with #7EBE3E
Text Example
Text Example
White with #7EBE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBE3E; }
p { color: rgb(126,190,62); }
H1.HeaderClassName
{
color: #7EBE3E;
}
.AnyTagClassName
{
color: #7EBE3E;
}
</style>
background-color css
<style>
a { background-color: #7EBE3E; }
a { background-color: rgb(126,190,62); }
div.DivClassName
{
background-color: #7EBE3E;
}
.BgClassName
{
background-color: #7EBE3E;
}
</style>
border-color css
<style>
span { border-color: #7EBE3E; }
span { border-color: rgb(126,190,62); }
td.TdClassName
{
border-color: #7EBE3E;
}
.TagClassName
{
border-color: #7EBE3E;
}
</style>