Shades of Mantis #7FB458
Tints of Mantis #7FB458
RGB
CMYK
RGB Variations
Color information
#7FB458 (or 0x7FB458) is known color: Mantis. HEX triplet: 7F, B4 and 58. RGB value is (127,180,88). Sum of RGB (Red+Green+Blue) = 127+180+88=395 (52% of max value = 765). Red value is 127 (50% from 255 or 32.15% from 395); Green value is 180 (70.70% from 255 or 45.57% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 180 - color contains mainly: green. Hex color #7FB458 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB458 is #804BA7. Grayscale: #999999. Windows color (decimal): -8407976 or 5813375. OLE color: 5813375.
HSL color Cylindrical-coordinate representation of color #7FB458: hue angle of 94.57º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7FB458 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 180 | 88 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.29 |
| HSL | 94.57º | 0.38% | 0.53% | - |
| HSV(B) | 94.57º | 0.51% | 0.71% | - |
| XYZ | 26.84 | 37.86 | 15.13 | - |
| YUV | 153.67 | 90.94 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 180 | 88 | 0.29 | 0 | 0.51 | 0.29 | 94.57 | 0.38 | 0.53 |
| Hex | 7F | B4 | 58 | 1D | 0 | 33 | 1D | 5F | 26 | 35 |
| Octal | 177 | 264 | 130 | 35 | 0 | 63 | 35 | 137 | 46 | 65 |
| Binary | 1111111 | 10110100 | 1011000 | 11101 | 0 | 110011 | 11101 | 1011111 | 100110 | 110101 |
Color Harmonies of #7FB458
Complementary color
Monochromatic Colors of #7FB458
Black with #7FB458
Text Example
Text Example
White with #7FB458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB458; }
p { color: rgb(127,180,88); }
H1.HeaderClassName
{
color: #7FB458;
}
.AnyTagClassName
{
color: #7FB458;
}
</style>
background-color css
<style>
a { background-color: #7FB458; }
a { background-color: rgb(127,180,88); }
div.DivClassName
{
background-color: #7FB458;
}
.BgClassName
{
background-color: #7FB458;
}
</style>
border-color css
<style>
span { border-color: #7FB458; }
span { border-color: rgb(127,180,88); }
td.TdClassName
{
border-color: #7FB458;
}
.TagClassName
{
border-color: #7FB458;
}
</style>