Shades of Mantis #7ED55C
Tints of Mantis #7ED55C
RGB
CMYK
RGB Variations
Color information
#7ED55C (or 0x7ED55C) is known color: Mantis. HEX triplet: 7E, D5 and 5C. RGB value is (126,213,92). Sum of RGB (Red+Green+Blue) = 126+213+92=431 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.23% from 431); Green value is 213 (83.59% from 255 or 49.42% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 213 - color contains mainly: green. Hex color #7ED55C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED55C is #812AA3. Grayscale: #ADADAD. Windows color (decimal): -8465060 or 6083966. OLE color: 6083966.
HSL color Cylindrical-coordinate representation of color #7ED55C: hue angle of 103.14º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7ED55C is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 213 | 92 | - |
| CMYK | 0.41 | 0 | 0.57 | 0.16 |
| HSL | 103.14º | 0.59% | 0.6% | - |
| HSV(B) | 103.14º | 0.57% | 0.84% | - |
| XYZ | 34.33 | 52.8 | 18.51 | - |
| YUV | 173.19 | 82.18 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 213 | 92 | 0.41 | 0 | 0.57 | 0.16 | 103.14 | 0.59 | 0.6 |
| Hex | 7E | D5 | 5C | 29 | 0 | 39 | 10 | 67 | 3B | 3C |
| Octal | 176 | 325 | 134 | 51 | 0 | 71 | 20 | 147 | 73 | 74 |
| Binary | 1111110 | 11010101 | 1011100 | 101001 | 0 | 111001 | 10000 | 1100111 | 111011 | 111100 |
Color Harmonies of #7ED55C
Complementary color
Monochromatic Colors of #7ED55C
Black with #7ED55C
Text Example
Text Example
White with #7ED55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED55C; }
p { color: rgb(126,213,92); }
H1.HeaderClassName
{
color: #7ED55C;
}
.AnyTagClassName
{
color: #7ED55C;
}
</style>
background-color css
<style>
a { background-color: #7ED55C; }
a { background-color: rgb(126,213,92); }
div.DivClassName
{
background-color: #7ED55C;
}
.BgClassName
{
background-color: #7ED55C;
}
</style>
border-color css
<style>
span { border-color: #7ED55C; }
span { border-color: rgb(126,213,92); }
td.TdClassName
{
border-color: #7ED55C;
}
.TagClassName
{
border-color: #7ED55C;
}
</style>