Shades of Mantis #7ECB50
Tints of Mantis #7ECB50
RGB
CMYK
RGB Variations
Color information
#7ECB50 (or 0x7ECB50) is known color: Mantis. HEX triplet: 7E, CB and 50. RGB value is (126,203,80). Sum of RGB (Red+Green+Blue) = 126+203+80=409 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.81% from 409); Green value is 203 (79.69% from 255 or 49.63% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 203 - color contains mainly: green. Hex color #7ECB50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ECB50 is #8134AF. Grayscale: #A6A6A6. Windows color (decimal): -8467632 or 5294974. OLE color: 5294974.
HSL color Cylindrical-coordinate representation of color #7ECB50: hue angle of 97.56º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7ECB50 is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 203 | 80 | - |
| CMYK | 0.38 | 0 | 0.61 | 0.20 |
| HSL | 97.56º | 0.54% | 0.55% | - |
| HSV(B) | 97.56º | 0.61% | 0.8% | - |
| XYZ | 31.41 | 47.73 | 15.15 | - |
| YUV | 165.96 | 79.49 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 203 | 80 | 0.38 | 0 | 0.61 | 0.20 | 97.56 | 0.54 | 0.55 |
| Hex | 7E | CB | 50 | 26 | 0 | 3D | 14 | 62 | 36 | 37 |
| Octal | 176 | 313 | 120 | 46 | 0 | 75 | 24 | 142 | 66 | 67 |
| Binary | 1111110 | 11001011 | 1010000 | 100110 | 0 | 111101 | 10100 | 1100010 | 110110 | 110111 |
Color Harmonies of #7ECB50
Complementary color
Monochromatic Colors of #7ECB50
Black with #7ECB50
Text Example
Text Example
White with #7ECB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECB50; }
p { color: rgb(126,203,80); }
H1.HeaderClassName
{
color: #7ECB50;
}
.AnyTagClassName
{
color: #7ECB50;
}
</style>
background-color css
<style>
a { background-color: #7ECB50; }
a { background-color: rgb(126,203,80); }
div.DivClassName
{
background-color: #7ECB50;
}
.BgClassName
{
background-color: #7ECB50;
}
</style>
border-color css
<style>
span { border-color: #7ECB50; }
span { border-color: rgb(126,203,80); }
td.TdClassName
{
border-color: #7ECB50;
}
.TagClassName
{
border-color: #7ECB50;
}
</style>