Shades of Mantis #7EBD62
Tints of Mantis #7EBD62
RGB
CMYK
RGB Variations
Color information
#7EBD62 (or 0x7EBD62) is known color: Mantis. HEX triplet: 7E, BD and 62. RGB value is (126,189,98). Sum of RGB (Red+Green+Blue) = 126+189+98=413 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.51% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBD62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EBD62 is #81429D. Grayscale: #A0A0A0. Windows color (decimal): -8471198 or 6471038. OLE color: 6471038.
HSL color Cylindrical-coordinate representation of color #7EBD62: hue angle of 101.54º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7EBD62 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 189 | 98 | - |
| CMYK | 0.33 | 0 | 0.48 | 0.26 |
| HSL | 101.54º | 0.41% | 0.56% | - |
| HSV(B) | 101.54º | 0.48% | 0.74% | - |
| XYZ | 29.01 | 41.71 | 18.08 | - |
| YUV | 159.79 | 93.13 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 189 | 98 | 0.33 | 0 | 0.48 | 0.26 | 101.54 | 0.41 | 0.56 |
| Hex | 7E | BD | 62 | 21 | 0 | 30 | 1A | 66 | 29 | 38 |
| Octal | 176 | 275 | 142 | 41 | 0 | 60 | 32 | 146 | 51 | 70 |
| Binary | 1111110 | 10111101 | 1100010 | 100001 | 0 | 110000 | 11010 | 1100110 | 101001 | 111000 |
Color Harmonies of #7EBD62
Complementary color
Monochromatic Colors of #7EBD62
Black with #7EBD62
Text Example
Text Example
White with #7EBD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBD62; }
p { color: rgb(126,189,98); }
H1.HeaderClassName
{
color: #7EBD62;
}
.AnyTagClassName
{
color: #7EBD62;
}
</style>
background-color css
<style>
a { background-color: #7EBD62; }
a { background-color: rgb(126,189,98); }
div.DivClassName
{
background-color: #7EBD62;
}
.BgClassName
{
background-color: #7EBD62;
}
</style>
border-color css
<style>
span { border-color: #7EBD62; }
span { border-color: rgb(126,189,98); }
td.TdClassName
{
border-color: #7EBD62;
}
.TagClassName
{
border-color: #7EBD62;
}
</style>