Shades of Mantis #7FE84D
Tints of Mantis #7FE84D
RGB
CMYK
RGB Variations
Color information
#7FE84D (or 0x7FE84D) is known color: Mantis. HEX triplet: 7F, E8 and 4D. RGB value is (127,232,77). Sum of RGB (Red+Green+Blue) = 127+232+77=436 (57% of max value = 765). Red value is 127 (50% from 255 or 29.13% from 436); Green value is 232 (91.02% from 255 or 53.21% from 436); Blue value is 77 (30.47% from 255 or 17.66% from 436); Max value from RGB is 232 - color contains mainly: green. Hex color #7FE84D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FE84D is #8017B2. Grayscale: #B7B7B7. Windows color (decimal): -8394675 or 5105791. OLE color: 5105791.
HSL color Cylindrical-coordinate representation of color #7FE84D: hue angle of 100.65º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7FE84D is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 232 | 77 | - |
| CMYK | 0.45 | 0 | 0.67 | 0.09 |
| HSL | 100.65º | 0.77% | 0.61% | - |
| HSV(B) | 100.65º | 0.67% | 0.91% | - |
| XYZ | 38.95 | 62.76 | 17.08 | - |
| YUV | 182.94 | 68.21 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 232 | 77 | 0.45 | 0 | 0.67 | 0.09 | 100.65 | 0.77 | 0.61 |
| Hex | 7F | E8 | 4D | 2D | 0 | 43 | 9 | 65 | 4D | 3D |
| Octal | 177 | 350 | 115 | 55 | 0 | 103 | 11 | 145 | 115 | 75 |
| Binary | 1111111 | 11101000 | 1001101 | 101101 | 0 | 1000011 | 1001 | 1100101 | 1001101 | 111101 |
Color Harmonies of #7FE84D
Complementary color
Monochromatic Colors of #7FE84D
Black with #7FE84D
Text Example
Text Example
White with #7FE84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE84D; }
p { color: rgb(127,232,77); }
H1.HeaderClassName
{
color: #7FE84D;
}
.AnyTagClassName
{
color: #7FE84D;
}
</style>
background-color css
<style>
a { background-color: #7FE84D; }
a { background-color: rgb(127,232,77); }
div.DivClassName
{
background-color: #7FE84D;
}
.BgClassName
{
background-color: #7FE84D;
}
</style>
border-color css
<style>
span { border-color: #7FE84D; }
span { border-color: rgb(127,232,77); }
td.TdClassName
{
border-color: #7FE84D;
}
.TagClassName
{
border-color: #7FE84D;
}
</style>