Shades of Mantis #7EBF50
Tints of Mantis #7EBF50
RGB
CMYK
RGB Variations
Color information
#7EBF50 (or 0x7EBF50) is known color: Mantis. HEX triplet: 7E, BF and 50. RGB value is (126,191,80). Sum of RGB (Red+Green+Blue) = 126+191+80=397 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.74% from 397); Green value is 191 (75% from 255 or 48.11% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 191 - color contains mainly: green. Hex color #7EBF50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EBF50 is #8140AF. Grayscale: #9F9F9F. Windows color (decimal): -8470704 or 5291902. OLE color: 5291902.
HSL color Cylindrical-coordinate representation of color #7EBF50: hue angle of 95.14º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7EBF50 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 191 | 80 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.25 |
| HSL | 95.14º | 0.46% | 0.53% | - |
| HSV(B) | 95.14º | 0.58% | 0.75% | - |
| XYZ | 28.68 | 42.28 | 14.24 | - |
| YUV | 158.91 | 83.47 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 191 | 80 | 0.34 | 0 | 0.58 | 0.25 | 95.14 | 0.46 | 0.53 |
| Hex | 7E | BF | 50 | 22 | 0 | 3A | 19 | 5F | 2E | 35 |
| Octal | 176 | 277 | 120 | 42 | 0 | 72 | 31 | 137 | 56 | 65 |
| Binary | 1111110 | 10111111 | 1010000 | 100010 | 0 | 111010 | 11001 | 1011111 | 101110 | 110101 |
Color Harmonies of #7EBF50
Complementary color
Monochromatic Colors of #7EBF50
Black with #7EBF50
Text Example
Text Example
White with #7EBF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBF50; }
p { color: rgb(126,191,80); }
H1.HeaderClassName
{
color: #7EBF50;
}
.AnyTagClassName
{
color: #7EBF50;
}
</style>
background-color css
<style>
a { background-color: #7EBF50; }
a { background-color: rgb(126,191,80); }
div.DivClassName
{
background-color: #7EBF50;
}
.BgClassName
{
background-color: #7EBF50;
}
</style>
border-color css
<style>
span { border-color: #7EBF50; }
span { border-color: rgb(126,191,80); }
td.TdClassName
{
border-color: #7EBF50;
}
.TagClassName
{
border-color: #7EBF50;
}
</style>