Shades of Mantis #7FC345
Tints of Mantis #7FC345
RGB
CMYK
RGB Variations
Color information
#7FC345 (or 0x7FC345) is known color: Mantis. HEX triplet: 7F, C3 and 45. RGB value is (127,195,69). Sum of RGB (Red+Green+Blue) = 127+195+69=391 (51% of max value = 765). Red value is 127 (50% from 255 or 32.48% from 391); Green value is 195 (76.56% from 255 or 49.87% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC345 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC345 is #803CBA. Grayscale: #A0A0A0. Windows color (decimal): -8404155 or 4572031. OLE color: 4572031.
HSL color Cylindrical-coordinate representation of color #7FC345: hue angle of 92.38º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7FC345 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 195 | 69 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.24 |
| HSL | 92.38º | 0.51% | 0.52% | - |
| HSV(B) | 92.38º | 0.65% | 0.76% | - |
| XYZ | 29.34 | 43.97 | 12.57 | - |
| YUV | 160.3 | 76.47 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 195 | 69 | 0.35 | 0 | 0.65 | 0.24 | 92.38 | 0.51 | 0.52 |
| Hex | 7F | C3 | 45 | 23 | 0 | 41 | 18 | 5C | 33 | 34 |
| Octal | 177 | 303 | 105 | 43 | 0 | 101 | 30 | 134 | 63 | 64 |
| Binary | 1111111 | 11000011 | 1000101 | 100011 | 0 | 1000001 | 11000 | 1011100 | 110011 | 110100 |
Color Harmonies of #7FC345
Complementary color
Monochromatic Colors of #7FC345
Black with #7FC345
Text Example
Text Example
White with #7FC345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC345; }
p { color: rgb(127,195,69); }
H1.HeaderClassName
{
color: #7FC345;
}
.AnyTagClassName
{
color: #7FC345;
}
</style>
background-color css
<style>
a { background-color: #7FC345; }
a { background-color: rgb(127,195,69); }
div.DivClassName
{
background-color: #7FC345;
}
.BgClassName
{
background-color: #7FC345;
}
</style>
border-color css
<style>
span { border-color: #7FC345; }
span { border-color: rgb(127,195,69); }
td.TdClassName
{
border-color: #7FC345;
}
.TagClassName
{
border-color: #7FC345;
}
</style>