Shades of Mantis #7ED15F
Tints of Mantis #7ED15F
RGB
CMYK
RGB Variations
Color information
#7ED15F (or 0x7ED15F) is known color: Mantis. HEX triplet: 7E, D1 and 5F. RGB value is (126,209,95). Sum of RGB (Red+Green+Blue) = 126+209+95=430 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.30% from 430); Green value is 209 (82.03% from 255 or 48.60% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 209 - color contains mainly: green. Hex color #7ED15F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED15F is #812EA0. Grayscale: #ABABAB. Windows color (decimal): -8466081 or 6279550. OLE color: 6279550.
HSL color Cylindrical-coordinate representation of color #7ED15F: hue angle of 103.68º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7ED15F is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 209 | 95 | - |
| CMYK | 0.40 | 0 | 0.55 | 0.18 |
| HSL | 103.68º | 0.55% | 0.6% | - |
| HSV(B) | 103.68º | 0.55% | 0.82% | - |
| XYZ | 33.47 | 50.86 | 18.88 | - |
| YUV | 171.19 | 85 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 209 | 95 | 0.40 | 0 | 0.55 | 0.18 | 103.68 | 0.55 | 0.6 |
| Hex | 7E | D1 | 5F | 28 | 0 | 37 | 12 | 68 | 37 | 3C |
| Octal | 176 | 321 | 137 | 50 | 0 | 67 | 22 | 150 | 67 | 74 |
| Binary | 1111110 | 11010001 | 1011111 | 101000 | 0 | 110111 | 10010 | 1101000 | 110111 | 111100 |
Color Harmonies of #7ED15F
Complementary color
Monochromatic Colors of #7ED15F
Black with #7ED15F
Text Example
Text Example
White with #7ED15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED15F; }
p { color: rgb(126,209,95); }
H1.HeaderClassName
{
color: #7ED15F;
}
.AnyTagClassName
{
color: #7ED15F;
}
</style>
background-color css
<style>
a { background-color: #7ED15F; }
a { background-color: rgb(126,209,95); }
div.DivClassName
{
background-color: #7ED15F;
}
.BgClassName
{
background-color: #7ED15F;
}
</style>
border-color css
<style>
span { border-color: #7ED15F; }
span { border-color: rgb(126,209,95); }
td.TdClassName
{
border-color: #7ED15F;
}
.TagClassName
{
border-color: #7ED15F;
}
</style>