Shades of Mantis #7ED251
Tints of Mantis #7ED251
RGB
CMYK
RGB Variations
Color information
#7ED251 (or 0x7ED251) is known color: Mantis. HEX triplet: 7E, D2 and 51. RGB value is (126,210,81). Sum of RGB (Red+Green+Blue) = 126+210+81=417 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.22% from 417); Green value is 210 (82.42% from 255 or 50.36% from 417); Blue value is 81 (32.03% from 255 or 19.42% from 417); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED251 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED251 is #812DAE. Grayscale: #AAAAAA. Windows color (decimal): -8465839 or 5362302. OLE color: 5362302.
HSL color Cylindrical-coordinate representation of color #7ED251: hue angle of 99.07º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7ED251 is Cyan = 0.4, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 210 | 81 | - |
| CMYK | 0.4 | 0 | 0.61 | 0.18 |
| HSL | 99.07º | 0.59% | 0.57% | - |
| HSV(B) | 99.07º | 0.61% | 0.82% | - |
| XYZ | 33.14 | 51.12 | 15.91 | - |
| YUV | 170.18 | 77.67 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 210 | 81 | 0.4 | 0 | 0.61 | 0.18 | 99.07 | 0.59 | 0.57 |
| Hex | 7E | D2 | 51 | 28 | 0 | 3D | 12 | 63 | 3B | 39 |
| Octal | 176 | 322 | 121 | 50 | 0 | 75 | 22 | 143 | 73 | 71 |
| Binary | 1111110 | 11010010 | 1010001 | 101000 | 0 | 111101 | 10010 | 1100011 | 111011 | 111001 |
Color Harmonies of #7ED251
Complementary color
Monochromatic Colors of #7ED251
Black with #7ED251
Text Example
Text Example
White with #7ED251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED251; }
p { color: rgb(126,210,81); }
H1.HeaderClassName
{
color: #7ED251;
}
.AnyTagClassName
{
color: #7ED251;
}
</style>
background-color css
<style>
a { background-color: #7ED251; }
a { background-color: rgb(126,210,81); }
div.DivClassName
{
background-color: #7ED251;
}
.BgClassName
{
background-color: #7ED251;
}
</style>
border-color css
<style>
span { border-color: #7ED251; }
span { border-color: rgb(126,210,81); }
td.TdClassName
{
border-color: #7ED251;
}
.TagClassName
{
border-color: #7ED251;
}
</style>