Shades of Mantis #7FC944
Tints of Mantis #7FC944
RGB
CMYK
RGB Variations
Color information
#7FC944 (or 0x7FC944) is known color: Mantis. HEX triplet: 7F, C9 and 44. RGB value is (127,201,68). Sum of RGB (Red+Green+Blue) = 127+201+68=396 (52% of max value = 765). Red value is 127 (50% from 255 or 32.07% from 396); Green value is 201 (78.91% from 255 or 50.76% from 396); Blue value is 68 (26.95% from 255 or 17.17% from 396); Max value from RGB is 201 - color contains mainly: green. Hex color #7FC944 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC944 is #8036BB. Grayscale: #A4A4A4. Windows color (decimal): -8402620 or 4508031. OLE color: 4508031.
HSL color Cylindrical-coordinate representation of color #7FC944: hue angle of 93.38º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7FC944 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 201 | 68 | - |
| CMYK | 0.37 | 0 | 0.66 | 0.21 |
| HSL | 93.38º | 0.55% | 0.53% | - |
| HSV(B) | 93.38º | 0.66% | 0.79% | - |
| XYZ | 30.68 | 46.7 | 12.87 | - |
| YUV | 163.71 | 73.98 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 201 | 68 | 0.37 | 0 | 0.66 | 0.21 | 93.38 | 0.55 | 0.53 |
| Hex | 7F | C9 | 44 | 25 | 0 | 42 | 15 | 5D | 37 | 35 |
| Octal | 177 | 311 | 104 | 45 | 0 | 102 | 25 | 135 | 67 | 65 |
| Binary | 1111111 | 11001001 | 1000100 | 100101 | 0 | 1000010 | 10101 | 1011101 | 110111 | 110101 |
Color Harmonies of #7FC944
Complementary color
Monochromatic Colors of #7FC944
Black with #7FC944
Text Example
Text Example
White with #7FC944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC944; }
p { color: rgb(127,201,68); }
H1.HeaderClassName
{
color: #7FC944;
}
.AnyTagClassName
{
color: #7FC944;
}
</style>
background-color css
<style>
a { background-color: #7FC944; }
a { background-color: rgb(127,201,68); }
div.DivClassName
{
background-color: #7FC944;
}
.BgClassName
{
background-color: #7FC944;
}
</style>
border-color css
<style>
span { border-color: #7FC944; }
span { border-color: rgb(127,201,68); }
td.TdClassName
{
border-color: #7FC944;
}
.TagClassName
{
border-color: #7FC944;
}
</style>