Shades of Mantis #7FC261
Tints of Mantis #7FC261
RGB
CMYK
RGB Variations
Color information
#7FC261 (or 0x7FC261) is known color: Mantis. HEX triplet: 7F, C2 and 61. RGB value is (127,194,97). Sum of RGB (Red+Green+Blue) = 127+194+97=418 (55% of max value = 765). Red value is 127 (50% from 255 or 30.38% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 97 (38.28% from 255 or 23.21% from 418); Max value from RGB is 194 - color contains mainly: green. Hex color #7FC261 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC261 is #803D9E. Grayscale: #A3A3A3. Windows color (decimal): -8404383 or 6406783. OLE color: 6406783.
HSL color Cylindrical-coordinate representation of color #7FC261: hue angle of 101.44º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FC261 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 194 | 97 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.24 |
| HSL | 101.44º | 0.44% | 0.57% | - |
| HSV(B) | 101.44º | 0.5% | 0.76% | - |
| XYZ | 30.2 | 43.96 | 18.2 | - |
| YUV | 162.91 | 90.8 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 194 | 97 | 0.35 | 0 | 0.50 | 0.24 | 101.44 | 0.44 | 0.57 |
| Hex | 7F | C2 | 61 | 23 | 0 | 32 | 18 | 65 | 2C | 39 |
| Octal | 177 | 302 | 141 | 43 | 0 | 62 | 30 | 145 | 54 | 71 |
| Binary | 1111111 | 11000010 | 1100001 | 100011 | 0 | 110010 | 11000 | 1100101 | 101100 | 111001 |
Color Harmonies of #7FC261
Complementary color
Monochromatic Colors of #7FC261
Black with #7FC261
Text Example
Text Example
White with #7FC261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC261; }
p { color: rgb(127,194,97); }
H1.HeaderClassName
{
color: #7FC261;
}
.AnyTagClassName
{
color: #7FC261;
}
</style>
background-color css
<style>
a { background-color: #7FC261; }
a { background-color: rgb(127,194,97); }
div.DivClassName
{
background-color: #7FC261;
}
.BgClassName
{
background-color: #7FC261;
}
</style>
border-color css
<style>
span { border-color: #7FC261; }
span { border-color: rgb(127,194,97); }
td.TdClassName
{
border-color: #7FC261;
}
.TagClassName
{
border-color: #7FC261;
}
</style>