Shades of Mantis #7EDE5A
Tints of Mantis #7EDE5A
RGB
CMYK
RGB Variations
Color information
#7EDE5A (or 0x7EDE5A) is known color: Mantis. HEX triplet: 7E, DE and 5A. RGB value is (126,222,90). Sum of RGB (Red+Green+Blue) = 126+222+90=438 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.77% from 438); Green value is 222 (87.11% from 255 or 50.68% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 222 - color contains mainly: green. Hex color #7EDE5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDE5A is #8121A5. Grayscale: #B2B2B2. Windows color (decimal): -8462758 or 5955198. OLE color: 5955198.
HSL color Cylindrical-coordinate representation of color #7EDE5A: hue angle of 103.64º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7EDE5A is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 222 | 90 | - |
| CMYK | 0.43 | 0 | 0.59 | 0.13 |
| HSL | 103.64º | 0.67% | 0.61% | - |
| HSV(B) | 103.64º | 0.59% | 0.87% | - |
| XYZ | 36.57 | 57.42 | 18.83 | - |
| YUV | 178.25 | 78.2 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 222 | 90 | 0.43 | 0 | 0.59 | 0.13 | 103.64 | 0.67 | 0.61 |
| Hex | 7E | DE | 5A | 2B | 0 | 3B | D | 68 | 43 | 3D |
| Octal | 176 | 336 | 132 | 53 | 0 | 73 | 15 | 150 | 103 | 75 |
| Binary | 1111110 | 11011110 | 1011010 | 101011 | 0 | 111011 | 1101 | 1101000 | 1000011 | 111101 |
Color Harmonies of #7EDE5A
Complementary color
Monochromatic Colors of #7EDE5A
Black with #7EDE5A
Text Example
Text Example
White with #7EDE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDE5A; }
p { color: rgb(126,222,90); }
H1.HeaderClassName
{
color: #7EDE5A;
}
.AnyTagClassName
{
color: #7EDE5A;
}
</style>
background-color css
<style>
a { background-color: #7EDE5A; }
a { background-color: rgb(126,222,90); }
div.DivClassName
{
background-color: #7EDE5A;
}
.BgClassName
{
background-color: #7EDE5A;
}
</style>
border-color css
<style>
span { border-color: #7EDE5A; }
span { border-color: rgb(126,222,90); }
td.TdClassName
{
border-color: #7EDE5A;
}
.TagClassName
{
border-color: #7EDE5A;
}
</style>