Shades of Mantis #7EBE72
Tints of Mantis #7EBE72
RGB
CMYK
RGB Variations
Color information
#7EBE72 (or 0x7EBE72) is known color: Mantis. HEX triplet: 7E, BE and 72. RGB value is (126,190,114). Sum of RGB (Red+Green+Blue) = 126+190+114=430 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.30% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 190 - color contains mainly: green. Hex color #7EBE72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EBE72 is #81418D. Grayscale: #A2A2A2. Windows color (decimal): -8470926 or 7519870. OLE color: 7519870.
HSL color Cylindrical-coordinate representation of color #7EBE72: hue angle of 110.53º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7EBE72 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 190 | 114 | - |
| CMYK | 0.34 | 0 | 0.40 | 0.25 |
| HSL | 110.53º | 0.37% | 0.6% | - |
| HSV(B) | 110.53º | 0.4% | 0.75% | - |
| XYZ | 30.05 | 42.48 | 22.53 | - |
| YUV | 162.2 | 100.8 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 190 | 114 | 0.34 | 0 | 0.40 | 0.25 | 110.53 | 0.37 | 0.6 |
| Hex | 7E | BE | 72 | 22 | 0 | 28 | 19 | 6F | 25 | 3C |
| Octal | 176 | 276 | 162 | 42 | 0 | 50 | 31 | 157 | 45 | 74 |
| Binary | 1111110 | 10111110 | 1110010 | 100010 | 0 | 101000 | 11001 | 1101111 | 100101 | 111100 |
Color Harmonies of #7EBE72
Complementary color
Monochromatic Colors of #7EBE72
Black with #7EBE72
Text Example
Text Example
White with #7EBE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBE72; }
p { color: rgb(126,190,114); }
H1.HeaderClassName
{
color: #7EBE72;
}
.AnyTagClassName
{
color: #7EBE72;
}
</style>
background-color css
<style>
a { background-color: #7EBE72; }
a { background-color: rgb(126,190,114); }
div.DivClassName
{
background-color: #7EBE72;
}
.BgClassName
{
background-color: #7EBE72;
}
</style>
border-color css
<style>
span { border-color: #7EBE72; }
span { border-color: rgb(126,190,114); }
td.TdClassName
{
border-color: #7EBE72;
}
.TagClassName
{
border-color: #7EBE72;
}
</style>