Shades of Mantis #7FC26F
Tints of Mantis #7FC26F
RGB
CMYK
RGB Variations
Color information
#7FC26F (or 0x7FC26F) is known color: Mantis. HEX triplet: 7F, C2 and 6F. RGB value is (127,194,111). Sum of RGB (Red+Green+Blue) = 127+194+111=432 (57% of max value = 765). Red value is 127 (50% from 255 or 29.40% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 194 - color contains mainly: green. Hex color #7FC26F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC26F is #803D90. Grayscale: #A4A4A4. Windows color (decimal): -8404369 or 7324287. OLE color: 7324287.
HSL color Cylindrical-coordinate representation of color #7FC26F: hue angle of 108.43º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FC26F is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 194 | 111 | - |
| CMYK | 0.35 | 0 | 0.43 | 0.24 |
| HSL | 108.43º | 0.4% | 0.6% | - |
| HSV(B) | 108.43º | 0.43% | 0.76% | - |
| XYZ | 30.91 | 44.24 | 21.95 | - |
| YUV | 164.51 | 97.8 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 194 | 111 | 0.35 | 0 | 0.43 | 0.24 | 108.43 | 0.4 | 0.6 |
| Hex | 7F | C2 | 6F | 23 | 0 | 2B | 18 | 6C | 28 | 3C |
| Octal | 177 | 302 | 157 | 43 | 0 | 53 | 30 | 154 | 50 | 74 |
| Binary | 1111111 | 11000010 | 1101111 | 100011 | 0 | 101011 | 11000 | 1101100 | 101000 | 111100 |
Color Harmonies of #7FC26F
Complementary color
Monochromatic Colors of #7FC26F
Black with #7FC26F
Text Example
Text Example
White with #7FC26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC26F; }
p { color: rgb(127,194,111); }
H1.HeaderClassName
{
color: #7FC26F;
}
.AnyTagClassName
{
color: #7FC26F;
}
</style>
background-color css
<style>
a { background-color: #7FC26F; }
a { background-color: rgb(127,194,111); }
div.DivClassName
{
background-color: #7FC26F;
}
.BgClassName
{
background-color: #7FC26F;
}
</style>
border-color css
<style>
span { border-color: #7FC26F; }
span { border-color: rgb(127,194,111); }
td.TdClassName
{
border-color: #7FC26F;
}
.TagClassName
{
border-color: #7FC26F;
}
</style>