Shades of Mantis #7FBC49
Tints of Mantis #7FBC49
RGB
CMYK
RGB Variations
Color information
#7FBC49 (or 0x7FBC49) is known color: Mantis. HEX triplet: 7F, BC and 49. RGB value is (127,188,73). Sum of RGB (Red+Green+Blue) = 127+188+73=388 (51% of max value = 765). Red value is 127 (50% from 255 or 32.73% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBC49 is #8043B6. Grayscale: #9D9D9D. Windows color (decimal): -8405943 or 4832383. OLE color: 4832383.
HSL color Cylindrical-coordinate representation of color #7FBC49: hue angle of 91.83º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7FBC49 is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 73 | - |
| CMYK | 0.32 | 0 | 0.61 | 0.26 |
| HSL | 91.83º | 0.46% | 0.51% | - |
| HSV(B) | 91.83º | 0.61% | 0.74% | - |
| XYZ | 27.94 | 40.96 | 12.74 | - |
| YUV | 156.65 | 80.79 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 73 | 0.32 | 0 | 0.61 | 0.26 | 91.83 | 0.46 | 0.51 |
| Hex | 7F | BC | 49 | 20 | 0 | 3D | 1A | 5C | 2E | 33 |
| Octal | 177 | 274 | 111 | 40 | 0 | 75 | 32 | 134 | 56 | 63 |
| Binary | 1111111 | 10111100 | 1001001 | 100000 | 0 | 111101 | 11010 | 1011100 | 101110 | 110011 |
Color Harmonies of #7FBC49
Complementary color
Monochromatic Colors of #7FBC49
Black with #7FBC49
Text Example
Text Example
White with #7FBC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBC49; }
p { color: rgb(127,188,73); }
H1.HeaderClassName
{
color: #7FBC49;
}
.AnyTagClassName
{
color: #7FBC49;
}
</style>
background-color css
<style>
a { background-color: #7FBC49; }
a { background-color: rgb(127,188,73); }
div.DivClassName
{
background-color: #7FBC49;
}
.BgClassName
{
background-color: #7FBC49;
}
</style>
border-color css
<style>
span { border-color: #7FBC49; }
span { border-color: rgb(127,188,73); }
td.TdClassName
{
border-color: #7FBC49;
}
.TagClassName
{
border-color: #7FBC49;
}
</style>