Shades of Mantis #7FBC64
Tints of Mantis #7FBC64
RGB
CMYK
RGB Variations
Color information
#7FBC64 (or 0x7FBC64) is known color: Mantis. HEX triplet: 7F, BC and 64. RGB value is (127,188,100). Sum of RGB (Red+Green+Blue) = 127+188+100=415 (54% of max value = 765). Red value is 127 (50% from 255 or 30.60% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBC64 is #80439B. Grayscale: #A0A0A0. Windows color (decimal): -8405916 or 6601855. OLE color: 6601855.
HSL color Cylindrical-coordinate representation of color #7FBC64: hue angle of 101.59º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FBC64 is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 100 | - |
| CMYK | 0.32 | 0 | 0.47 | 0.26 |
| HSL | 101.59º | 0.4% | 0.56% | - |
| HSV(B) | 101.59º | 0.47% | 0.74% | - |
| XYZ | 29.04 | 41.4 | 18.52 | - |
| YUV | 159.73 | 94.29 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 100 | 0.32 | 0 | 0.47 | 0.26 | 101.59 | 0.4 | 0.56 |
| Hex | 7F | BC | 64 | 20 | 0 | 2F | 1A | 66 | 28 | 38 |
| Octal | 177 | 274 | 144 | 40 | 0 | 57 | 32 | 146 | 50 | 70 |
| Binary | 1111111 | 10111100 | 1100100 | 100000 | 0 | 101111 | 11010 | 1100110 | 101000 | 111000 |
Color Harmonies of #7FBC64
Complementary color
Monochromatic Colors of #7FBC64
Black with #7FBC64
Text Example
Text Example
White with #7FBC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBC64; }
p { color: rgb(127,188,100); }
H1.HeaderClassName
{
color: #7FBC64;
}
.AnyTagClassName
{
color: #7FBC64;
}
</style>
background-color css
<style>
a { background-color: #7FBC64; }
a { background-color: rgb(127,188,100); }
div.DivClassName
{
background-color: #7FBC64;
}
.BgClassName
{
background-color: #7FBC64;
}
</style>
border-color css
<style>
span { border-color: #7FBC64; }
span { border-color: rgb(127,188,100); }
td.TdClassName
{
border-color: #7FBC64;
}
.TagClassName
{
border-color: #7FBC64;
}
</style>