Shades of Mantis #7ED951
Tints of Mantis #7ED951
RGB
CMYK
RGB Variations
Color information
#7ED951 (or 0x7ED951) is known color: Mantis. HEX triplet: 7E, D9 and 51. RGB value is (126,217,81). Sum of RGB (Red+Green+Blue) = 126+217+81=424 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.72% from 424); Green value is 217 (85.16% from 255 or 51.18% from 424); Blue value is 81 (32.03% from 255 or 19.10% from 424); Max value from RGB is 217 - color contains mainly: green. Hex color #7ED951 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED951 is #8126AE. Grayscale: #AEAEAE. Windows color (decimal): -8464047 or 5364094. OLE color: 5364094.
HSL color Cylindrical-coordinate representation of color #7ED951: hue angle of 100.15º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7ED951 is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 217 | 81 | - |
| CMYK | 0.42 | 0 | 0.63 | 0.15 |
| HSL | 100.15º | 0.64% | 0.58% | - |
| HSV(B) | 100.15º | 0.63% | 0.85% | - |
| XYZ | 34.9 | 54.66 | 16.49 | - |
| YUV | 174.29 | 75.35 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 217 | 81 | 0.42 | 0 | 0.63 | 0.15 | 100.15 | 0.64 | 0.58 |
| Hex | 7E | D9 | 51 | 2A | 0 | 3F | F | 64 | 40 | 3A |
| Octal | 176 | 331 | 121 | 52 | 0 | 77 | 17 | 144 | 100 | 72 |
| Binary | 1111110 | 11011001 | 1010001 | 101010 | 0 | 111111 | 1111 | 1100100 | 1000000 | 111010 |
Color Harmonies of #7ED951
Complementary color
Monochromatic Colors of #7ED951
Black with #7ED951
Text Example
Text Example
White with #7ED951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED951; }
p { color: rgb(126,217,81); }
H1.HeaderClassName
{
color: #7ED951;
}
.AnyTagClassName
{
color: #7ED951;
}
</style>
background-color css
<style>
a { background-color: #7ED951; }
a { background-color: rgb(126,217,81); }
div.DivClassName
{
background-color: #7ED951;
}
.BgClassName
{
background-color: #7ED951;
}
</style>
border-color css
<style>
span { border-color: #7ED951; }
span { border-color: rgb(126,217,81); }
td.TdClassName
{
border-color: #7ED951;
}
.TagClassName
{
border-color: #7ED951;
}
</style>