Shades of Mantis #7FBD58
Tints of Mantis #7FBD58
RGB
CMYK
RGB Variations
Color information
#7FBD58 (or 0x7FBD58) is known color: Mantis. HEX triplet: 7F, BD and 58. RGB value is (127,189,88). Sum of RGB (Red+Green+Blue) = 127+189+88=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBD58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBD58 is #8042A7. Grayscale: #9F9F9F. Windows color (decimal): -8405672 or 5815679. OLE color: 5815679.
HSL color Cylindrical-coordinate representation of color #7FBD58: hue angle of 96.83º 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 #7FBD58 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 189 | 88 | - |
| CMYK | 0.33 | 0 | 0.53 | 0.26 |
| HSL | 96.83º | 0.43% | 0.54% | - |
| HSV(B) | 96.83º | 0.53% | 0.74% | - |
| XYZ | 28.71 | 41.61 | 15.75 | - |
| YUV | 158.95 | 87.96 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 189 | 88 | 0.33 | 0 | 0.53 | 0.26 | 96.83 | 0.43 | 0.54 |
| Hex | 7F | BD | 58 | 21 | 0 | 35 | 1A | 61 | 2B | 36 |
| Octal | 177 | 275 | 130 | 41 | 0 | 65 | 32 | 141 | 53 | 66 |
| Binary | 1111111 | 10111101 | 1011000 | 100001 | 0 | 110101 | 11010 | 1100001 | 101011 | 110110 |
Color Harmonies of #7FBD58
Complementary color
Monochromatic Colors of #7FBD58
Black with #7FBD58
Text Example
Text Example
White with #7FBD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBD58; }
p { color: rgb(127,189,88); }
H1.HeaderClassName
{
color: #7FBD58;
}
.AnyTagClassName
{
color: #7FBD58;
}
</style>
background-color css
<style>
a { background-color: #7FBD58; }
a { background-color: rgb(127,189,88); }
div.DivClassName
{
background-color: #7FBD58;
}
.BgClassName
{
background-color: #7FBD58;
}
</style>
border-color css
<style>
span { border-color: #7FBD58; }
span { border-color: rgb(127,189,88); }
td.TdClassName
{
border-color: #7FBD58;
}
.TagClassName
{
border-color: #7FBD58;
}
</style>