Shades of Mantis #7FC141
Tints of Mantis #7FC141
RGB
CMYK
RGB Variations
Color information
#7FC141 (or 0x7FC141) is known color: Mantis. HEX triplet: 7F, C1 and 41. RGB value is (127,193,65). Sum of RGB (Red+Green+Blue) = 127+193+65=385 (50% of max value = 765). Red value is 127 (50% from 255 or 32.99% from 385); Green value is 193 (75.78% from 255 or 50.13% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 193 - color contains mainly: green. Hex color #7FC141 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC141 is #803EBE. Grayscale: #9F9F9F. Windows color (decimal): -8404671 or 4309375. OLE color: 4309375.
HSL color Cylindrical-coordinate representation of color #7FC141: hue angle of 90.94º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7FC141 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 193 | 65 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.24 |
| HSL | 90.94º | 0.51% | 0.51% | - |
| HSV(B) | 90.94º | 0.66% | 0.76% | - |
| XYZ | 28.78 | 43.03 | 11.79 | - |
| YUV | 158.67 | 75.13 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 193 | 65 | 0.34 | 0 | 0.66 | 0.24 | 90.94 | 0.51 | 0.51 |
| Hex | 7F | C1 | 41 | 22 | 0 | 42 | 18 | 5B | 33 | 33 |
| Octal | 177 | 301 | 101 | 42 | 0 | 102 | 30 | 133 | 63 | 63 |
| Binary | 1111111 | 11000001 | 1000001 | 100010 | 0 | 1000010 | 11000 | 1011011 | 110011 | 110011 |
Color Harmonies of #7FC141
Complementary color
Monochromatic Colors of #7FC141
Black with #7FC141
Text Example
Text Example
White with #7FC141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC141; }
p { color: rgb(127,193,65); }
H1.HeaderClassName
{
color: #7FC141;
}
.AnyTagClassName
{
color: #7FC141;
}
</style>
background-color css
<style>
a { background-color: #7FC141; }
a { background-color: rgb(127,193,65); }
div.DivClassName
{
background-color: #7FC141;
}
.BgClassName
{
background-color: #7FC141;
}
</style>
border-color css
<style>
span { border-color: #7FC141; }
span { border-color: rgb(127,193,65); }
td.TdClassName
{
border-color: #7FC141;
}
.TagClassName
{
border-color: #7FC141;
}
</style>