Shades of Mantis #7FD65E
Tints of Mantis #7FD65E
RGB
CMYK
RGB Variations
Color information
#7FD65E (or 0x7FD65E) is known color: Mantis. HEX triplet: 7F, D6 and 5E. RGB value is (127,214,94). Sum of RGB (Red+Green+Blue) = 127+214+94=435 (57% of max value = 765). Red value is 127 (50% from 255 or 29.20% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 94 (37.11% from 255 or 21.61% from 435); Max value from RGB is 214 - color contains mainly: green. Hex color #7FD65E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FD65E is #8029A1. Grayscale: #AEAEAE. Windows color (decimal): -8399266 or 6215295. OLE color: 6215295.
HSL color Cylindrical-coordinate representation of color #7FD65E: hue angle of 103.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7FD65E is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 214 | 94 | - |
| CMYK | 0.41 | 0 | 0.56 | 0.16 |
| HSL | 103.5º | 0.59% | 0.6% | - |
| HSV(B) | 103.5º | 0.56% | 0.84% | - |
| XYZ | 34.82 | 53.41 | 19.06 | - |
| YUV | 174.31 | 82.68 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 214 | 94 | 0.41 | 0 | 0.56 | 0.16 | 103.5 | 0.59 | 0.6 |
| Hex | 7F | D6 | 5E | 29 | 0 | 38 | 10 | 68 | 3B | 3C |
| Octal | 177 | 326 | 136 | 51 | 0 | 70 | 20 | 150 | 73 | 74 |
| Binary | 1111111 | 11010110 | 1011110 | 101001 | 0 | 111000 | 10000 | 1101000 | 111011 | 111100 |
Color Harmonies of #7FD65E
Complementary color
Monochromatic Colors of #7FD65E
Black with #7FD65E
Text Example
Text Example
White with #7FD65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD65E; }
p { color: rgb(127,214,94); }
H1.HeaderClassName
{
color: #7FD65E;
}
.AnyTagClassName
{
color: #7FD65E;
}
</style>
background-color css
<style>
a { background-color: #7FD65E; }
a { background-color: rgb(127,214,94); }
div.DivClassName
{
background-color: #7FD65E;
}
.BgClassName
{
background-color: #7FD65E;
}
</style>
border-color css
<style>
span { border-color: #7FD65E; }
span { border-color: rgb(127,214,94); }
td.TdClassName
{
border-color: #7FD65E;
}
.TagClassName
{
border-color: #7FD65E;
}
</style>