Shades of Mantis #7FE94F
Tints of Mantis #7FE94F
RGB
CMYK
RGB Variations
Color information
#7FE94F (or 0x7FE94F) is known color: Mantis. HEX triplet: 7F, E9 and 4F. RGB value is (127,233,79). Sum of RGB (Red+Green+Blue) = 127+233+79=439 (58% of max value = 765). Red value is 127 (50% from 255 or 28.93% from 439); Green value is 233 (91.41% from 255 or 53.08% from 439); Blue value is 79 (31.25% from 255 or 18.00% from 439); Max value from RGB is 233 - color contains mainly: green. Hex color #7FE94F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FE94F is #8016B0. Grayscale: #B8B8B8. Windows color (decimal): -8394417 or 5237119. OLE color: 5237119.
HSL color Cylindrical-coordinate representation of color #7FE94F: hue angle of 101.3º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7FE94F is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 233 | 79 | - |
| CMYK | 0.45 | 0 | 0.66 | 0.09 |
| HSL | 101.3º | 0.78% | 0.61% | - |
| HSV(B) | 101.3º | 0.66% | 0.91% | - |
| XYZ | 39.3 | 63.35 | 17.55 | - |
| YUV | 183.75 | 68.88 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 233 | 79 | 0.45 | 0 | 0.66 | 0.09 | 101.3 | 0.78 | 0.61 |
| Hex | 7F | E9 | 4F | 2D | 0 | 42 | 9 | 65 | 4E | 3D |
| Octal | 177 | 351 | 117 | 55 | 0 | 102 | 11 | 145 | 116 | 75 |
| Binary | 1111111 | 11101001 | 1001111 | 101101 | 0 | 1000010 | 1001 | 1100101 | 1001110 | 111101 |
Color Harmonies of #7FE94F
Complementary color
Monochromatic Colors of #7FE94F
Black with #7FE94F
Text Example
Text Example
White with #7FE94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE94F; }
p { color: rgb(127,233,79); }
H1.HeaderClassName
{
color: #7FE94F;
}
.AnyTagClassName
{
color: #7FE94F;
}
</style>
background-color css
<style>
a { background-color: #7FE94F; }
a { background-color: rgb(127,233,79); }
div.DivClassName
{
background-color: #7FE94F;
}
.BgClassName
{
background-color: #7FE94F;
}
</style>
border-color css
<style>
span { border-color: #7FE94F; }
span { border-color: rgb(127,233,79); }
td.TdClassName
{
border-color: #7FE94F;
}
.TagClassName
{
border-color: #7FE94F;
}
</style>