Shades of Mantis #7EBD5D
Tints of Mantis #7EBD5D
RGB
CMYK
RGB Variations
Color information
#7EBD5D (or 0x7EBD5D) is known color: Mantis. HEX triplet: 7E, BD and 5D. RGB value is (126,189,93). Sum of RGB (Red+Green+Blue) = 126+189+93=408 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.88% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBD5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EBD5D is #8142A2. Grayscale: #9F9F9F. Windows color (decimal): -8471203 or 6143358. OLE color: 6143358.
HSL color Cylindrical-coordinate representation of color #7EBD5D: hue angle of 99.38º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7EBD5D is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 189 | 93 | - |
| CMYK | 0.33 | 0 | 0.51 | 0.26 |
| HSL | 99.38º | 0.42% | 0.55% | - |
| HSV(B) | 99.38º | 0.51% | 0.74% | - |
| XYZ | 28.78 | 41.62 | 16.87 | - |
| YUV | 159.22 | 90.63 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 189 | 93 | 0.33 | 0 | 0.51 | 0.26 | 99.38 | 0.42 | 0.55 |
| Hex | 7E | BD | 5D | 21 | 0 | 33 | 1A | 63 | 2A | 37 |
| Octal | 176 | 275 | 135 | 41 | 0 | 63 | 32 | 143 | 52 | 67 |
| Binary | 1111110 | 10111101 | 1011101 | 100001 | 0 | 110011 | 11010 | 1100011 | 101010 | 110111 |
Color Harmonies of #7EBD5D
Complementary color
Monochromatic Colors of #7EBD5D
Black with #7EBD5D
Text Example
Text Example
White with #7EBD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBD5D; }
p { color: rgb(126,189,93); }
H1.HeaderClassName
{
color: #7EBD5D;
}
.AnyTagClassName
{
color: #7EBD5D;
}
</style>
background-color css
<style>
a { background-color: #7EBD5D; }
a { background-color: rgb(126,189,93); }
div.DivClassName
{
background-color: #7EBD5D;
}
.BgClassName
{
background-color: #7EBD5D;
}
</style>
border-color css
<style>
span { border-color: #7EBD5D; }
span { border-color: rgb(126,189,93); }
td.TdClassName
{
border-color: #7EBD5D;
}
.TagClassName
{
border-color: #7EBD5D;
}
</style>