Shades of Mantis #7EBC4B
Tints of Mantis #7EBC4B
RGB
CMYK
RGB Variations
Color information
#7EBC4B (or 0x7EBC4B) is known color: Mantis. HEX triplet: 7E, BC and 4B. RGB value is (126,188,75). Sum of RGB (Red+Green+Blue) = 126+188+75=389 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.39% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBC4B is #8143B4. Grayscale: #9C9C9C. Windows color (decimal): -8471477 or 4963454. OLE color: 4963454.
HSL color Cylindrical-coordinate representation of color #7EBC4B: hue angle of 92.92º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7EBC4B is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 188 | 75 | - |
| CMYK | 0.33 | 0 | 0.60 | 0.26 |
| HSL | 92.92º | 0.46% | 0.52% | - |
| HSV(B) | 92.92º | 0.6% | 0.74% | - |
| XYZ | 27.86 | 40.91 | 13.08 | - |
| YUV | 156.58 | 81.96 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 188 | 75 | 0.33 | 0 | 0.60 | 0.26 | 92.92 | 0.46 | 0.52 |
| Hex | 7E | BC | 4B | 21 | 0 | 3C | 1A | 5D | 2E | 34 |
| Octal | 176 | 274 | 113 | 41 | 0 | 74 | 32 | 135 | 56 | 64 |
| Binary | 1111110 | 10111100 | 1001011 | 100001 | 0 | 111100 | 11010 | 1011101 | 101110 | 110100 |
Color Harmonies of #7EBC4B
Complementary color
Monochromatic Colors of #7EBC4B
Black with #7EBC4B
Text Example
Text Example
White with #7EBC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBC4B; }
p { color: rgb(126,188,75); }
H1.HeaderClassName
{
color: #7EBC4B;
}
.AnyTagClassName
{
color: #7EBC4B;
}
</style>
background-color css
<style>
a { background-color: #7EBC4B; }
a { background-color: rgb(126,188,75); }
div.DivClassName
{
background-color: #7EBC4B;
}
.BgClassName
{
background-color: #7EBC4B;
}
</style>
border-color css
<style>
span { border-color: #7EBC4B; }
span { border-color: rgb(126,188,75); }
td.TdClassName
{
border-color: #7EBC4B;
}
.TagClassName
{
border-color: #7EBC4B;
}
</style>