Shades of Mantis #7FC53F
Tints of Mantis #7FC53F
RGB
CMYK
RGB Variations
Color information
#7FC53F (or 0x7FC53F) is known color: Mantis. HEX triplet: 7F, C5 and 3F. RGB value is (127,197,63). Sum of RGB (Red+Green+Blue) = 127+197+63=387 (51% of max value = 765). Red value is 127 (50% from 255 or 32.82% from 387); Green value is 197 (77.34% from 255 or 50.90% from 387); Blue value is 63 (25% from 255 or 16.28% from 387); Max value from RGB is 197 - color contains mainly: green. Hex color #7FC53F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC53F is #803AC0. Grayscale: #A1A1A1. Windows color (decimal): -8403649 or 4179327. OLE color: 4179327.
HSL color Cylindrical-coordinate representation of color #7FC53F: hue angle of 91.34º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7FC53F is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 127 | 197 | 63 | - |
| CMYK | 0.36 | 0 | 0.68 | 0.23 |
| HSL | 91.34º | 0.54% | 0.51% | - |
| HSV(B) | 91.34º | 0.68% | 0.77% | - |
| XYZ | 29.62 | 44.8 | 11.79 | - |
| YUV | 160.79 | 72.81 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 197 | 63 | 0.36 | 0 | 0.68 | 0.23 | 91.34 | 0.54 | 0.51 |
| Hex | 7F | C5 | 3F | 24 | 0 | 44 | 17 | 5B | 36 | 33 |
| Octal | 177 | 305 | 77 | 44 | 0 | 104 | 27 | 133 | 66 | 63 |
| Binary | 1111111 | 11000101 | 111111 | 100100 | 0 | 1000100 | 10111 | 1011011 | 110110 | 110011 |
Color Harmonies of #7FC53F
Complementary color
Monochromatic Colors of #7FC53F
Black with #7FC53F
Text Example
Text Example
White with #7FC53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC53F; }
p { color: rgb(127,197,63); }
H1.HeaderClassName
{
color: #7FC53F;
}
.AnyTagClassName
{
color: #7FC53F;
}
</style>
background-color css
<style>
a { background-color: #7FC53F; }
a { background-color: rgb(127,197,63); }
div.DivClassName
{
background-color: #7FC53F;
}
.BgClassName
{
background-color: #7FC53F;
}
</style>
border-color css
<style>
span { border-color: #7FC53F; }
span { border-color: rgb(127,197,63); }
td.TdClassName
{
border-color: #7FC53F;
}
.TagClassName
{
border-color: #7FC53F;
}
</style>