Shades of Mantis #7FBE4C
Tints of Mantis #7FBE4C
RGB
CMYK
RGB Variations
Color information
#7FBE4C (or 0x7FBE4C) is known color: Mantis. HEX triplet: 7F, BE and 4C. RGB value is (127,190,76). Sum of RGB (Red+Green+Blue) = 127+190+76=393 (52% of max value = 765). Red value is 127 (50% from 255 or 32.32% from 393); Green value is 190 (74.61% from 255 or 48.35% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBE4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBE4C is #8041B3. Grayscale: #9E9E9E. Windows color (decimal): -8405428 or 5029503. OLE color: 5029503.
HSL color Cylindrical-coordinate representation of color #7FBE4C: hue angle of 93.16º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7FBE4C is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 190 | 76 | - |
| CMYK | 0.33 | 0 | 0.60 | 0.25 |
| HSL | 93.16º | 0.47% | 0.52% | - |
| HSV(B) | 93.16º | 0.6% | 0.75% | - |
| XYZ | 28.47 | 41.86 | 13.42 | - |
| YUV | 158.17 | 81.63 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 190 | 76 | 0.33 | 0 | 0.60 | 0.25 | 93.16 | 0.47 | 0.52 |
| Hex | 7F | BE | 4C | 21 | 0 | 3C | 19 | 5D | 2F | 34 |
| Octal | 177 | 276 | 114 | 41 | 0 | 74 | 31 | 135 | 57 | 64 |
| Binary | 1111111 | 10111110 | 1001100 | 100001 | 0 | 111100 | 11001 | 1011101 | 101111 | 110100 |
Color Harmonies of #7FBE4C
Complementary color
Monochromatic Colors of #7FBE4C
Black with #7FBE4C
Text Example
Text Example
White with #7FBE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBE4C; }
p { color: rgb(127,190,76); }
H1.HeaderClassName
{
color: #7FBE4C;
}
.AnyTagClassName
{
color: #7FBE4C;
}
</style>
background-color css
<style>
a { background-color: #7FBE4C; }
a { background-color: rgb(127,190,76); }
div.DivClassName
{
background-color: #7FBE4C;
}
.BgClassName
{
background-color: #7FBE4C;
}
</style>
border-color css
<style>
span { border-color: #7FBE4C; }
span { border-color: rgb(127,190,76); }
td.TdClassName
{
border-color: #7FBE4C;
}
.TagClassName
{
border-color: #7FBE4C;
}
</style>