Shades of Mantis #7ED066
Tints of Mantis #7ED066
RGB
CMYK
RGB Variations
Color information
#7ED066 (or 0x7ED066) is known color: Mantis. HEX triplet: 7E, D0 and 66. RGB value is (126,208,102). Sum of RGB (Red+Green+Blue) = 126+208+102=436 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.90% from 436); Green value is 208 (81.64% from 255 or 47.71% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED066 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED066 is #812F99. Grayscale: #ABABAB. Windows color (decimal): -8466330 or 6738046. OLE color: 6738046.
HSL color Cylindrical-coordinate representation of color #7ED066: hue angle of 106.42º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7ED066 is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 208 | 102 | - |
| CMYK | 0.39 | 0 | 0.51 | 0.18 |
| HSL | 106.42º | 0.53% | 0.61% | - |
| HSV(B) | 106.42º | 0.51% | 0.82% | - |
| XYZ | 33.56 | 50.51 | 20.55 | - |
| YUV | 171.4 | 88.83 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 208 | 102 | 0.39 | 0 | 0.51 | 0.18 | 106.42 | 0.53 | 0.61 |
| Hex | 7E | D0 | 66 | 27 | 0 | 33 | 12 | 6A | 35 | 3D |
| Octal | 176 | 320 | 146 | 47 | 0 | 63 | 22 | 152 | 65 | 75 |
| Binary | 1111110 | 11010000 | 1100110 | 100111 | 0 | 110011 | 10010 | 1101010 | 110101 | 111101 |
Color Harmonies of #7ED066
Complementary color
Monochromatic Colors of #7ED066
Black with #7ED066
Text Example
Text Example
White with #7ED066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED066; }
p { color: rgb(126,208,102); }
H1.HeaderClassName
{
color: #7ED066;
}
.AnyTagClassName
{
color: #7ED066;
}
</style>
background-color css
<style>
a { background-color: #7ED066; }
a { background-color: rgb(126,208,102); }
div.DivClassName
{
background-color: #7ED066;
}
.BgClassName
{
background-color: #7ED066;
}
</style>
border-color css
<style>
span { border-color: #7ED066; }
span { border-color: rgb(126,208,102); }
td.TdClassName
{
border-color: #7ED066;
}
.TagClassName
{
border-color: #7ED066;
}
</style>