Shades of Mantis #7FBF40
Tints of Mantis #7FBF40
RGB
CMYK
RGB Variations
Color information
#7FBF40 (or 0x7FBF40) is known color: Mantis. HEX triplet: 7F, BF and 40. RGB value is (127,191,64). Sum of RGB (Red+Green+Blue) = 127+191+64=382 (50% of max value = 765). Red value is 127 (50% from 255 or 33.25% from 382); Green value is 191 (75% from 255 or 50% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 191 - color contains mainly: green. Hex color #7FBF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBF40 is #8040BF. Grayscale: #9D9D9D. Windows color (decimal): -8405184 or 4243327. OLE color: 4243327.
HSL color Cylindrical-coordinate representation of color #7FBF40: hue angle of 90.24º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7FBF40 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 191 | 64 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.25 |
| HSL | 90.24º | 0.5% | 0.5% | - |
| HSV(B) | 90.24º | 0.66% | 0.75% | - |
| XYZ | 28.31 | 42.14 | 11.49 | - |
| YUV | 157.39 | 75.3 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 191 | 64 | 0.34 | 0 | 0.66 | 0.25 | 90.24 | 0.5 | 0.5 |
| Hex | 7F | BF | 40 | 22 | 0 | 42 | 19 | 5A | 32 | 32 |
| Octal | 177 | 277 | 100 | 42 | 0 | 102 | 31 | 132 | 62 | 62 |
| Binary | 1111111 | 10111111 | 1000000 | 100010 | 0 | 1000010 | 11001 | 1011010 | 110010 | 110010 |
Color Harmonies of #7FBF40
Complementary color
Monochromatic Colors of #7FBF40
Black with #7FBF40
Text Example
Text Example
White with #7FBF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBF40; }
p { color: rgb(127,191,64); }
H1.HeaderClassName
{
color: #7FBF40;
}
.AnyTagClassName
{
color: #7FBF40;
}
</style>
background-color css
<style>
a { background-color: #7FBF40; }
a { background-color: rgb(127,191,64); }
div.DivClassName
{
background-color: #7FBF40;
}
.BgClassName
{
background-color: #7FBF40;
}
</style>
border-color css
<style>
span { border-color: #7FBF40; }
span { border-color: rgb(127,191,64); }
td.TdClassName
{
border-color: #7FBF40;
}
.TagClassName
{
border-color: #7FBF40;
}
</style>