Shades of Mantis #7FC85E
Tints of Mantis #7FC85E
RGB
CMYK
RGB Variations
Color information
#7FC85E (or 0x7FC85E) is known color: Mantis. HEX triplet: 7F, C8 and 5E. RGB value is (127,200,94). Sum of RGB (Red+Green+Blue) = 127+200+94=421 (55% of max value = 765). Red value is 127 (50% from 255 or 30.17% from 421); Green value is 200 (78.52% from 255 or 47.51% from 421); Blue value is 94 (37.11% from 255 or 22.33% from 421); Max value from RGB is 200 - color contains mainly: green. Hex color #7FC85E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC85E is #8037A1. Grayscale: #A6A6A6. Windows color (decimal): -8402850 or 6211711. OLE color: 6211711.
HSL color Cylindrical-coordinate representation of color #7FC85E: hue angle of 101.32º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7FC85E is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 127 | 200 | 94 | - |
| CMYK | 0.36 | 0 | 0.53 | 0.22 |
| HSL | 101.32º | 0.49% | 0.58% | - |
| HSV(B) | 101.32º | 0.53% | 0.78% | - |
| XYZ | 31.43 | 46.63 | 17.93 | - |
| YUV | 166.09 | 87.32 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 200 | 94 | 0.36 | 0 | 0.53 | 0.22 | 101.32 | 0.49 | 0.58 |
| Hex | 7F | C8 | 5E | 24 | 0 | 35 | 16 | 65 | 31 | 3A |
| Octal | 177 | 310 | 136 | 44 | 0 | 65 | 26 | 145 | 61 | 72 |
| Binary | 1111111 | 11001000 | 1011110 | 100100 | 0 | 110101 | 10110 | 1100101 | 110001 | 111010 |
Color Harmonies of #7FC85E
Complementary color
Monochromatic Colors of #7FC85E
Black with #7FC85E
Text Example
Text Example
White with #7FC85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC85E; }
p { color: rgb(127,200,94); }
H1.HeaderClassName
{
color: #7FC85E;
}
.AnyTagClassName
{
color: #7FC85E;
}
</style>
background-color css
<style>
a { background-color: #7FC85E; }
a { background-color: rgb(127,200,94); }
div.DivClassName
{
background-color: #7FC85E;
}
.BgClassName
{
background-color: #7FC85E;
}
</style>
border-color css
<style>
span { border-color: #7FC85E; }
span { border-color: rgb(127,200,94); }
td.TdClassName
{
border-color: #7FC85E;
}
.TagClassName
{
border-color: #7FC85E;
}
</style>