Shades of Mantis #7FEC4C
Tints of Mantis #7FEC4C
RGB
CMYK
RGB Variations
Color information
#7FEC4C (or 0x7FEC4C) is known color: Mantis. HEX triplet: 7F, EC and 4C. RGB value is (127,236,76). Sum of RGB (Red+Green+Blue) = 127+236+76=439 (58% of max value = 765). Red value is 127 (50% from 255 or 28.93% from 439); Green value is 236 (92.58% from 255 or 53.76% from 439); Blue value is 76 (30.08% from 255 or 17.31% from 439); Max value from RGB is 236 - color contains mainly: green. Hex color #7FEC4C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FEC4C is #8013B3. Grayscale: #B9B9B9. Windows color (decimal): -8393652 or 5041279. OLE color: 5041279.
HSL color Cylindrical-coordinate representation of color #7FEC4C: hue angle of 100.88º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7FEC4C is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 236 | 76 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.07 |
| HSL | 100.88º | 0.81% | 0.61% | - |
| HSV(B) | 100.88º | 0.68% | 0.93% | - |
| XYZ | 40.05 | 65.02 | 17.28 | - |
| YUV | 185.17 | 66.39 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 236 | 76 | 0.46 | 0 | 0.68 | 0.07 | 100.88 | 0.81 | 0.61 |
| Hex | 7F | EC | 4C | 2E | 0 | 44 | 7 | 65 | 51 | 3D |
| Octal | 177 | 354 | 114 | 56 | 0 | 104 | 7 | 145 | 121 | 75 |
| Binary | 1111111 | 11101100 | 1001100 | 101110 | 0 | 1000100 | 111 | 1100101 | 1010001 | 111101 |
Color Harmonies of #7FEC4C
Complementary color
Monochromatic Colors of #7FEC4C
Black with #7FEC4C
Text Example
Text Example
White with #7FEC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEC4C; }
p { color: rgb(127,236,76); }
H1.HeaderClassName
{
color: #7FEC4C;
}
.AnyTagClassName
{
color: #7FEC4C;
}
</style>
background-color css
<style>
a { background-color: #7FEC4C; }
a { background-color: rgb(127,236,76); }
div.DivClassName
{
background-color: #7FEC4C;
}
.BgClassName
{
background-color: #7FEC4C;
}
</style>
border-color css
<style>
span { border-color: #7FEC4C; }
span { border-color: rgb(127,236,76); }
td.TdClassName
{
border-color: #7FEC4C;
}
.TagClassName
{
border-color: #7FEC4C;
}
</style>