Shades of Mantis #7ED545
Tints of Mantis #7ED545
RGB
CMYK
RGB Variations
Color information
#7ED545 (or 0x7ED545) is known color: Mantis. HEX triplet: 7E, D5 and 45. RGB value is (126,213,69). Sum of RGB (Red+Green+Blue) = 126+213+69=408 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.88% from 408); Green value is 213 (83.59% from 255 or 52.21% from 408); Blue value is 69 (27.34% from 255 or 16.91% from 408); Max value from RGB is 213 - color contains mainly: green. Hex color #7ED545 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED545 is #812ABA. Grayscale: #ABABAB. Windows color (decimal): -8465083 or 4576638. OLE color: 4576638.
HSL color Cylindrical-coordinate representation of color #7ED545: hue angle of 96.25º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7ED545 is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 213 | 69 | - |
| CMYK | 0.41 | 0 | 0.68 | 0.16 |
| HSL | 96.25º | 0.63% | 0.55% | - |
| HSV(B) | 96.25º | 0.68% | 0.84% | - |
| XYZ | 33.47 | 52.45 | 13.99 | - |
| YUV | 170.57 | 70.68 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 213 | 69 | 0.41 | 0 | 0.68 | 0.16 | 96.25 | 0.63 | 0.55 |
| Hex | 7E | D5 | 45 | 29 | 0 | 44 | 10 | 60 | 3F | 37 |
| Octal | 176 | 325 | 105 | 51 | 0 | 104 | 20 | 140 | 77 | 67 |
| Binary | 1111110 | 11010101 | 1000101 | 101001 | 0 | 1000100 | 10000 | 1100000 | 111111 | 110111 |
Color Harmonies of #7ED545
Complementary color
Monochromatic Colors of #7ED545
Black with #7ED545
Text Example
Text Example
White with #7ED545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED545; }
p { color: rgb(126,213,69); }
H1.HeaderClassName
{
color: #7ED545;
}
.AnyTagClassName
{
color: #7ED545;
}
</style>
background-color css
<style>
a { background-color: #7ED545; }
a { background-color: rgb(126,213,69); }
div.DivClassName
{
background-color: #7ED545;
}
.BgClassName
{
background-color: #7ED545;
}
</style>
border-color css
<style>
span { border-color: #7ED545; }
span { border-color: rgb(126,213,69); }
td.TdClassName
{
border-color: #7ED545;
}
.TagClassName
{
border-color: #7ED545;
}
</style>