Shades of Mantis #7FBE4E
Tints of Mantis #7FBE4E
RGB
CMYK
RGB Variations
Color information
#7FBE4E (or 0x7FBE4E) is known color: Mantis. HEX triplet: 7F, BE and 4E. RGB value is (127,190,78). Sum of RGB (Red+Green+Blue) = 127+190+78=395 (52% of max value = 765). Red value is 127 (50% from 255 or 32.15% from 395); Green value is 190 (74.61% from 255 or 48.10% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBE4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBE4E is #8041B1. Grayscale: #9E9E9E. Windows color (decimal): -8405426 or 5160575. OLE color: 5160575.
HSL color Cylindrical-coordinate representation of color #7FBE4E: hue angle of 93.75º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7FBE4E is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 190 | 78 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.25 |
| HSL | 93.75º | 0.46% | 0.53% | - |
| HSV(B) | 93.75º | 0.59% | 0.75% | - |
| XYZ | 28.54 | 41.89 | 13.79 | - |
| YUV | 158.4 | 82.63 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 190 | 78 | 0.33 | 0 | 0.59 | 0.25 | 93.75 | 0.46 | 0.53 |
| Hex | 7F | BE | 4E | 21 | 0 | 3B | 19 | 5E | 2E | 35 |
| Octal | 177 | 276 | 116 | 41 | 0 | 73 | 31 | 136 | 56 | 65 |
| Binary | 1111111 | 10111110 | 1001110 | 100001 | 0 | 111011 | 11001 | 1011110 | 101110 | 110101 |
Color Harmonies of #7FBE4E
Complementary color
Monochromatic Colors of #7FBE4E
Black with #7FBE4E
Text Example
Text Example
White with #7FBE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBE4E; }
p { color: rgb(127,190,78); }
H1.HeaderClassName
{
color: #7FBE4E;
}
.AnyTagClassName
{
color: #7FBE4E;
}
</style>
background-color css
<style>
a { background-color: #7FBE4E; }
a { background-color: rgb(127,190,78); }
div.DivClassName
{
background-color: #7FBE4E;
}
.BgClassName
{
background-color: #7FBE4E;
}
</style>
border-color css
<style>
span { border-color: #7FBE4E; }
span { border-color: rgb(127,190,78); }
td.TdClassName
{
border-color: #7FBE4E;
}
.TagClassName
{
border-color: #7FBE4E;
}
</style>