Shades of Mantis #7FC65E
Tints of Mantis #7FC65E
RGB
CMYK
RGB Variations
Color information
#7FC65E (or 0x7FC65E) is known color: Mantis. HEX triplet: 7F, C6 and 5E. RGB value is (127,198,94). Sum of RGB (Red+Green+Blue) = 127+198+94=419 (55% of max value = 765). Red value is 127 (50% from 255 or 30.31% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 198 - color contains mainly: green. Hex color #7FC65E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC65E is #8039A1. Grayscale: #A5A5A5. Windows color (decimal): -8403362 or 6211199. OLE color: 6211199.
HSL color Cylindrical-coordinate representation of color #7FC65E: hue angle of 100.96º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7FC65E is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 127 | 198 | 94 | - |
| CMYK | 0.36 | 0 | 0.53 | 0.22 |
| HSL | 100.96º | 0.48% | 0.57% | - |
| HSV(B) | 100.96º | 0.53% | 0.78% | - |
| XYZ | 30.97 | 45.71 | 17.78 | - |
| YUV | 164.92 | 87.98 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 198 | 94 | 0.36 | 0 | 0.53 | 0.22 | 100.96 | 0.48 | 0.57 |
| Hex | 7F | C6 | 5E | 24 | 0 | 35 | 16 | 65 | 30 | 39 |
| Octal | 177 | 306 | 136 | 44 | 0 | 65 | 26 | 145 | 60 | 71 |
| Binary | 1111111 | 11000110 | 1011110 | 100100 | 0 | 110101 | 10110 | 1100101 | 110000 | 111001 |
Color Harmonies of #7FC65E
Complementary color
Monochromatic Colors of #7FC65E
Black with #7FC65E
Text Example
Text Example
White with #7FC65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC65E; }
p { color: rgb(127,198,94); }
H1.HeaderClassName
{
color: #7FC65E;
}
.AnyTagClassName
{
color: #7FC65E;
}
</style>
background-color css
<style>
a { background-color: #7FC65E; }
a { background-color: rgb(127,198,94); }
div.DivClassName
{
background-color: #7FC65E;
}
.BgClassName
{
background-color: #7FC65E;
}
</style>
border-color css
<style>
span { border-color: #7FC65E; }
span { border-color: rgb(127,198,94); }
td.TdClassName
{
border-color: #7FC65E;
}
.TagClassName
{
border-color: #7FC65E;
}
</style>