Shades of Mantis #7FC051
Tints of Mantis #7FC051
RGB
CMYK
RGB Variations
Color information
#7FC051 (or 0x7FC051) is known color: Mantis. HEX triplet: 7F, C0 and 51. RGB value is (127,192,81). Sum of RGB (Red+Green+Blue) = 127+192+81=400 (52% of max value = 765). Red value is 127 (50% from 255 or 31.75% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC051 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC051 is #803FAE. Grayscale: #A0A0A0. Windows color (decimal): -8404911 or 5357695. OLE color: 5357695.
HSL color Cylindrical-coordinate representation of color #7FC051: hue angle of 95.14º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7FC051 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 192 | 81 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.25 |
| HSL | 95.14º | 0.47% | 0.54% | - |
| HSV(B) | 95.14º | 0.58% | 0.75% | - |
| XYZ | 29.09 | 42.81 | 14.51 | - |
| YUV | 159.91 | 83.47 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 81 | 0.34 | 0 | 0.58 | 0.25 | 95.14 | 0.47 | 0.54 |
| Hex | 7F | C0 | 51 | 22 | 0 | 3A | 19 | 5F | 2F | 36 |
| Octal | 177 | 300 | 121 | 42 | 0 | 72 | 31 | 137 | 57 | 66 |
| Binary | 1111111 | 11000000 | 1010001 | 100010 | 0 | 111010 | 11001 | 1011111 | 101111 | 110110 |
Color Harmonies of #7FC051
Complementary color
Monochromatic Colors of #7FC051
Black with #7FC051
Text Example
Text Example
White with #7FC051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC051; }
p { color: rgb(127,192,81); }
H1.HeaderClassName
{
color: #7FC051;
}
.AnyTagClassName
{
color: #7FC051;
}
</style>
background-color css
<style>
a { background-color: #7FC051; }
a { background-color: rgb(127,192,81); }
div.DivClassName
{
background-color: #7FC051;
}
.BgClassName
{
background-color: #7FC051;
}
</style>
border-color css
<style>
span { border-color: #7FC051; }
span { border-color: rgb(127,192,81); }
td.TdClassName
{
border-color: #7FC051;
}
.TagClassName
{
border-color: #7FC051;
}
</style>