Shades of Mantis #7FC351
Tints of Mantis #7FC351
RGB
CMYK
RGB Variations
Color information
#7FC351 (or 0x7FC351) is known color: Mantis. HEX triplet: 7F, C3 and 51. RGB value is (127,195,81). Sum of RGB (Red+Green+Blue) = 127+195+81=403 (53% of max value = 765). Red value is 127 (50% from 255 or 31.51% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC351 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC351 is #803CAE. Grayscale: #A2A2A2. Windows color (decimal): -8404143 or 5358463. OLE color: 5358463.
HSL color Cylindrical-coordinate representation of color #7FC351: hue angle of 95.79º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7FC351 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 195 | 81 | - |
| CMYK | 0.35 | 0 | 0.58 | 0.24 |
| HSL | 95.79º | 0.49% | 0.54% | - |
| HSV(B) | 95.79º | 0.58% | 0.76% | - |
| XYZ | 29.75 | 44.14 | 14.74 | - |
| YUV | 161.67 | 82.47 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 195 | 81 | 0.35 | 0 | 0.58 | 0.24 | 95.79 | 0.49 | 0.54 |
| Hex | 7F | C3 | 51 | 23 | 0 | 3A | 18 | 60 | 31 | 36 |
| Octal | 177 | 303 | 121 | 43 | 0 | 72 | 30 | 140 | 61 | 66 |
| Binary | 1111111 | 11000011 | 1010001 | 100011 | 0 | 111010 | 11000 | 1100000 | 110001 | 110110 |
Color Harmonies of #7FC351
Complementary color
Monochromatic Colors of #7FC351
Black with #7FC351
Text Example
Text Example
White with #7FC351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC351; }
p { color: rgb(127,195,81); }
H1.HeaderClassName
{
color: #7FC351;
}
.AnyTagClassName
{
color: #7FC351;
}
</style>
background-color css
<style>
a { background-color: #7FC351; }
a { background-color: rgb(127,195,81); }
div.DivClassName
{
background-color: #7FC351;
}
.BgClassName
{
background-color: #7FC351;
}
</style>
border-color css
<style>
span { border-color: #7FC351; }
span { border-color: rgb(127,195,81); }
td.TdClassName
{
border-color: #7FC351;
}
.TagClassName
{
border-color: #7FC351;
}
</style>