Shades of Mantis #7ED65D
Tints of Mantis #7ED65D
RGB
CMYK
RGB Variations
Color information
#7ED65D (or 0x7ED65D) is known color: Mantis. HEX triplet: 7E, D6 and 5D. RGB value is (126,214,93). Sum of RGB (Red+Green+Blue) = 126+214+93=433 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.10% from 433); Green value is 214 (83.98% from 255 or 49.42% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 214 - color contains mainly: green. Hex color #7ED65D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED65D is #8129A2. Grayscale: #AEAEAE. Windows color (decimal): -8464803 or 6149758. OLE color: 6149758.
HSL color Cylindrical-coordinate representation of color #7ED65D: hue angle of 103.64º degrees, saturation: 0.6, 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 #7ED65D is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 214 | 93 | - |
| CMYK | 0.41 | 0 | 0.57 | 0.16 |
| HSL | 103.64º | 0.6% | 0.6% | - |
| HSV(B) | 103.64º | 0.57% | 0.84% | - |
| XYZ | 34.63 | 53.32 | 18.82 | - |
| YUV | 173.89 | 82.35 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 214 | 93 | 0.41 | 0 | 0.57 | 0.16 | 103.64 | 0.6 | 0.6 |
| Hex | 7E | D6 | 5D | 29 | 0 | 39 | 10 | 68 | 3C | 3C |
| Octal | 176 | 326 | 135 | 51 | 0 | 71 | 20 | 150 | 74 | 74 |
| Binary | 1111110 | 11010110 | 1011101 | 101001 | 0 | 111001 | 10000 | 1101000 | 111100 | 111100 |
Color Harmonies of #7ED65D
Complementary color
Monochromatic Colors of #7ED65D
Black with #7ED65D
Text Example
Text Example
White with #7ED65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED65D; }
p { color: rgb(126,214,93); }
H1.HeaderClassName
{
color: #7ED65D;
}
.AnyTagClassName
{
color: #7ED65D;
}
</style>
background-color css
<style>
a { background-color: #7ED65D; }
a { background-color: rgb(126,214,93); }
div.DivClassName
{
background-color: #7ED65D;
}
.BgClassName
{
background-color: #7ED65D;
}
</style>
border-color css
<style>
span { border-color: #7ED65D; }
span { border-color: rgb(126,214,93); }
td.TdClassName
{
border-color: #7ED65D;
}
.TagClassName
{
border-color: #7ED65D;
}
</style>