Shades of Mantis #7FBC46
Tints of Mantis #7FBC46
RGB
CMYK
RGB Variations
Color information
#7FBC46 (or 0x7FBC46) is known color: Mantis. HEX triplet: 7F, BC and 46. RGB value is (127,188,70). Sum of RGB (Red+Green+Blue) = 127+188+70=385 (50% of max value = 765). Red value is 127 (50% from 255 or 32.99% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBC46 is #8043B9. Grayscale: #9C9C9C. Windows color (decimal): -8405946 or 4635775. OLE color: 4635775.
HSL color Cylindrical-coordinate representation of color #7FBC46: hue angle of 91.02º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7FBC46 is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 70 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.26 |
| HSL | 91.02º | 0.47% | 0.51% | - |
| HSV(B) | 91.02º | 0.63% | 0.74% | - |
| XYZ | 27.84 | 40.92 | 12.23 | - |
| YUV | 156.31 | 79.29 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 70 | 0.32 | 0 | 0.63 | 0.26 | 91.02 | 0.47 | 0.51 |
| Hex | 7F | BC | 46 | 20 | 0 | 3F | 1A | 5B | 2F | 33 |
| Octal | 177 | 274 | 106 | 40 | 0 | 77 | 32 | 133 | 57 | 63 |
| Binary | 1111111 | 10111100 | 1000110 | 100000 | 0 | 111111 | 11010 | 1011011 | 101111 | 110011 |
Color Harmonies of #7FBC46
Complementary color
Monochromatic Colors of #7FBC46
Black with #7FBC46
Text Example
Text Example
White with #7FBC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBC46; }
p { color: rgb(127,188,70); }
H1.HeaderClassName
{
color: #7FBC46;
}
.AnyTagClassName
{
color: #7FBC46;
}
</style>
background-color css
<style>
a { background-color: #7FBC46; }
a { background-color: rgb(127,188,70); }
div.DivClassName
{
background-color: #7FBC46;
}
.BgClassName
{
background-color: #7FBC46;
}
</style>
border-color css
<style>
span { border-color: #7FBC46; }
span { border-color: rgb(127,188,70); }
td.TdClassName
{
border-color: #7FBC46;
}
.TagClassName
{
border-color: #7FBC46;
}
</style>