Shades of Mantis #7EC93D
Tints of Mantis #7EC93D
RGB
CMYK
RGB Variations
Color information
#7EC93D (or 0x7EC93D) is known color: Mantis. HEX triplet: 7E, C9 and 3D. RGB value is (126,201,61). Sum of RGB (Red+Green+Blue) = 126+201+61=388 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.47% from 388); Green value is 201 (78.91% from 255 or 51.80% from 388); Blue value is 61 (24.22% from 255 or 15.72% from 388); Max value from RGB is 201 - color contains mainly: green. Hex color #7EC93D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC93D is #8136C2. Grayscale: #A3A3A3. Windows color (decimal): -8468163 or 4049278. OLE color: 4049278.
HSL color Cylindrical-coordinate representation of color #7EC93D: hue angle of 92.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7EC93D is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 126 | 201 | 61 | - |
| CMYK | 0.37 | 0 | 0.70 | 0.21 |
| HSL | 92.14º | 0.56% | 0.51% | - |
| HSV(B) | 92.14º | 0.7% | 0.79% | - |
| XYZ | 30.33 | 46.55 | 11.8 | - |
| YUV | 162.62 | 70.65 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 201 | 61 | 0.37 | 0 | 0.70 | 0.21 | 92.14 | 0.56 | 0.51 |
| Hex | 7E | C9 | 3D | 25 | 0 | 46 | 15 | 5C | 38 | 33 |
| Octal | 176 | 311 | 75 | 45 | 0 | 106 | 25 | 134 | 70 | 63 |
| Binary | 1111110 | 11001001 | 111101 | 100101 | 0 | 1000110 | 10101 | 1011100 | 111000 | 110011 |
Color Harmonies of #7EC93D
Complementary color
Monochromatic Colors of #7EC93D
Black with #7EC93D
Text Example
Text Example
White with #7EC93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC93D; }
p { color: rgb(126,201,61); }
H1.HeaderClassName
{
color: #7EC93D;
}
.AnyTagClassName
{
color: #7EC93D;
}
</style>
background-color css
<style>
a { background-color: #7EC93D; }
a { background-color: rgb(126,201,61); }
div.DivClassName
{
background-color: #7EC93D;
}
.BgClassName
{
background-color: #7EC93D;
}
</style>
border-color css
<style>
span { border-color: #7EC93D; }
span { border-color: rgb(126,201,61); }
td.TdClassName
{
border-color: #7EC93D;
}
.TagClassName
{
border-color: #7EC93D;
}
</style>