Shades of Mantis #7ED666
Tints of Mantis #7ED666
RGB
CMYK
RGB Variations
Color information
#7ED666 (or 0x7ED666) is known color: Mantis. HEX triplet: 7E, D6 and 66. RGB value is (126,214,102). Sum of RGB (Red+Green+Blue) = 126+214+102=442 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.51% from 442); Green value is 214 (83.98% from 255 or 48.42% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 214 - color contains mainly: green. Hex color #7ED666 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED666 is #812999. Grayscale: #AFAFAF. Windows color (decimal): -8464794 or 6739582. OLE color: 6739582.
HSL color Cylindrical-coordinate representation of color #7ED666: hue angle of 107.14º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7ED666 is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 214 | 102 | - |
| CMYK | 0.41 | 0 | 0.52 | 0.16 |
| HSL | 107.14º | 0.58% | 0.62% | - |
| HSV(B) | 107.14º | 0.52% | 0.84% | - |
| XYZ | 35.05 | 53.49 | 21.05 | - |
| YUV | 174.92 | 86.85 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 214 | 102 | 0.41 | 0 | 0.52 | 0.16 | 107.14 | 0.58 | 0.62 |
| Hex | 7E | D6 | 66 | 29 | 0 | 34 | 10 | 6B | 3A | 3E |
| Octal | 176 | 326 | 146 | 51 | 0 | 64 | 20 | 153 | 72 | 76 |
| Binary | 1111110 | 11010110 | 1100110 | 101001 | 0 | 110100 | 10000 | 1101011 | 111010 | 111110 |
Color Harmonies of #7ED666
Complementary color
Monochromatic Colors of #7ED666
Black with #7ED666
Text Example
Text Example
White with #7ED666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED666; }
p { color: rgb(126,214,102); }
H1.HeaderClassName
{
color: #7ED666;
}
.AnyTagClassName
{
color: #7ED666;
}
</style>
background-color css
<style>
a { background-color: #7ED666; }
a { background-color: rgb(126,214,102); }
div.DivClassName
{
background-color: #7ED666;
}
.BgClassName
{
background-color: #7ED666;
}
</style>
border-color css
<style>
span { border-color: #7ED666; }
span { border-color: rgb(126,214,102); }
td.TdClassName
{
border-color: #7ED666;
}
.TagClassName
{
border-color: #7ED666;
}
</style>