Shades of Mantis #7FC86F
Tints of Mantis #7FC86F
RGB
CMYK
RGB Variations
Color information
#7FC86F (or 0x7FC86F) is known color: Mantis. HEX triplet: 7F, C8 and 6F. RGB value is (127,200,111). Sum of RGB (Red+Green+Blue) = 127+200+111=438 (58% of max value = 765). Red value is 127 (50% from 255 or 29.00% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 200 - color contains mainly: green. Hex color #7FC86F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC86F is #803790. Grayscale: #A8A8A8. Windows color (decimal): -8402833 or 7325823. OLE color: 7325823.
HSL color Cylindrical-coordinate representation of color #7FC86F: hue angle of 109.21º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7FC86F is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 127 | 200 | 111 | - |
| CMYK | 0.36 | 0 | 0.44 | 0.22 |
| HSL | 109.21º | 0.45% | 0.61% | - |
| HSV(B) | 109.21º | 0.45% | 0.78% | - |
| XYZ | 32.28 | 46.97 | 22.4 | - |
| YUV | 168.03 | 95.82 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 200 | 111 | 0.36 | 0 | 0.44 | 0.22 | 109.21 | 0.45 | 0.61 |
| Hex | 7F | C8 | 6F | 24 | 0 | 2C | 16 | 6D | 2D | 3D |
| Octal | 177 | 310 | 157 | 44 | 0 | 54 | 26 | 155 | 55 | 75 |
| Binary | 1111111 | 11001000 | 1101111 | 100100 | 0 | 101100 | 10110 | 1101101 | 101101 | 111101 |
Color Harmonies of #7FC86F
Complementary color
Monochromatic Colors of #7FC86F
Black with #7FC86F
Text Example
Text Example
White with #7FC86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC86F; }
p { color: rgb(127,200,111); }
H1.HeaderClassName
{
color: #7FC86F;
}
.AnyTagClassName
{
color: #7FC86F;
}
</style>
background-color css
<style>
a { background-color: #7FC86F; }
a { background-color: rgb(127,200,111); }
div.DivClassName
{
background-color: #7FC86F;
}
.BgClassName
{
background-color: #7FC86F;
}
</style>
border-color css
<style>
span { border-color: #7FC86F; }
span { border-color: rgb(127,200,111); }
td.TdClassName
{
border-color: #7FC86F;
}
.TagClassName
{
border-color: #7FC86F;
}
</style>