Shades of Mantis #7EC33D
Tints of Mantis #7EC33D
RGB
CMYK
RGB Variations
Color information
#7EC33D (or 0x7EC33D) is known color: Mantis. HEX triplet: 7E, C3 and 3D. RGB value is (126,195,61). Sum of RGB (Red+Green+Blue) = 126+195+61=382 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.98% from 382); Green value is 195 (76.56% from 255 or 51.05% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC33D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC33D is #813CC2. Grayscale: #9F9F9F. Windows color (decimal): -8469699 or 4047742. OLE color: 4047742.
HSL color Cylindrical-coordinate representation of color #7EC33D: hue angle of 90.9º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7EC33D is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 195 | 61 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.24 |
| HSL | 90.9º | 0.53% | 0.5% | - |
| HSV(B) | 90.9º | 0.69% | 0.76% | - |
| XYZ | 28.96 | 43.8 | 11.34 | - |
| YUV | 159.09 | 72.64 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 195 | 61 | 0.35 | 0 | 0.69 | 0.24 | 90.9 | 0.53 | 0.5 |
| Hex | 7E | C3 | 3D | 23 | 0 | 45 | 18 | 5B | 35 | 32 |
| Octal | 176 | 303 | 75 | 43 | 0 | 105 | 30 | 133 | 65 | 62 |
| Binary | 1111110 | 11000011 | 111101 | 100011 | 0 | 1000101 | 11000 | 1011011 | 110101 | 110010 |
Color Harmonies of #7EC33D
Complementary color
Monochromatic Colors of #7EC33D
Black with #7EC33D
Text Example
Text Example
White with #7EC33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC33D; }
p { color: rgb(126,195,61); }
H1.HeaderClassName
{
color: #7EC33D;
}
.AnyTagClassName
{
color: #7EC33D;
}
</style>
background-color css
<style>
a { background-color: #7EC33D; }
a { background-color: rgb(126,195,61); }
div.DivClassName
{
background-color: #7EC33D;
}
.BgClassName
{
background-color: #7EC33D;
}
</style>
border-color css
<style>
span { border-color: #7EC33D; }
span { border-color: rgb(126,195,61); }
td.TdClassName
{
border-color: #7EC33D;
}
.TagClassName
{
border-color: #7EC33D;
}
</style>