Shades of Mantis #7FCE51
Tints of Mantis #7FCE51
RGB
CMYK
RGB Variations
Color information
#7FCE51 (or 0x7FCE51) is known color: Mantis. HEX triplet: 7F, CE and 51. RGB value is (127,206,81). Sum of RGB (Red+Green+Blue) = 127+206+81=414 (54% of max value = 765). Red value is 127 (50% from 255 or 30.68% from 414); Green value is 206 (80.86% from 255 or 49.76% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 206 - color contains mainly: green. Hex color #7FCE51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCE51 is #8031AE. Grayscale: #A8A8A8. Windows color (decimal): -8401327 or 5361279. OLE color: 5361279.
HSL color Cylindrical-coordinate representation of color #7FCE51: hue angle of 97.92º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7FCE51 is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 206 | 81 | - |
| CMYK | 0.38 | 0 | 0.61 | 0.19 |
| HSL | 97.92º | 0.56% | 0.56% | - |
| HSV(B) | 97.92º | 0.61% | 0.81% | - |
| XYZ | 32.31 | 49.25 | 15.59 | - |
| YUV | 168.13 | 78.83 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 206 | 81 | 0.38 | 0 | 0.61 | 0.19 | 97.92 | 0.56 | 0.56 |
| Hex | 7F | CE | 51 | 26 | 0 | 3D | 13 | 62 | 38 | 38 |
| Octal | 177 | 316 | 121 | 46 | 0 | 75 | 23 | 142 | 70 | 70 |
| Binary | 1111111 | 11001110 | 1010001 | 100110 | 0 | 111101 | 10011 | 1100010 | 111000 | 111000 |
Color Harmonies of #7FCE51
Complementary color
Monochromatic Colors of #7FCE51
Black with #7FCE51
Text Example
Text Example
White with #7FCE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCE51; }
p { color: rgb(127,206,81); }
H1.HeaderClassName
{
color: #7FCE51;
}
.AnyTagClassName
{
color: #7FCE51;
}
</style>
background-color css
<style>
a { background-color: #7FCE51; }
a { background-color: rgb(127,206,81); }
div.DivClassName
{
background-color: #7FCE51;
}
.BgClassName
{
background-color: #7FCE51;
}
</style>
border-color css
<style>
span { border-color: #7FCE51; }
span { border-color: rgb(127,206,81); }
td.TdClassName
{
border-color: #7FCE51;
}
.TagClassName
{
border-color: #7FCE51;
}
</style>