Shades of Mantis #7EBD5F
Tints of Mantis #7EBD5F
RGB
CMYK
RGB Variations
Color information
#7EBD5F (or 0x7EBD5F) is known color: Mantis. HEX triplet: 7E, BD and 5F. RGB value is (126,189,95). Sum of RGB (Red+Green+Blue) = 126+189+95=410 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.73% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBD5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EBD5F is #8142A0. Grayscale: #9F9F9F. Windows color (decimal): -8471201 or 6274430. OLE color: 6274430.
HSL color Cylindrical-coordinate representation of color #7EBD5F: hue angle of 100.21º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EBD5F is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 189 | 95 | - |
| CMYK | 0.33 | 0 | 0.50 | 0.26 |
| HSL | 100.21º | 0.42% | 0.56% | - |
| HSV(B) | 100.21º | 0.5% | 0.74% | - |
| XYZ | 28.87 | 41.66 | 17.35 | - |
| YUV | 159.45 | 91.63 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 189 | 95 | 0.33 | 0 | 0.50 | 0.26 | 100.21 | 0.42 | 0.56 |
| Hex | 7E | BD | 5F | 21 | 0 | 32 | 1A | 64 | 2A | 38 |
| Octal | 176 | 275 | 137 | 41 | 0 | 62 | 32 | 144 | 52 | 70 |
| Binary | 1111110 | 10111101 | 1011111 | 100001 | 0 | 110010 | 11010 | 1100100 | 101010 | 111000 |
Color Harmonies of #7EBD5F
Complementary color
Monochromatic Colors of #7EBD5F
Black with #7EBD5F
Text Example
Text Example
White with #7EBD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBD5F; }
p { color: rgb(126,189,95); }
H1.HeaderClassName
{
color: #7EBD5F;
}
.AnyTagClassName
{
color: #7EBD5F;
}
</style>
background-color css
<style>
a { background-color: #7EBD5F; }
a { background-color: rgb(126,189,95); }
div.DivClassName
{
background-color: #7EBD5F;
}
.BgClassName
{
background-color: #7EBD5F;
}
</style>
border-color css
<style>
span { border-color: #7EBD5F; }
span { border-color: rgb(126,189,95); }
td.TdClassName
{
border-color: #7EBD5F;
}
.TagClassName
{
border-color: #7EBD5F;
}
</style>