Shades of Mantis #7FBC47
Tints of Mantis #7FBC47
RGB
CMYK
RGB Variations
Color information
#7FBC47 (or 0x7FBC47) is known color: Mantis. HEX triplet: 7F, BC and 47. RGB value is (127,188,71). Sum of RGB (Red+Green+Blue) = 127+188+71=386 (51% of max value = 765). Red value is 127 (50% from 255 or 32.90% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 71 (28.12% from 255 or 18.39% from 386); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBC47 is #8043B8. Grayscale: #9C9C9C. Windows color (decimal): -8405945 or 4701311. OLE color: 4701311.
HSL color Cylindrical-coordinate representation of color #7FBC47: hue angle of 91.28º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7FBC47 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 71 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.26 |
| HSL | 91.28º | 0.47% | 0.51% | - |
| HSV(B) | 91.28º | 0.62% | 0.74% | - |
| XYZ | 27.87 | 40.93 | 12.39 | - |
| YUV | 156.42 | 79.79 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 71 | 0.32 | 0 | 0.62 | 0.26 | 91.28 | 0.47 | 0.51 |
| Hex | 7F | BC | 47 | 20 | 0 | 3E | 1A | 5B | 2F | 33 |
| Octal | 177 | 274 | 107 | 40 | 0 | 76 | 32 | 133 | 57 | 63 |
| Binary | 1111111 | 10111100 | 1000111 | 100000 | 0 | 111110 | 11010 | 1011011 | 101111 | 110011 |
Color Harmonies of #7FBC47
Complementary color
Monochromatic Colors of #7FBC47
Black with #7FBC47
Text Example
Text Example
White with #7FBC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBC47; }
p { color: rgb(127,188,71); }
H1.HeaderClassName
{
color: #7FBC47;
}
.AnyTagClassName
{
color: #7FBC47;
}
</style>
background-color css
<style>
a { background-color: #7FBC47; }
a { background-color: rgb(127,188,71); }
div.DivClassName
{
background-color: #7FBC47;
}
.BgClassName
{
background-color: #7FBC47;
}
</style>
border-color css
<style>
span { border-color: #7FBC47; }
span { border-color: rgb(127,188,71); }
td.TdClassName
{
border-color: #7FBC47;
}
.TagClassName
{
border-color: #7FBC47;
}
</style>