Shades of Mantis #7ED15B
Tints of Mantis #7ED15B
RGB
CMYK
RGB Variations
Color information
#7ED15B (or 0x7ED15B) is known color: Mantis. HEX triplet: 7E, D1 and 5B. RGB value is (126,209,91). Sum of RGB (Red+Green+Blue) = 126+209+91=426 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.58% from 426); Green value is 209 (82.03% from 255 or 49.06% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 209 - color contains mainly: green. Hex color #7ED15B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED15B is #812EA4. Grayscale: #ABABAB. Windows color (decimal): -8466085 or 6017406. OLE color: 6017406.
HSL color Cylindrical-coordinate representation of color #7ED15B: hue angle of 102.2º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7ED15B is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 209 | 91 | - |
| CMYK | 0.40 | 0 | 0.56 | 0.18 |
| HSL | 102.2º | 0.56% | 0.59% | - |
| HSV(B) | 102.2º | 0.56% | 0.82% | - |
| XYZ | 33.29 | 50.79 | 17.95 | - |
| YUV | 170.73 | 83 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 209 | 91 | 0.40 | 0 | 0.56 | 0.18 | 102.2 | 0.56 | 0.59 |
| Hex | 7E | D1 | 5B | 28 | 0 | 38 | 12 | 66 | 38 | 3B |
| Octal | 176 | 321 | 133 | 50 | 0 | 70 | 22 | 146 | 70 | 73 |
| Binary | 1111110 | 11010001 | 1011011 | 101000 | 0 | 111000 | 10010 | 1100110 | 111000 | 111011 |
Color Harmonies of #7ED15B
Complementary color
Monochromatic Colors of #7ED15B
Black with #7ED15B
Text Example
Text Example
White with #7ED15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED15B; }
p { color: rgb(126,209,91); }
H1.HeaderClassName
{
color: #7ED15B;
}
.AnyTagClassName
{
color: #7ED15B;
}
</style>
background-color css
<style>
a { background-color: #7ED15B; }
a { background-color: rgb(126,209,91); }
div.DivClassName
{
background-color: #7ED15B;
}
.BgClassName
{
background-color: #7ED15B;
}
</style>
border-color css
<style>
span { border-color: #7ED15B; }
span { border-color: rgb(126,209,91); }
td.TdClassName
{
border-color: #7ED15B;
}
.TagClassName
{
border-color: #7ED15B;
}
</style>