Shades of Mantis #7FC340
Tints of Mantis #7FC340
RGB
CMYK
RGB Variations
Color information
#7FC340 (or 0x7FC340) is known color: Mantis. HEX triplet: 7F, C3 and 40. RGB value is (127,195,64). Sum of RGB (Red+Green+Blue) = 127+195+64=386 (51% of max value = 765). Red value is 127 (50% from 255 or 32.90% from 386); Green value is 195 (76.56% from 255 or 50.52% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC340 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC340 is #803CBF. Grayscale: #A0A0A0. Windows color (decimal): -8404160 or 4244351. OLE color: 4244351.
HSL color Cylindrical-coordinate representation of color #7FC340: hue angle of 91.15º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7FC340 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 195 | 64 | - |
| CMYK | 0.35 | 0 | 0.67 | 0.24 |
| HSL | 91.15º | 0.52% | 0.51% | - |
| HSV(B) | 91.15º | 0.67% | 0.76% | - |
| XYZ | 29.19 | 43.91 | 11.79 | - |
| YUV | 159.73 | 73.97 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 195 | 64 | 0.35 | 0 | 0.67 | 0.24 | 91.15 | 0.52 | 0.51 |
| Hex | 7F | C3 | 40 | 23 | 0 | 43 | 18 | 5B | 34 | 33 |
| Octal | 177 | 303 | 100 | 43 | 0 | 103 | 30 | 133 | 64 | 63 |
| Binary | 1111111 | 11000011 | 1000000 | 100011 | 0 | 1000011 | 11000 | 1011011 | 110100 | 110011 |
Color Harmonies of #7FC340
Complementary color
Monochromatic Colors of #7FC340
Black with #7FC340
Text Example
Text Example
White with #7FC340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC340; }
p { color: rgb(127,195,64); }
H1.HeaderClassName
{
color: #7FC340;
}
.AnyTagClassName
{
color: #7FC340;
}
</style>
background-color css
<style>
a { background-color: #7FC340; }
a { background-color: rgb(127,195,64); }
div.DivClassName
{
background-color: #7FC340;
}
.BgClassName
{
background-color: #7FC340;
}
</style>
border-color css
<style>
span { border-color: #7FC340; }
span { border-color: rgb(127,195,64); }
td.TdClassName
{
border-color: #7FC340;
}
.TagClassName
{
border-color: #7FC340;
}
</style>