Shades of Mantis #7ED351
Tints of Mantis #7ED351
RGB
CMYK
RGB Variations
Color information
#7ED351 (or 0x7ED351) is known color: Mantis. HEX triplet: 7E, D3 and 51. RGB value is (126,211,81). Sum of RGB (Red+Green+Blue) = 126+211+81=418 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.14% from 418); Green value is 211 (82.81% from 255 or 50.48% from 418); Blue value is 81 (32.03% from 255 or 19.38% from 418); Max value from RGB is 211 - color contains mainly: green. Hex color #7ED351 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED351 is #812CAE. Grayscale: #ABABAB. Windows color (decimal): -8465583 or 5362558. OLE color: 5362558.
HSL color Cylindrical-coordinate representation of color #7ED351: hue angle of 99.23º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7ED351 is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 211 | 81 | - |
| CMYK | 0.40 | 0 | 0.62 | 0.17 |
| HSL | 99.23º | 0.6% | 0.57% | - |
| HSV(B) | 99.23º | 0.62% | 0.83% | - |
| XYZ | 33.38 | 51.62 | 15.99 | - |
| YUV | 170.77 | 77.34 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 211 | 81 | 0.40 | 0 | 0.62 | 0.17 | 99.23 | 0.6 | 0.57 |
| Hex | 7E | D3 | 51 | 28 | 0 | 3E | 11 | 63 | 3C | 39 |
| Octal | 176 | 323 | 121 | 50 | 0 | 76 | 21 | 143 | 74 | 71 |
| Binary | 1111110 | 11010011 | 1010001 | 101000 | 0 | 111110 | 10001 | 1100011 | 111100 | 111001 |
Color Harmonies of #7ED351
Complementary color
Monochromatic Colors of #7ED351
Black with #7ED351
Text Example
Text Example
White with #7ED351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED351; }
p { color: rgb(126,211,81); }
H1.HeaderClassName
{
color: #7ED351;
}
.AnyTagClassName
{
color: #7ED351;
}
</style>
background-color css
<style>
a { background-color: #7ED351; }
a { background-color: rgb(126,211,81); }
div.DivClassName
{
background-color: #7ED351;
}
.BgClassName
{
background-color: #7ED351;
}
</style>
border-color css
<style>
span { border-color: #7ED351; }
span { border-color: rgb(126,211,81); }
td.TdClassName
{
border-color: #7ED351;
}
.TagClassName
{
border-color: #7ED351;
}
</style>