Shades of Mantis #7FC047
Tints of Mantis #7FC047
RGB
CMYK
RGB Variations
Color information
#7FC047 (or 0x7FC047) is known color: Mantis. HEX triplet: 7F, C0 and 47. RGB value is (127,192,71). Sum of RGB (Red+Green+Blue) = 127+192+71=390 (51% of max value = 765). Red value is 127 (50% from 255 or 32.56% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 71 (28.12% from 255 or 18.21% from 390); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC047 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC047 is #803FB8. Grayscale: #9F9F9F. Windows color (decimal): -8404921 or 4702335. OLE color: 4702335.
HSL color Cylindrical-coordinate representation of color #7FC047: hue angle of 92.23º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7FC047 is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 192 | 71 | - |
| CMYK | 0.34 | 0 | 0.63 | 0.25 |
| HSL | 92.23º | 0.49% | 0.52% | - |
| HSV(B) | 92.23º | 0.63% | 0.75% | - |
| XYZ | 28.74 | 42.67 | 12.68 | - |
| YUV | 158.77 | 78.47 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 71 | 0.34 | 0 | 0.63 | 0.25 | 92.23 | 0.49 | 0.52 |
| Hex | 7F | C0 | 47 | 22 | 0 | 3F | 19 | 5C | 31 | 34 |
| Octal | 177 | 300 | 107 | 42 | 0 | 77 | 31 | 134 | 61 | 64 |
| Binary | 1111111 | 11000000 | 1000111 | 100010 | 0 | 111111 | 11001 | 1011100 | 110001 | 110100 |
Color Harmonies of #7FC047
Complementary color
Monochromatic Colors of #7FC047
Black with #7FC047
Text Example
Text Example
White with #7FC047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC047; }
p { color: rgb(127,192,71); }
H1.HeaderClassName
{
color: #7FC047;
}
.AnyTagClassName
{
color: #7FC047;
}
</style>
background-color css
<style>
a { background-color: #7FC047; }
a { background-color: rgb(127,192,71); }
div.DivClassName
{
background-color: #7FC047;
}
.BgClassName
{
background-color: #7FC047;
}
</style>
border-color css
<style>
span { border-color: #7FC047; }
span { border-color: rgb(127,192,71); }
td.TdClassName
{
border-color: #7FC047;
}
.TagClassName
{
border-color: #7FC047;
}
</style>