Shades of Mantis #7FBF64
Tints of Mantis #7FBF64
RGB
CMYK
RGB Variations
Color information
#7FBF64 (or 0x7FBF64) is known color: Mantis. HEX triplet: 7F, BF and 64. RGB value is (127,191,100). Sum of RGB (Red+Green+Blue) = 127+191+100=418 (55% of max value = 765). Red value is 127 (50% from 255 or 30.38% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 191 - color contains mainly: green. Hex color #7FBF64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBF64 is #80409B. Grayscale: #A1A1A1. Windows color (decimal): -8405148 or 6602623. OLE color: 6602623.
HSL color Cylindrical-coordinate representation of color #7FBF64: hue angle of 102.2º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FBF64 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 191 | 100 | - |
| CMYK | 0.34 | 0 | 0.48 | 0.25 |
| HSL | 102.2º | 0.42% | 0.57% | - |
| HSV(B) | 102.2º | 0.48% | 0.75% | - |
| XYZ | 29.68 | 42.69 | 18.73 | - |
| YUV | 161.49 | 93.3 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 191 | 100 | 0.34 | 0 | 0.48 | 0.25 | 102.2 | 0.42 | 0.57 |
| Hex | 7F | BF | 64 | 22 | 0 | 30 | 19 | 66 | 2A | 39 |
| Octal | 177 | 277 | 144 | 42 | 0 | 60 | 31 | 146 | 52 | 71 |
| Binary | 1111111 | 10111111 | 1100100 | 100010 | 0 | 110000 | 11001 | 1100110 | 101010 | 111001 |
Color Harmonies of #7FBF64
Complementary color
Monochromatic Colors of #7FBF64
Black with #7FBF64
Text Example
Text Example
White with #7FBF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBF64; }
p { color: rgb(127,191,100); }
H1.HeaderClassName
{
color: #7FBF64;
}
.AnyTagClassName
{
color: #7FBF64;
}
</style>
background-color css
<style>
a { background-color: #7FBF64; }
a { background-color: rgb(127,191,100); }
div.DivClassName
{
background-color: #7FBF64;
}
.BgClassName
{
background-color: #7FBF64;
}
</style>
border-color css
<style>
span { border-color: #7FBF64; }
span { border-color: rgb(127,191,100); }
td.TdClassName
{
border-color: #7FBF64;
}
.TagClassName
{
border-color: #7FBF64;
}
</style>