Shades of Mantis #7FB550
Tints of Mantis #7FB550
RGB
CMYK
RGB Variations
Color information
#7FB550 (or 0x7FB550) is known color: Mantis. HEX triplet: 7F, B5 and 50. RGB value is (127,181,80). Sum of RGB (Red+Green+Blue) = 127+181+80=388 (51% of max value = 765). Red value is 127 (50% from 255 or 32.73% from 388); Green value is 181 (71.09% from 255 or 46.65% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 181 - color contains mainly: green. Hex color #7FB550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB550 is #804AAF. Grayscale: #999999. Windows color (decimal): -8407728 or 5289343. OLE color: 5289343.
HSL color Cylindrical-coordinate representation of color #7FB550: hue angle of 92.08º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7FB550 is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 181 | 80 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.29 |
| HSL | 92.08º | 0.41% | 0.51% | - |
| HSV(B) | 92.08º | 0.56% | 0.71% | - |
| XYZ | 26.72 | 38.14 | 13.54 | - |
| YUV | 153.34 | 86.61 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 181 | 80 | 0.30 | 0 | 0.56 | 0.29 | 92.08 | 0.41 | 0.51 |
| Hex | 7F | B5 | 50 | 1E | 0 | 38 | 1D | 5C | 29 | 33 |
| Octal | 177 | 265 | 120 | 36 | 0 | 70 | 35 | 134 | 51 | 63 |
| Binary | 1111111 | 10110101 | 1010000 | 11110 | 0 | 111000 | 11101 | 1011100 | 101001 | 110011 |
Color Harmonies of #7FB550
Complementary color
Monochromatic Colors of #7FB550
Black with #7FB550
Text Example
Text Example
White with #7FB550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB550; }
p { color: rgb(127,181,80); }
H1.HeaderClassName
{
color: #7FB550;
}
.AnyTagClassName
{
color: #7FB550;
}
</style>
background-color css
<style>
a { background-color: #7FB550; }
a { background-color: rgb(127,181,80); }
div.DivClassName
{
background-color: #7FB550;
}
.BgClassName
{
background-color: #7FB550;
}
</style>
border-color css
<style>
span { border-color: #7FB550; }
span { border-color: rgb(127,181,80); }
td.TdClassName
{
border-color: #7FB550;
}
.TagClassName
{
border-color: #7FB550;
}
</style>