Shades of Mantis #7FC343
Tints of Mantis #7FC343
RGB
CMYK
RGB Variations
Color information
#7FC343 (or 0x7FC343) is known color: Mantis. HEX triplet: 7F, C3 and 43. RGB value is (127,195,67). Sum of RGB (Red+Green+Blue) = 127+195+67=389 (51% of max value = 765). Red value is 127 (50% from 255 or 32.65% from 389); Green value is 195 (76.56% from 255 or 50.13% from 389); Blue value is 67 (26.56% from 255 or 17.22% from 389); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC343 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC343 is #803CBC. Grayscale: #A0A0A0. Windows color (decimal): -8404157 or 4440959. OLE color: 4440959.
HSL color Cylindrical-coordinate representation of color #7FC343: hue angle of 91.88º degrees, saturation: 0.52, 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 #7FC343 is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 195 | 67 | - |
| CMYK | 0.35 | 0 | 0.66 | 0.24 |
| HSL | 91.88º | 0.52% | 0.51% | - |
| HSV(B) | 91.88º | 0.66% | 0.76% | - |
| XYZ | 29.28 | 43.95 | 12.25 | - |
| YUV | 160.08 | 75.47 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 195 | 67 | 0.35 | 0 | 0.66 | 0.24 | 91.88 | 0.52 | 0.51 |
| Hex | 7F | C3 | 43 | 23 | 0 | 42 | 18 | 5C | 34 | 33 |
| Octal | 177 | 303 | 103 | 43 | 0 | 102 | 30 | 134 | 64 | 63 |
| Binary | 1111111 | 11000011 | 1000011 | 100011 | 0 | 1000010 | 11000 | 1011100 | 110100 | 110011 |
Color Harmonies of #7FC343
Complementary color
Monochromatic Colors of #7FC343
Black with #7FC343
Text Example
Text Example
White with #7FC343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC343; }
p { color: rgb(127,195,67); }
H1.HeaderClassName
{
color: #7FC343;
}
.AnyTagClassName
{
color: #7FC343;
}
</style>
background-color css
<style>
a { background-color: #7FC343; }
a { background-color: rgb(127,195,67); }
div.DivClassName
{
background-color: #7FC343;
}
.BgClassName
{
background-color: #7FC343;
}
</style>
border-color css
<style>
span { border-color: #7FC343; }
span { border-color: rgb(127,195,67); }
td.TdClassName
{
border-color: #7FC343;
}
.TagClassName
{
border-color: #7FC343;
}
</style>