Shades of Mantis #7ED341
Tints of Mantis #7ED341
RGB
CMYK
RGB Variations
Color information
#7ED341 (or 0x7ED341) is known color: Mantis. HEX triplet: 7E, D3 and 41. RGB value is (126,211,65). Sum of RGB (Red+Green+Blue) = 126+211+65=402 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.34% from 402); Green value is 211 (82.81% from 255 or 52.49% from 402); Blue value is 65 (25.78% from 255 or 16.17% from 402); Max value from RGB is 211 - color contains mainly: green. Hex color #7ED341 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED341 is #812CBE. Grayscale: #A9A9A9. Windows color (decimal): -8465599 or 4313982. OLE color: 4313982.
HSL color Cylindrical-coordinate representation of color #7ED341: hue angle of 94.93º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7ED341 is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 211 | 65 | - |
| CMYK | 0.40 | 0 | 0.69 | 0.17 |
| HSL | 94.93º | 0.62% | 0.54% | - |
| HSV(B) | 94.93º | 0.69% | 0.83% | - |
| XYZ | 32.85 | 51.41 | 13.19 | - |
| YUV | 168.94 | 69.34 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 211 | 65 | 0.40 | 0 | 0.69 | 0.17 | 94.93 | 0.62 | 0.54 |
| Hex | 7E | D3 | 41 | 28 | 0 | 45 | 11 | 5F | 3E | 36 |
| Octal | 176 | 323 | 101 | 50 | 0 | 105 | 21 | 137 | 76 | 66 |
| Binary | 1111110 | 11010011 | 1000001 | 101000 | 0 | 1000101 | 10001 | 1011111 | 111110 | 110110 |
Color Harmonies of #7ED341
Complementary color
Monochromatic Colors of #7ED341
Black with #7ED341
Text Example
Text Example
White with #7ED341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED341; }
p { color: rgb(126,211,65); }
H1.HeaderClassName
{
color: #7ED341;
}
.AnyTagClassName
{
color: #7ED341;
}
</style>
background-color css
<style>
a { background-color: #7ED341; }
a { background-color: rgb(126,211,65); }
div.DivClassName
{
background-color: #7ED341;
}
.BgClassName
{
background-color: #7ED341;
}
</style>
border-color css
<style>
span { border-color: #7ED341; }
span { border-color: rgb(126,211,65); }
td.TdClassName
{
border-color: #7ED341;
}
.TagClassName
{
border-color: #7ED341;
}
</style>