Shades of Mantis #7FBC3F
Tints of Mantis #7FBC3F
RGB
CMYK
RGB Variations
Color information
#7FBC3F (or 0x7FBC3F) is known color: Mantis. HEX triplet: 7F, BC and 3F. RGB value is (127,188,63). Sum of RGB (Red+Green+Blue) = 127+188+63=378 (50% of max value = 765). Red value is 127 (50% from 255 or 33.60% from 378); Green value is 188 (73.83% from 255 or 49.74% from 378); Blue value is 63 (25% from 255 or 16.67% from 378); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBC3F is #8043C0. Grayscale: #9B9B9B. Windows color (decimal): -8405953 or 4177023. OLE color: 4177023.
HSL color Cylindrical-coordinate representation of color #7FBC3F: hue angle of 89.28º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7FBC3F is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 63 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.26 |
| HSL | 89.28º | 0.5% | 0.49% | - |
| HSV(B) | 89.28º | 0.66% | 0.74% | - |
| XYZ | 27.63 | 40.84 | 11.13 | - |
| YUV | 155.51 | 75.79 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 63 | 0.32 | 0 | 0.66 | 0.26 | 89.28 | 0.5 | 0.49 |
| Hex | 7F | BC | 3F | 20 | 0 | 42 | 1A | 59 | 32 | 31 |
| Octal | 177 | 274 | 77 | 40 | 0 | 102 | 32 | 131 | 62 | 61 |
| Binary | 1111111 | 10111100 | 111111 | 100000 | 0 | 1000010 | 11010 | 1011001 | 110010 | 110001 |
Color Harmonies of #7FBC3F
Complementary color
Monochromatic Colors of #7FBC3F
Black with #7FBC3F
Text Example
Text Example
White with #7FBC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBC3F; }
p { color: rgb(127,188,63); }
H1.HeaderClassName
{
color: #7FBC3F;
}
.AnyTagClassName
{
color: #7FBC3F;
}
</style>
background-color css
<style>
a { background-color: #7FBC3F; }
a { background-color: rgb(127,188,63); }
div.DivClassName
{
background-color: #7FBC3F;
}
.BgClassName
{
background-color: #7FBC3F;
}
</style>
border-color css
<style>
span { border-color: #7FBC3F; }
span { border-color: rgb(127,188,63); }
td.TdClassName
{
border-color: #7FBC3F;
}
.TagClassName
{
border-color: #7FBC3F;
}
</style>