Shades of Mantis #7ED25D
Tints of Mantis #7ED25D
RGB
CMYK
RGB Variations
Color information
#7ED25D (or 0x7ED25D) is known color: Mantis. HEX triplet: 7E, D2 and 5D. RGB value is (126,210,93). Sum of RGB (Red+Green+Blue) = 126+210+93=429 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.37% from 429); Green value is 210 (82.42% from 255 or 48.95% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED25D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED25D is #812DA2. Grayscale: #ABABAB. Windows color (decimal): -8465827 or 6148734. OLE color: 6148734.
HSL color Cylindrical-coordinate representation of color #7ED25D: hue angle of 103.08º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7ED25D is Cyan = 0.4, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 210 | 93 | - |
| CMYK | 0.4 | 0 | 0.56 | 0.18 |
| HSL | 103.08º | 0.57% | 0.59% | - |
| HSV(B) | 103.08º | 0.56% | 0.82% | - |
| XYZ | 33.63 | 51.32 | 18.49 | - |
| YUV | 171.55 | 83.67 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 210 | 93 | 0.4 | 0 | 0.56 | 0.18 | 103.08 | 0.57 | 0.59 |
| Hex | 7E | D2 | 5D | 28 | 0 | 38 | 12 | 67 | 39 | 3B |
| Octal | 176 | 322 | 135 | 50 | 0 | 70 | 22 | 147 | 71 | 73 |
| Binary | 1111110 | 11010010 | 1011101 | 101000 | 0 | 111000 | 10010 | 1100111 | 111001 | 111011 |
Color Harmonies of #7ED25D
Complementary color
Monochromatic Colors of #7ED25D
Black with #7ED25D
Text Example
Text Example
White with #7ED25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED25D; }
p { color: rgb(126,210,93); }
H1.HeaderClassName
{
color: #7ED25D;
}
.AnyTagClassName
{
color: #7ED25D;
}
</style>
background-color css
<style>
a { background-color: #7ED25D; }
a { background-color: rgb(126,210,93); }
div.DivClassName
{
background-color: #7ED25D;
}
.BgClassName
{
background-color: #7ED25D;
}
</style>
border-color css
<style>
span { border-color: #7ED25D; }
span { border-color: rgb(126,210,93); }
td.TdClassName
{
border-color: #7ED25D;
}
.TagClassName
{
border-color: #7ED25D;
}
</style>