Shades of Mantis #7FC371
Tints of Mantis #7FC371
RGB
CMYK
RGB Variations
Color information
#7FC371 (or 0x7FC371) is known color: Mantis. HEX triplet: 7F, C3 and 71. RGB value is (127,195,113). Sum of RGB (Red+Green+Blue) = 127+195+113=435 (57% of max value = 765). Red value is 127 (50% from 255 or 29.20% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC371 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC371 is #803C8E. Grayscale: #A5A5A5. Windows color (decimal): -8404111 or 7455615. OLE color: 7455615.
HSL color Cylindrical-coordinate representation of color #7FC371: hue angle of 109.76º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FC371 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 195 | 113 | - |
| CMYK | 0.35 | 0 | 0.42 | 0.24 |
| HSL | 109.76º | 0.41% | 0.6% | - |
| HSV(B) | 109.76º | 0.42% | 0.76% | - |
| XYZ | 31.25 | 44.73 | 22.61 | - |
| YUV | 165.32 | 98.47 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 195 | 113 | 0.35 | 0 | 0.42 | 0.24 | 109.76 | 0.41 | 0.6 |
| Hex | 7F | C3 | 71 | 23 | 0 | 2A | 18 | 6E | 29 | 3C |
| Octal | 177 | 303 | 161 | 43 | 0 | 52 | 30 | 156 | 51 | 74 |
| Binary | 1111111 | 11000011 | 1110001 | 100011 | 0 | 101010 | 11000 | 1101110 | 101001 | 111100 |
Color Harmonies of #7FC371
Complementary color
Monochromatic Colors of #7FC371
Black with #7FC371
Text Example
Text Example
White with #7FC371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC371; }
p { color: rgb(127,195,113); }
H1.HeaderClassName
{
color: #7FC371;
}
.AnyTagClassName
{
color: #7FC371;
}
</style>
background-color css
<style>
a { background-color: #7FC371; }
a { background-color: rgb(127,195,113); }
div.DivClassName
{
background-color: #7FC371;
}
.BgClassName
{
background-color: #7FC371;
}
</style>
border-color css
<style>
span { border-color: #7FC371; }
span { border-color: rgb(127,195,113); }
td.TdClassName
{
border-color: #7FC371;
}
.TagClassName
{
border-color: #7FC371;
}
</style>