Shades of Mantis #7FBF4A
Tints of Mantis #7FBF4A
RGB
CMYK
RGB Variations
Color information
#7FBF4A (or 0x7FBF4A) is known color: Mantis. HEX triplet: 7F, BF and 4A. RGB value is (127,191,74). Sum of RGB (Red+Green+Blue) = 127+191+74=392 (51% of max value = 765). Red value is 127 (50% from 255 or 32.40% from 392); Green value is 191 (75% from 255 or 48.72% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 191 - color contains mainly: green. Hex color #7FBF4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBF4A is #8040B5. Grayscale: #9E9E9E. Windows color (decimal): -8405174 or 4898687. OLE color: 4898687.
HSL color Cylindrical-coordinate representation of color #7FBF4A: hue angle of 92.82º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7FBF4A is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 191 | 74 | - |
| CMYK | 0.34 | 0 | 0.61 | 0.25 |
| HSL | 92.82º | 0.48% | 0.52% | - |
| HSV(B) | 92.82º | 0.61% | 0.75% | - |
| XYZ | 28.62 | 42.27 | 13.13 | - |
| YUV | 158.53 | 80.3 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 191 | 74 | 0.34 | 0 | 0.61 | 0.25 | 92.82 | 0.48 | 0.52 |
| Hex | 7F | BF | 4A | 22 | 0 | 3D | 19 | 5D | 30 | 34 |
| Octal | 177 | 277 | 112 | 42 | 0 | 75 | 31 | 135 | 60 | 64 |
| Binary | 1111111 | 10111111 | 1001010 | 100010 | 0 | 111101 | 11001 | 1011101 | 110000 | 110100 |
Color Harmonies of #7FBF4A
Complementary color
Monochromatic Colors of #7FBF4A
Black with #7FBF4A
Text Example
Text Example
White with #7FBF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBF4A; }
p { color: rgb(127,191,74); }
H1.HeaderClassName
{
color: #7FBF4A;
}
.AnyTagClassName
{
color: #7FBF4A;
}
</style>
background-color css
<style>
a { background-color: #7FBF4A; }
a { background-color: rgb(127,191,74); }
div.DivClassName
{
background-color: #7FBF4A;
}
.BgClassName
{
background-color: #7FBF4A;
}
</style>
border-color css
<style>
span { border-color: #7FBF4A; }
span { border-color: rgb(127,191,74); }
td.TdClassName
{
border-color: #7FBF4A;
}
.TagClassName
{
border-color: #7FBF4A;
}
</style>