Shades of Mantis #7FBD56
Tints of Mantis #7FBD56
RGB
CMYK
RGB Variations
Color information
#7FBD56 (or 0x7FBD56) is known color: Mantis. HEX triplet: 7F, BD and 56. RGB value is (127,189,86). Sum of RGB (Red+Green+Blue) = 127+189+86=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 189 (74.22% from 255 or 47.01% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBD56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBD56 is #8042A9. Grayscale: #9F9F9F. Windows color (decimal): -8405674 or 5684607. OLE color: 5684607.
HSL color Cylindrical-coordinate representation of color #7FBD56: hue angle of 96.12º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7FBD56 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 189 | 86 | - |
| CMYK | 0.33 | 0 | 0.54 | 0.26 |
| HSL | 96.12º | 0.44% | 0.54% | - |
| HSV(B) | 96.12º | 0.54% | 0.74% | - |
| XYZ | 28.63 | 41.58 | 15.32 | - |
| YUV | 158.72 | 86.96 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 189 | 86 | 0.33 | 0 | 0.54 | 0.26 | 96.12 | 0.44 | 0.54 |
| Hex | 7F | BD | 56 | 21 | 0 | 36 | 1A | 60 | 2C | 36 |
| Octal | 177 | 275 | 126 | 41 | 0 | 66 | 32 | 140 | 54 | 66 |
| Binary | 1111111 | 10111101 | 1010110 | 100001 | 0 | 110110 | 11010 | 1100000 | 101100 | 110110 |
Color Harmonies of #7FBD56
Complementary color
Monochromatic Colors of #7FBD56
Black with #7FBD56
Text Example
Text Example
White with #7FBD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBD56; }
p { color: rgb(127,189,86); }
H1.HeaderClassName
{
color: #7FBD56;
}
.AnyTagClassName
{
color: #7FBD56;
}
</style>
background-color css
<style>
a { background-color: #7FBD56; }
a { background-color: rgb(127,189,86); }
div.DivClassName
{
background-color: #7FBD56;
}
.BgClassName
{
background-color: #7FBD56;
}
</style>
border-color css
<style>
span { border-color: #7FBD56; }
span { border-color: rgb(127,189,86); }
td.TdClassName
{
border-color: #7FBD56;
}
.TagClassName
{
border-color: #7FBD56;
}
</style>