Shades of Mantis #7FED46
Tints of Mantis #7FED46
RGB
CMYK
RGB Variations
Color information
#7FED46 (or 0x7FED46) is known color: Mantis. HEX triplet: 7F, ED and 46. RGB value is (127,237,70). Sum of RGB (Red+Green+Blue) = 127+237+70=434 (57% of max value = 765). Red value is 127 (50% from 255 or 29.26% from 434); Green value is 237 (92.97% from 255 or 54.61% from 434); Blue value is 70 (27.73% from 255 or 16.13% from 434); Max value from RGB is 237 - color contains mainly: green. Hex color #7FED46 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FED46 is #8012B9. Grayscale: #B9B9B9. Windows color (decimal): -8393402 or 4648319. OLE color: 4648319.
HSL color Cylindrical-coordinate representation of color #7FED46: hue angle of 99.52º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7FED46 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 237 | 70 | - |
| CMYK | 0.46 | 0 | 0.70 | 0.07 |
| HSL | 99.52º | 0.82% | 0.6% | - |
| HSV(B) | 99.52º | 0.7% | 0.93% | - |
| XYZ | 40.14 | 65.52 | 16.33 | - |
| YUV | 185.07 | 63.06 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 237 | 70 | 0.46 | 0 | 0.70 | 0.07 | 99.52 | 0.82 | 0.6 |
| Hex | 7F | ED | 46 | 2E | 0 | 46 | 7 | 64 | 52 | 3C |
| Octal | 177 | 355 | 106 | 56 | 0 | 106 | 7 | 144 | 122 | 74 |
| Binary | 1111111 | 11101101 | 1000110 | 101110 | 0 | 1000110 | 111 | 1100100 | 1010010 | 111100 |
Color Harmonies of #7FED46
Complementary color
Monochromatic Colors of #7FED46
Black with #7FED46
Text Example
Text Example
White with #7FED46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FED46; }
p { color: rgb(127,237,70); }
H1.HeaderClassName
{
color: #7FED46;
}
.AnyTagClassName
{
color: #7FED46;
}
</style>
background-color css
<style>
a { background-color: #7FED46; }
a { background-color: rgb(127,237,70); }
div.DivClassName
{
background-color: #7FED46;
}
.BgClassName
{
background-color: #7FED46;
}
</style>
border-color css
<style>
span { border-color: #7FED46; }
span { border-color: rgb(127,237,70); }
td.TdClassName
{
border-color: #7FED46;
}
.TagClassName
{
border-color: #7FED46;
}
</style>