Shades of Mantis #7FC444
Tints of Mantis #7FC444
RGB
CMYK
RGB Variations
Color information
#7FC444 (or 0x7FC444) is known color: Mantis. HEX triplet: 7F, C4 and 44. RGB value is (127,196,68). Sum of RGB (Red+Green+Blue) = 127+196+68=391 (51% of max value = 765). Red value is 127 (50% from 255 or 32.48% from 391); Green value is 196 (76.95% from 255 or 50.13% from 391); Blue value is 68 (26.95% from 255 or 17.39% from 391); Max value from RGB is 196 - color contains mainly: green. Hex color #7FC444 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC444 is #803BBB. Grayscale: #A1A1A1. Windows color (decimal): -8403900 or 4506751. OLE color: 4506751.
HSL color Cylindrical-coordinate representation of color #7FC444: hue angle of 92.34º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7FC444 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 127 | 196 | 68 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.23 |
| HSL | 92.34º | 0.52% | 0.52% | - |
| HSV(B) | 92.34º | 0.65% | 0.77% | - |
| XYZ | 29.54 | 44.41 | 12.48 | - |
| YUV | 160.78 | 75.64 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 196 | 68 | 0.35 | 0 | 0.65 | 0.23 | 92.34 | 0.52 | 0.52 |
| Hex | 7F | C4 | 44 | 23 | 0 | 41 | 17 | 5C | 34 | 34 |
| Octal | 177 | 304 | 104 | 43 | 0 | 101 | 27 | 134 | 64 | 64 |
| Binary | 1111111 | 11000100 | 1000100 | 100011 | 0 | 1000001 | 10111 | 1011100 | 110100 | 110100 |
Color Harmonies of #7FC444
Complementary color
Monochromatic Colors of #7FC444
Black with #7FC444
Text Example
Text Example
White with #7FC444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC444; }
p { color: rgb(127,196,68); }
H1.HeaderClassName
{
color: #7FC444;
}
.AnyTagClassName
{
color: #7FC444;
}
</style>
background-color css
<style>
a { background-color: #7FC444; }
a { background-color: rgb(127,196,68); }
div.DivClassName
{
background-color: #7FC444;
}
.BgClassName
{
background-color: #7FC444;
}
</style>
border-color css
<style>
span { border-color: #7FC444; }
span { border-color: rgb(127,196,68); }
td.TdClassName
{
border-color: #7FC444;
}
.TagClassName
{
border-color: #7FC444;
}
</style>