Shades of Mantis #7FBC58
Tints of Mantis #7FBC58
RGB
CMYK
RGB Variations
Color information
#7FBC58 (or 0x7FBC58) is known color: Mantis. HEX triplet: 7F, BC and 58. RGB value is (127,188,88). Sum of RGB (Red+Green+Blue) = 127+188+88=403 (53% of max value = 765). Red value is 127 (50% from 255 or 31.51% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 88 (34.77% from 255 or 21.84% from 403); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBC58 is #8043A7. Grayscale: #9E9E9E. Windows color (decimal): -8405928 or 5815423. OLE color: 5815423.
HSL color Cylindrical-coordinate representation of color #7FBC58: hue angle of 96.6º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7FBC58 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 88 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.26 |
| HSL | 96.6º | 0.43% | 0.54% | - |
| HSV(B) | 96.6º | 0.53% | 0.74% | - |
| XYZ | 28.5 | 41.18 | 15.68 | - |
| YUV | 158.36 | 88.29 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 88 | 0.32 | 0 | 0.53 | 0.26 | 96.6 | 0.43 | 0.54 |
| Hex | 7F | BC | 58 | 20 | 0 | 35 | 1A | 61 | 2B | 36 |
| Octal | 177 | 274 | 130 | 40 | 0 | 65 | 32 | 141 | 53 | 66 |
| Binary | 1111111 | 10111100 | 1011000 | 100000 | 0 | 110101 | 11010 | 1100001 | 101011 | 110110 |
Color Harmonies of #7FBC58
Complementary color
Monochromatic Colors of #7FBC58
Black with #7FBC58
Text Example
Text Example
White with #7FBC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBC58; }
p { color: rgb(127,188,88); }
H1.HeaderClassName
{
color: #7FBC58;
}
.AnyTagClassName
{
color: #7FBC58;
}
</style>
background-color css
<style>
a { background-color: #7FBC58; }
a { background-color: rgb(127,188,88); }
div.DivClassName
{
background-color: #7FBC58;
}
.BgClassName
{
background-color: #7FBC58;
}
</style>
border-color css
<style>
span { border-color: #7FBC58; }
span { border-color: rgb(127,188,88); }
td.TdClassName
{
border-color: #7FBC58;
}
.TagClassName
{
border-color: #7FBC58;
}
</style>