Shades of Mantis #7FC63F
Tints of Mantis #7FC63F
RGB
CMYK
RGB Variations
Color information
#7FC63F (or 0x7FC63F) is known color: Mantis. HEX triplet: 7F, C6 and 3F. RGB value is (127,198,63). Sum of RGB (Red+Green+Blue) = 127+198+63=388 (51% of max value = 765). Red value is 127 (50% from 255 or 32.73% from 388); Green value is 198 (77.73% from 255 or 51.03% from 388); Blue value is 63 (25% from 255 or 16.24% from 388); Max value from RGB is 198 - color contains mainly: green. Hex color #7FC63F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC63F is #8039C0. Grayscale: #A1A1A1. Windows color (decimal): -8403393 or 4179583. OLE color: 4179583.
HSL color Cylindrical-coordinate representation of color #7FC63F: hue angle of 91.56º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7FC63F is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 127 | 198 | 63 | - |
| CMYK | 0.36 | 0 | 0.68 | 0.22 |
| HSL | 91.56º | 0.54% | 0.51% | - |
| HSV(B) | 91.56º | 0.68% | 0.78% | - |
| XYZ | 29.84 | 45.26 | 11.87 | - |
| YUV | 161.38 | 72.48 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 198 | 63 | 0.36 | 0 | 0.68 | 0.22 | 91.56 | 0.54 | 0.51 |
| Hex | 7F | C6 | 3F | 24 | 0 | 44 | 16 | 5C | 36 | 33 |
| Octal | 177 | 306 | 77 | 44 | 0 | 104 | 26 | 134 | 66 | 63 |
| Binary | 1111111 | 11000110 | 111111 | 100100 | 0 | 1000100 | 10110 | 1011100 | 110110 | 110011 |
Color Harmonies of #7FC63F
Complementary color
Monochromatic Colors of #7FC63F
Black with #7FC63F
Text Example
Text Example
White with #7FC63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC63F; }
p { color: rgb(127,198,63); }
H1.HeaderClassName
{
color: #7FC63F;
}
.AnyTagClassName
{
color: #7FC63F;
}
</style>
background-color css
<style>
a { background-color: #7FC63F; }
a { background-color: rgb(127,198,63); }
div.DivClassName
{
background-color: #7FC63F;
}
.BgClassName
{
background-color: #7FC63F;
}
</style>
border-color css
<style>
span { border-color: #7FC63F; }
span { border-color: rgb(127,198,63); }
td.TdClassName
{
border-color: #7FC63F;
}
.TagClassName
{
border-color: #7FC63F;
}
</style>