Shades of Mantis #7EC264
Tints of Mantis #7EC264
RGB
CMYK
RGB Variations
Color information
#7EC264 (or 0x7EC264) is known color: Mantis. HEX triplet: 7E, C2 and 64. RGB value is (126,194,100). Sum of RGB (Red+Green+Blue) = 126+194+100=420 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 194 - color contains mainly: green. Hex color #7EC264 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC264 is #813D9B. Grayscale: #A3A3A3. Windows color (decimal): -8469916 or 6603390. OLE color: 6603390.
HSL color Cylindrical-coordinate representation of color #7EC264: hue angle of 103.4º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7EC264 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 194 | 100 | - |
| CMYK | 0.35 | 0 | 0.48 | 0.24 |
| HSL | 103.4º | 0.44% | 0.58% | - |
| HSV(B) | 103.4º | 0.48% | 0.76% | - |
| XYZ | 30.2 | 43.94 | 18.95 | - |
| YUV | 162.95 | 92.47 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 194 | 100 | 0.35 | 0 | 0.48 | 0.24 | 103.4 | 0.44 | 0.58 |
| Hex | 7E | C2 | 64 | 23 | 0 | 30 | 18 | 67 | 2C | 3A |
| Octal | 176 | 302 | 144 | 43 | 0 | 60 | 30 | 147 | 54 | 72 |
| Binary | 1111110 | 11000010 | 1100100 | 100011 | 0 | 110000 | 11000 | 1100111 | 101100 | 111010 |
Color Harmonies of #7EC264
Complementary color
Monochromatic Colors of #7EC264
Black with #7EC264
Text Example
Text Example
White with #7EC264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC264; }
p { color: rgb(126,194,100); }
H1.HeaderClassName
{
color: #7EC264;
}
.AnyTagClassName
{
color: #7EC264;
}
</style>
background-color css
<style>
a { background-color: #7EC264; }
a { background-color: rgb(126,194,100); }
div.DivClassName
{
background-color: #7EC264;
}
.BgClassName
{
background-color: #7EC264;
}
</style>
border-color css
<style>
span { border-color: #7EC264; }
span { border-color: rgb(126,194,100); }
td.TdClassName
{
border-color: #7EC264;
}
.TagClassName
{
border-color: #7EC264;
}
</style>