Shades of Mantis #7ECB4A
Tints of Mantis #7ECB4A
RGB
CMYK
RGB Variations
Color information
#7ECB4A (or 0x7ECB4A) is known color: Mantis. HEX triplet: 7E, CB and 4A. RGB value is (126,203,74). Sum of RGB (Red+Green+Blue) = 126+203+74=403 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.27% from 403); Green value is 203 (79.69% from 255 or 50.37% from 403); Blue value is 74 (29.30% from 255 or 18.36% from 403); Max value from RGB is 203 - color contains mainly: green. Hex color #7ECB4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ECB4A is #8134B5. Grayscale: #A5A5A5. Windows color (decimal): -8467638 or 4901758. OLE color: 4901758.
HSL color Cylindrical-coordinate representation of color #7ECB4A: hue angle of 95.81º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7ECB4A is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 203 | 74 | - |
| CMYK | 0.38 | 0 | 0.64 | 0.20 |
| HSL | 95.81º | 0.55% | 0.54% | - |
| HSV(B) | 95.81º | 0.64% | 0.8% | - |
| XYZ | 31.2 | 47.64 | 14.03 | - |
| YUV | 165.27 | 76.49 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 203 | 74 | 0.38 | 0 | 0.64 | 0.20 | 95.81 | 0.55 | 0.54 |
| Hex | 7E | CB | 4A | 26 | 0 | 40 | 14 | 60 | 37 | 36 |
| Octal | 176 | 313 | 112 | 46 | 0 | 100 | 24 | 140 | 67 | 66 |
| Binary | 1111110 | 11001011 | 1001010 | 100110 | 0 | 1000000 | 10100 | 1100000 | 110111 | 110110 |
Color Harmonies of #7ECB4A
Complementary color
Monochromatic Colors of #7ECB4A
Black with #7ECB4A
Text Example
Text Example
White with #7ECB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECB4A; }
p { color: rgb(126,203,74); }
H1.HeaderClassName
{
color: #7ECB4A;
}
.AnyTagClassName
{
color: #7ECB4A;
}
</style>
background-color css
<style>
a { background-color: #7ECB4A; }
a { background-color: rgb(126,203,74); }
div.DivClassName
{
background-color: #7ECB4A;
}
.BgClassName
{
background-color: #7ECB4A;
}
</style>
border-color css
<style>
span { border-color: #7ECB4A; }
span { border-color: rgb(126,203,74); }
td.TdClassName
{
border-color: #7ECB4A;
}
.TagClassName
{
border-color: #7ECB4A;
}
</style>