Shades of Mantis #7EBD5B
Tints of Mantis #7EBD5B
RGB
CMYK
RGB Variations
Color information
#7EBD5B (or 0x7EBD5B) is known color: Mantis. HEX triplet: 7E, BD and 5B. RGB value is (126,189,91). Sum of RGB (Red+Green+Blue) = 126+189+91=406 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.03% from 406); Green value is 189 (74.22% from 255 or 46.55% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBD5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EBD5B is #8142A4. Grayscale: #9F9F9F. Windows color (decimal): -8471205 or 6012286. OLE color: 6012286.
HSL color Cylindrical-coordinate representation of color #7EBD5B: hue angle of 98.57º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7EBD5B is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 189 | 91 | - |
| CMYK | 0.33 | 0 | 0.52 | 0.26 |
| HSL | 98.57º | 0.43% | 0.55% | - |
| HSV(B) | 98.57º | 0.52% | 0.74% | - |
| XYZ | 28.69 | 41.59 | 16.41 | - |
| YUV | 158.99 | 89.63 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 189 | 91 | 0.33 | 0 | 0.52 | 0.26 | 98.57 | 0.43 | 0.55 |
| Hex | 7E | BD | 5B | 21 | 0 | 34 | 1A | 63 | 2B | 37 |
| Octal | 176 | 275 | 133 | 41 | 0 | 64 | 32 | 143 | 53 | 67 |
| Binary | 1111110 | 10111101 | 1011011 | 100001 | 0 | 110100 | 11010 | 1100011 | 101011 | 110111 |
Color Harmonies of #7EBD5B
Complementary color
Monochromatic Colors of #7EBD5B
Black with #7EBD5B
Text Example
Text Example
White with #7EBD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBD5B; }
p { color: rgb(126,189,91); }
H1.HeaderClassName
{
color: #7EBD5B;
}
.AnyTagClassName
{
color: #7EBD5B;
}
</style>
background-color css
<style>
a { background-color: #7EBD5B; }
a { background-color: rgb(126,189,91); }
div.DivClassName
{
background-color: #7EBD5B;
}
.BgClassName
{
background-color: #7EBD5B;
}
</style>
border-color css
<style>
span { border-color: #7EBD5B; }
span { border-color: rgb(126,189,91); }
td.TdClassName
{
border-color: #7EBD5B;
}
.TagClassName
{
border-color: #7EBD5B;
}
</style>