Shades of Mantis #7EBE5D
Tints of Mantis #7EBE5D
RGB
CMYK
RGB Variations
Color information
#7EBE5D (or 0x7EBE5D) is known color: Mantis. HEX triplet: 7E, BE and 5D. RGB value is (126,190,93). Sum of RGB (Red+Green+Blue) = 126+190+93=409 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.81% from 409); Green value is 190 (74.61% from 255 or 46.45% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 190 - color contains mainly: green. Hex color #7EBE5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EBE5D is #8141A2. Grayscale: #A0A0A0. Windows color (decimal): -8470947 or 6143614. OLE color: 6143614.
HSL color Cylindrical-coordinate representation of color #7EBE5D: hue angle of 99.59º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7EBE5D is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 190 | 93 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.25 |
| HSL | 99.59º | 0.43% | 0.55% | - |
| HSV(B) | 99.59º | 0.51% | 0.75% | - |
| XYZ | 28.99 | 42.05 | 16.94 | - |
| YUV | 159.81 | 90.3 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 190 | 93 | 0.34 | 0 | 0.51 | 0.25 | 99.59 | 0.43 | 0.55 |
| Hex | 7E | BE | 5D | 22 | 0 | 33 | 19 | 64 | 2B | 37 |
| Octal | 176 | 276 | 135 | 42 | 0 | 63 | 31 | 144 | 53 | 67 |
| Binary | 1111110 | 10111110 | 1011101 | 100010 | 0 | 110011 | 11001 | 1100100 | 101011 | 110111 |
Color Harmonies of #7EBE5D
Complementary color
Monochromatic Colors of #7EBE5D
Black with #7EBE5D
Text Example
Text Example
White with #7EBE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBE5D; }
p { color: rgb(126,190,93); }
H1.HeaderClassName
{
color: #7EBE5D;
}
.AnyTagClassName
{
color: #7EBE5D;
}
</style>
background-color css
<style>
a { background-color: #7EBE5D; }
a { background-color: rgb(126,190,93); }
div.DivClassName
{
background-color: #7EBE5D;
}
.BgClassName
{
background-color: #7EBE5D;
}
</style>
border-color css
<style>
span { border-color: #7EBE5D; }
span { border-color: rgb(126,190,93); }
td.TdClassName
{
border-color: #7EBE5D;
}
.TagClassName
{
border-color: #7EBE5D;
}
</style>