Shades of Mantis #7FBE5A
Tints of Mantis #7FBE5A
RGB
CMYK
RGB Variations
Color information
#7FBE5A (or 0x7FBE5A) is known color: Mantis. HEX triplet: 7F, BE and 5A. RGB value is (127,190,90). Sum of RGB (Red+Green+Blue) = 127+190+90=407 (53% of max value = 765). Red value is 127 (50% from 255 or 31.20% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBE5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBE5A is #8041A5. Grayscale: #A0A0A0. Windows color (decimal): -8405414 or 5947007. OLE color: 5947007.
HSL color Cylindrical-coordinate representation of color #7FBE5A: hue angle of 97.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7FBE5A is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 190 | 90 | - |
| CMYK | 0.33 | 0 | 0.53 | 0.25 |
| HSL | 97.8º | 0.43% | 0.55% | - |
| HSV(B) | 97.8º | 0.53% | 0.75% | - |
| XYZ | 29.01 | 42.08 | 16.27 | - |
| YUV | 159.76 | 88.63 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 190 | 90 | 0.33 | 0 | 0.53 | 0.25 | 97.8 | 0.43 | 0.55 |
| Hex | 7F | BE | 5A | 21 | 0 | 35 | 19 | 62 | 2B | 37 |
| Octal | 177 | 276 | 132 | 41 | 0 | 65 | 31 | 142 | 53 | 67 |
| Binary | 1111111 | 10111110 | 1011010 | 100001 | 0 | 110101 | 11001 | 1100010 | 101011 | 110111 |
Color Harmonies of #7FBE5A
Complementary color
Monochromatic Colors of #7FBE5A
Black with #7FBE5A
Text Example
Text Example
White with #7FBE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBE5A; }
p { color: rgb(127,190,90); }
H1.HeaderClassName
{
color: #7FBE5A;
}
.AnyTagClassName
{
color: #7FBE5A;
}
</style>
background-color css
<style>
a { background-color: #7FBE5A; }
a { background-color: rgb(127,190,90); }
div.DivClassName
{
background-color: #7FBE5A;
}
.BgClassName
{
background-color: #7FBE5A;
}
</style>
border-color css
<style>
span { border-color: #7FBE5A; }
span { border-color: rgb(127,190,90); }
td.TdClassName
{
border-color: #7FBE5A;
}
.TagClassName
{
border-color: #7FBE5A;
}
</style>