Shades of Mantis #7FBB50
Tints of Mantis #7FBB50
RGB
CMYK
RGB Variations
Color information
#7FBB50 (or 0x7FBB50) is known color: Mantis. HEX triplet: 7F, BB and 50. RGB value is (127,187,80). Sum of RGB (Red+Green+Blue) = 127+187+80=394 (52% of max value = 765). Red value is 127 (50% from 255 or 32.23% from 394); Green value is 187 (73.44% from 255 or 47.46% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 187 - color contains mainly: green. Hex color #7FBB50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBB50 is #8044AF. Grayscale: #9D9D9D. Windows color (decimal): -8406192 or 5290879. OLE color: 5290879.
HSL color Cylindrical-coordinate representation of color #7FBB50: hue angle of 93.64º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7FBB50 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 187 | 80 | - |
| CMYK | 0.32 | 0 | 0.57 | 0.27 |
| HSL | 93.64º | 0.44% | 0.52% | - |
| HSV(B) | 93.64º | 0.57% | 0.73% | - |
| XYZ | 27.97 | 40.63 | 13.96 | - |
| YUV | 156.86 | 84.62 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 187 | 80 | 0.32 | 0 | 0.57 | 0.27 | 93.64 | 0.44 | 0.52 |
| Hex | 7F | BB | 50 | 20 | 0 | 39 | 1B | 5E | 2C | 34 |
| Octal | 177 | 273 | 120 | 40 | 0 | 71 | 33 | 136 | 54 | 64 |
| Binary | 1111111 | 10111011 | 1010000 | 100000 | 0 | 111001 | 11011 | 1011110 | 101100 | 110100 |
Color Harmonies of #7FBB50
Complementary color
Monochromatic Colors of #7FBB50
Black with #7FBB50
Text Example
Text Example
White with #7FBB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBB50; }
p { color: rgb(127,187,80); }
H1.HeaderClassName
{
color: #7FBB50;
}
.AnyTagClassName
{
color: #7FBB50;
}
</style>
background-color css
<style>
a { background-color: #7FBB50; }
a { background-color: rgb(127,187,80); }
div.DivClassName
{
background-color: #7FBB50;
}
.BgClassName
{
background-color: #7FBB50;
}
</style>
border-color css
<style>
span { border-color: #7FBB50; }
span { border-color: rgb(127,187,80); }
td.TdClassName
{
border-color: #7FBB50;
}
.TagClassName
{
border-color: #7FBB50;
}
</style>