Shades of Mantis #7EC34B
Tints of Mantis #7EC34B
RGB
CMYK
RGB Variations
Color information
#7EC34B (or 0x7EC34B) is known color: Mantis. HEX triplet: 7E, C3 and 4B. RGB value is (126,195,75). Sum of RGB (Red+Green+Blue) = 126+195+75=396 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.82% from 396); Green value is 195 (76.56% from 255 or 49.24% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC34B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC34B is #813CB4. Grayscale: #A1A1A1. Windows color (decimal): -8469685 or 4965246. OLE color: 4965246.
HSL color Cylindrical-coordinate representation of color #7EC34B: hue angle of 94.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7EC34B is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 195 | 75 | - |
| CMYK | 0.35 | 0 | 0.62 | 0.24 |
| HSL | 94.5º | 0.5% | 0.53% | - |
| HSV(B) | 94.5º | 0.62% | 0.76% | - |
| XYZ | 29.39 | 43.97 | 13.6 | - |
| YUV | 160.69 | 79.64 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 195 | 75 | 0.35 | 0 | 0.62 | 0.24 | 94.5 | 0.5 | 0.53 |
| Hex | 7E | C3 | 4B | 23 | 0 | 3E | 18 | 5E | 32 | 35 |
| Octal | 176 | 303 | 113 | 43 | 0 | 76 | 30 | 136 | 62 | 65 |
| Binary | 1111110 | 11000011 | 1001011 | 100011 | 0 | 111110 | 11000 | 1011110 | 110010 | 110101 |
Color Harmonies of #7EC34B
Complementary color
Monochromatic Colors of #7EC34B
Black with #7EC34B
Text Example
Text Example
White with #7EC34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC34B; }
p { color: rgb(126,195,75); }
H1.HeaderClassName
{
color: #7EC34B;
}
.AnyTagClassName
{
color: #7EC34B;
}
</style>
background-color css
<style>
a { background-color: #7EC34B; }
a { background-color: rgb(126,195,75); }
div.DivClassName
{
background-color: #7EC34B;
}
.BgClassName
{
background-color: #7EC34B;
}
</style>
border-color css
<style>
span { border-color: #7EC34B; }
span { border-color: rgb(126,195,75); }
td.TdClassName
{
border-color: #7EC34B;
}
.TagClassName
{
border-color: #7EC34B;
}
</style>