Shades of Mantis #7ED85B
Tints of Mantis #7ED85B
RGB
CMYK
RGB Variations
Color information
#7ED85B (or 0x7ED85B) is known color: Mantis. HEX triplet: 7E, D8 and 5B. RGB value is (126,216,91). Sum of RGB (Red+Green+Blue) = 126+216+91=433 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.10% from 433); Green value is 216 (84.77% from 255 or 49.88% from 433); Blue value is 91 (35.94% from 255 or 21.02% from 433); Max value from RGB is 216 - color contains mainly: green. Hex color #7ED85B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED85B is #8127A4. Grayscale: #AFAFAF. Windows color (decimal): -8464293 or 6019198. OLE color: 6019198.
HSL color Cylindrical-coordinate representation of color #7ED85B: hue angle of 103.2º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7ED85B is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 216 | 91 | - |
| CMYK | 0.42 | 0 | 0.58 | 0.15 |
| HSL | 103.2º | 0.62% | 0.6% | - |
| HSV(B) | 103.2º | 0.58% | 0.85% | - |
| XYZ | 35.05 | 54.3 | 18.53 | - |
| YUV | 174.84 | 80.68 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 216 | 91 | 0.42 | 0 | 0.58 | 0.15 | 103.2 | 0.62 | 0.6 |
| Hex | 7E | D8 | 5B | 2A | 0 | 3A | F | 67 | 3E | 3C |
| Octal | 176 | 330 | 133 | 52 | 0 | 72 | 17 | 147 | 76 | 74 |
| Binary | 1111110 | 11011000 | 1011011 | 101010 | 0 | 111010 | 1111 | 1100111 | 111110 | 111100 |
Color Harmonies of #7ED85B
Complementary color
Monochromatic Colors of #7ED85B
Black with #7ED85B
Text Example
Text Example
White with #7ED85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED85B; }
p { color: rgb(126,216,91); }
H1.HeaderClassName
{
color: #7ED85B;
}
.AnyTagClassName
{
color: #7ED85B;
}
</style>
background-color css
<style>
a { background-color: #7ED85B; }
a { background-color: rgb(126,216,91); }
div.DivClassName
{
background-color: #7ED85B;
}
.BgClassName
{
background-color: #7ED85B;
}
</style>
border-color css
<style>
span { border-color: #7ED85B; }
span { border-color: rgb(126,216,91); }
td.TdClassName
{
border-color: #7ED85B;
}
.TagClassName
{
border-color: #7ED85B;
}
</style>