Shades of Mantis #7EBB53
Tints of Mantis #7EBB53
RGB
CMYK
RGB Variations
Color information
#7EBB53 (or 0x7EBB53) is known color: Mantis. HEX triplet: 7E, BB and 53. RGB value is (126,187,83). Sum of RGB (Red+Green+Blue) = 126+187+83=396 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.82% from 396); Green value is 187 (73.44% from 255 or 47.22% from 396); Blue value is 83 (32.81% from 255 or 20.96% from 396); Max value from RGB is 187 - color contains mainly: green. Hex color #7EBB53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EBB53 is #8144AC. Grayscale: #9D9D9D. Windows color (decimal): -8471725 or 5487486. OLE color: 5487486.
HSL color Cylindrical-coordinate representation of color #7EBB53: hue angle of 95.19º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7EBB53 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 187 | 83 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.27 |
| HSL | 95.19º | 0.43% | 0.53% | - |
| HSV(B) | 95.19º | 0.56% | 0.73% | - |
| XYZ | 27.94 | 40.6 | 14.55 | - |
| YUV | 156.91 | 86.29 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 187 | 83 | 0.33 | 0 | 0.56 | 0.27 | 95.19 | 0.43 | 0.53 |
| Hex | 7E | BB | 53 | 21 | 0 | 38 | 1B | 5F | 2B | 35 |
| Octal | 176 | 273 | 123 | 41 | 0 | 70 | 33 | 137 | 53 | 65 |
| Binary | 1111110 | 10111011 | 1010011 | 100001 | 0 | 111000 | 11011 | 1011111 | 101011 | 110101 |
Color Harmonies of #7EBB53
Complementary color
Monochromatic Colors of #7EBB53
Black with #7EBB53
Text Example
Text Example
White with #7EBB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBB53; }
p { color: rgb(126,187,83); }
H1.HeaderClassName
{
color: #7EBB53;
}
.AnyTagClassName
{
color: #7EBB53;
}
</style>
background-color css
<style>
a { background-color: #7EBB53; }
a { background-color: rgb(126,187,83); }
div.DivClassName
{
background-color: #7EBB53;
}
.BgClassName
{
background-color: #7EBB53;
}
</style>
border-color css
<style>
span { border-color: #7EBB53; }
span { border-color: rgb(126,187,83); }
td.TdClassName
{
border-color: #7EBB53;
}
.TagClassName
{
border-color: #7EBB53;
}
</style>