Shades of Mantis #7FC247
Tints of Mantis #7FC247
RGB
CMYK
RGB Variations
Color information
#7FC247 (or 0x7FC247) is known color: Mantis. HEX triplet: 7F, C2 and 47. RGB value is (127,194,71). Sum of RGB (Red+Green+Blue) = 127+194+71=392 (51% of max value = 765). Red value is 127 (50% from 255 or 32.40% from 392); Green value is 194 (76.17% from 255 or 49.49% from 392); Blue value is 71 (28.12% from 255 or 18.11% from 392); Max value from RGB is 194 - color contains mainly: green. Hex color #7FC247 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC247 is #803DB8. Grayscale: #A0A0A0. Windows color (decimal): -8404409 or 4702847. OLE color: 4702847.
HSL color Cylindrical-coordinate representation of color #7FC247: hue angle of 92.68º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7FC247 is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 194 | 71 | - |
| CMYK | 0.35 | 0 | 0.63 | 0.24 |
| HSL | 92.68º | 0.5% | 0.52% | - |
| HSV(B) | 92.68º | 0.63% | 0.76% | - |
| XYZ | 29.18 | 43.55 | 12.83 | - |
| YUV | 159.95 | 77.8 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 194 | 71 | 0.35 | 0 | 0.63 | 0.24 | 92.68 | 0.5 | 0.52 |
| Hex | 7F | C2 | 47 | 23 | 0 | 3F | 18 | 5D | 32 | 34 |
| Octal | 177 | 302 | 107 | 43 | 0 | 77 | 30 | 135 | 62 | 64 |
| Binary | 1111111 | 11000010 | 1000111 | 100011 | 0 | 111111 | 11000 | 1011101 | 110010 | 110100 |
Color Harmonies of #7FC247
Complementary color
Monochromatic Colors of #7FC247
Black with #7FC247
Text Example
Text Example
White with #7FC247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC247; }
p { color: rgb(127,194,71); }
H1.HeaderClassName
{
color: #7FC247;
}
.AnyTagClassName
{
color: #7FC247;
}
</style>
background-color css
<style>
a { background-color: #7FC247; }
a { background-color: rgb(127,194,71); }
div.DivClassName
{
background-color: #7FC247;
}
.BgClassName
{
background-color: #7FC247;
}
</style>
border-color css
<style>
span { border-color: #7FC247; }
span { border-color: rgb(127,194,71); }
td.TdClassName
{
border-color: #7FC247;
}
.TagClassName
{
border-color: #7FC247;
}
</style>