Shades of Mantis #7FC550
Tints of Mantis #7FC550
RGB
CMYK
RGB Variations
Color information
#7FC550 (or 0x7FC550) is known color: Mantis. HEX triplet: 7F, C5 and 50. RGB value is (127,197,80). Sum of RGB (Red+Green+Blue) = 127+197+80=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 197 (77.34% from 255 or 48.76% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 197 - color contains mainly: green. Hex color #7FC550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC550 is #803AAF. Grayscale: #A3A3A3. Windows color (decimal): -8403632 or 5293439. OLE color: 5293439.
HSL color Cylindrical-coordinate representation of color #7FC550: hue angle of 95.9º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7FC550 is Cyan = 0.36, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 127 | 197 | 80 | - |
| CMYK | 0.36 | 0 | 0.59 | 0.23 |
| HSL | 95.9º | 0.5% | 0.54% | - |
| HSV(B) | 95.9º | 0.59% | 0.77% | - |
| XYZ | 30.17 | 45.02 | 14.69 | - |
| YUV | 162.73 | 81.31 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 197 | 80 | 0.36 | 0 | 0.59 | 0.23 | 95.9 | 0.5 | 0.54 |
| Hex | 7F | C5 | 50 | 24 | 0 | 3B | 17 | 60 | 32 | 36 |
| Octal | 177 | 305 | 120 | 44 | 0 | 73 | 27 | 140 | 62 | 66 |
| Binary | 1111111 | 11000101 | 1010000 | 100100 | 0 | 111011 | 10111 | 1100000 | 110010 | 110110 |
Color Harmonies of #7FC550
Complementary color
Monochromatic Colors of #7FC550
Black with #7FC550
Text Example
Text Example
White with #7FC550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC550; }
p { color: rgb(127,197,80); }
H1.HeaderClassName
{
color: #7FC550;
}
.AnyTagClassName
{
color: #7FC550;
}
</style>
background-color css
<style>
a { background-color: #7FC550; }
a { background-color: rgb(127,197,80); }
div.DivClassName
{
background-color: #7FC550;
}
.BgClassName
{
background-color: #7FC550;
}
</style>
border-color css
<style>
span { border-color: #7FC550; }
span { border-color: rgb(127,197,80); }
td.TdClassName
{
border-color: #7FC550;
}
.TagClassName
{
border-color: #7FC550;
}
</style>