Shades of Mantis #7FCC47
Tints of Mantis #7FCC47
RGB
CMYK
RGB Variations
Color information
#7FCC47 (or 0x7FCC47) is known color: Mantis. HEX triplet: 7F, CC and 47. RGB value is (127,204,71). Sum of RGB (Red+Green+Blue) = 127+204+71=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 204 (80.08% from 255 or 50.75% from 402); Blue value is 71 (28.12% from 255 or 17.66% from 402); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCC47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCC47 is #8033B8. Grayscale: #A6A6A6. Windows color (decimal): -8401849 or 4705407. OLE color: 4705407.
HSL color Cylindrical-coordinate representation of color #7FCC47: hue angle of 94.74º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7FCC47 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 204 | 71 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.2 |
| HSL | 94.74º | 0.57% | 0.54% | - |
| HSV(B) | 94.74º | 0.65% | 0.8% | - |
| XYZ | 31.48 | 48.15 | 13.6 | - |
| YUV | 165.82 | 74.49 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 204 | 71 | 0.38 | 0 | 0.65 | 0.2 | 94.74 | 0.57 | 0.54 |
| Hex | 7F | CC | 47 | 26 | 0 | 41 | 14 | 5F | 39 | 36 |
| Octal | 177 | 314 | 107 | 46 | 0 | 101 | 24 | 137 | 71 | 66 |
| Binary | 1111111 | 11001100 | 1000111 | 100110 | 0 | 1000001 | 10100 | 1011111 | 111001 | 110110 |
Color Harmonies of #7FCC47
Complementary color
Monochromatic Colors of #7FCC47
Black with #7FCC47
Text Example
Text Example
White with #7FCC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCC47; }
p { color: rgb(127,204,71); }
H1.HeaderClassName
{
color: #7FCC47;
}
.AnyTagClassName
{
color: #7FCC47;
}
</style>
background-color css
<style>
a { background-color: #7FCC47; }
a { background-color: rgb(127,204,71); }
div.DivClassName
{
background-color: #7FCC47;
}
.BgClassName
{
background-color: #7FCC47;
}
</style>
border-color css
<style>
span { border-color: #7FCC47; }
span { border-color: rgb(127,204,71); }
td.TdClassName
{
border-color: #7FCC47;
}
.TagClassName
{
border-color: #7FCC47;
}
</style>