Shades of Mantis #7FEC51
Tints of Mantis #7FEC51
RGB
CMYK
RGB Variations
Color information
#7FEC51 (or 0x7FEC51) is known color: Mantis. HEX triplet: 7F, EC and 51. RGB value is (127,236,81). Sum of RGB (Red+Green+Blue) = 127+236+81=444 (58% of max value = 765). Red value is 127 (50% from 255 or 28.60% from 444); Green value is 236 (92.58% from 255 or 53.15% from 444); Blue value is 81 (32.03% from 255 or 18.24% from 444); Max value from RGB is 236 - color contains mainly: green. Hex color #7FEC51 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FEC51 is #8013AE. Grayscale: #BABABA. Windows color (decimal): -8393647 or 5368959. OLE color: 5368959.
HSL color Cylindrical-coordinate representation of color #7FEC51: hue angle of 102.19º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7FEC51 is Cyan = 0.46, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 236 | 81 | - |
| CMYK | 0.46 | 0 | 0.66 | 0.07 |
| HSL | 102.19º | 0.8% | 0.62% | - |
| HSV(B) | 102.19º | 0.66% | 0.93% | - |
| XYZ | 40.23 | 65.1 | 18.23 | - |
| YUV | 185.74 | 68.89 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 236 | 81 | 0.46 | 0 | 0.66 | 0.07 | 102.19 | 0.8 | 0.62 |
| Hex | 7F | EC | 51 | 2E | 0 | 42 | 7 | 66 | 50 | 3E |
| Octal | 177 | 354 | 121 | 56 | 0 | 102 | 7 | 146 | 120 | 76 |
| Binary | 1111111 | 11101100 | 1010001 | 101110 | 0 | 1000010 | 111 | 1100110 | 1010000 | 111110 |
Color Harmonies of #7FEC51
Complementary color
Monochromatic Colors of #7FEC51
Black with #7FEC51
Text Example
Text Example
White with #7FEC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEC51; }
p { color: rgb(127,236,81); }
H1.HeaderClassName
{
color: #7FEC51;
}
.AnyTagClassName
{
color: #7FEC51;
}
</style>
background-color css
<style>
a { background-color: #7FEC51; }
a { background-color: rgb(127,236,81); }
div.DivClassName
{
background-color: #7FEC51;
}
.BgClassName
{
background-color: #7FEC51;
}
</style>
border-color css
<style>
span { border-color: #7FEC51; }
span { border-color: rgb(127,236,81); }
td.TdClassName
{
border-color: #7FEC51;
}
.TagClassName
{
border-color: #7FEC51;
}
</style>