Shades of Mantis #7EDE4B
Tints of Mantis #7EDE4B
RGB
CMYK
RGB Variations
Color information
#7EDE4B (or 0x7EDE4B) is known color: Mantis. HEX triplet: 7E, DE and 4B. RGB value is (126,222,75). Sum of RGB (Red+Green+Blue) = 126+222+75=423 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.79% from 423); Green value is 222 (87.11% from 255 or 52.48% from 423); Blue value is 75 (29.69% from 255 or 17.73% from 423); Max value from RGB is 222 - color contains mainly: green. Hex color #7EDE4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EDE4B is #8121B4. Grayscale: #B1B1B1. Windows color (decimal): -8462773 or 4972158. OLE color: 4972158.
HSL color Cylindrical-coordinate representation of color #7EDE4B: hue angle of 99.18º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7EDE4B is Cyan = 0.43, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 222 | 75 | - |
| CMYK | 0.43 | 0 | 0.66 | 0.13 |
| HSL | 99.18º | 0.69% | 0.58% | - |
| HSV(B) | 99.18º | 0.66% | 0.87% | - |
| XYZ | 36 | 57.19 | 15.8 | - |
| YUV | 176.54 | 70.7 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 222 | 75 | 0.43 | 0 | 0.66 | 0.13 | 99.18 | 0.69 | 0.58 |
| Hex | 7E | DE | 4B | 2B | 0 | 42 | D | 63 | 45 | 3A |
| Octal | 176 | 336 | 113 | 53 | 0 | 102 | 15 | 143 | 105 | 72 |
| Binary | 1111110 | 11011110 | 1001011 | 101011 | 0 | 1000010 | 1101 | 1100011 | 1000101 | 111010 |
Color Harmonies of #7EDE4B
Complementary color
Monochromatic Colors of #7EDE4B
Black with #7EDE4B
Text Example
Text Example
White with #7EDE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDE4B; }
p { color: rgb(126,222,75); }
H1.HeaderClassName
{
color: #7EDE4B;
}
.AnyTagClassName
{
color: #7EDE4B;
}
</style>
background-color css
<style>
a { background-color: #7EDE4B; }
a { background-color: rgb(126,222,75); }
div.DivClassName
{
background-color: #7EDE4B;
}
.BgClassName
{
background-color: #7EDE4B;
}
</style>
border-color css
<style>
span { border-color: #7EDE4B; }
span { border-color: rgb(126,222,75); }
td.TdClassName
{
border-color: #7EDE4B;
}
.TagClassName
{
border-color: #7EDE4B;
}
</style>