Shades of Mantis #7FBC4C
Tints of Mantis #7FBC4C
RGB
CMYK
RGB Variations
Color information
#7FBC4C (or 0x7FBC4C) is known color: Mantis. HEX triplet: 7F, BC and 4C. RGB value is (127,188,76). Sum of RGB (Red+Green+Blue) = 127+188+76=391 (51% of max value = 765). Red value is 127 (50% from 255 or 32.48% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 76 (30.08% from 255 or 19.44% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBC4C is #8043B3. Grayscale: #9D9D9D. Windows color (decimal): -8405940 or 5028991. OLE color: 5028991.
HSL color Cylindrical-coordinate representation of color #7FBC4C: hue angle of 92.68º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7FBC4C is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 76 | - |
| CMYK | 0.32 | 0 | 0.60 | 0.26 |
| HSL | 92.68º | 0.46% | 0.52% | - |
| HSV(B) | 92.68º | 0.6% | 0.74% | - |
| XYZ | 28.04 | 41 | 13.27 | - |
| YUV | 156.99 | 82.29 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 76 | 0.32 | 0 | 0.60 | 0.26 | 92.68 | 0.46 | 0.52 |
| Hex | 7F | BC | 4C | 20 | 0 | 3C | 1A | 5D | 2E | 34 |
| Octal | 177 | 274 | 114 | 40 | 0 | 74 | 32 | 135 | 56 | 64 |
| Binary | 1111111 | 10111100 | 1001100 | 100000 | 0 | 111100 | 11010 | 1011101 | 101110 | 110100 |
Color Harmonies of #7FBC4C
Complementary color
Monochromatic Colors of #7FBC4C
Black with #7FBC4C
Text Example
Text Example
White with #7FBC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBC4C; }
p { color: rgb(127,188,76); }
H1.HeaderClassName
{
color: #7FBC4C;
}
.AnyTagClassName
{
color: #7FBC4C;
}
</style>
background-color css
<style>
a { background-color: #7FBC4C; }
a { background-color: rgb(127,188,76); }
div.DivClassName
{
background-color: #7FBC4C;
}
.BgClassName
{
background-color: #7FBC4C;
}
</style>
border-color css
<style>
span { border-color: #7FBC4C; }
span { border-color: rgb(127,188,76); }
td.TdClassName
{
border-color: #7FBC4C;
}
.TagClassName
{
border-color: #7FBC4C;
}
</style>