Shades of Mantis #7FC95A
Tints of Mantis #7FC95A
RGB
CMYK
RGB Variations
Color information
#7FC95A (or 0x7FC95A) is known color: Mantis. HEX triplet: 7F, C9 and 5A. RGB value is (127,201,90). Sum of RGB (Red+Green+Blue) = 127+201+90=418 (55% of max value = 765). Red value is 127 (50% from 255 or 30.38% from 418); Green value is 201 (78.91% from 255 or 48.09% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 201 - color contains mainly: green. Hex color #7FC95A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC95A is #8036A5. Grayscale: #A6A6A6. Windows color (decimal): -8402598 or 5949823. OLE color: 5949823.
HSL color Cylindrical-coordinate representation of color #7FC95A: hue angle of 100º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7FC95A is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 201 | 90 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.21 |
| HSL | 100º | 0.51% | 0.57% | - |
| HSV(B) | 100º | 0.55% | 0.79% | - |
| XYZ | 31.48 | 47.02 | 17.09 | - |
| YUV | 166.22 | 84.98 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 201 | 90 | 0.37 | 0 | 0.55 | 0.21 | 100 | 0.51 | 0.57 |
| Hex | 7F | C9 | 5A | 25 | 0 | 37 | 15 | 64 | 33 | 39 |
| Octal | 177 | 311 | 132 | 45 | 0 | 67 | 25 | 144 | 63 | 71 |
| Binary | 1111111 | 11001001 | 1011010 | 100101 | 0 | 110111 | 10101 | 1100100 | 110011 | 111001 |
Color Harmonies of #7FC95A
Complementary color
Monochromatic Colors of #7FC95A
Black with #7FC95A
Text Example
Text Example
White with #7FC95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC95A; }
p { color: rgb(127,201,90); }
H1.HeaderClassName
{
color: #7FC95A;
}
.AnyTagClassName
{
color: #7FC95A;
}
</style>
background-color css
<style>
a { background-color: #7FC95A; }
a { background-color: rgb(127,201,90); }
div.DivClassName
{
background-color: #7FC95A;
}
.BgClassName
{
background-color: #7FC95A;
}
</style>
border-color css
<style>
span { border-color: #7FC95A; }
span { border-color: rgb(127,201,90); }
td.TdClassName
{
border-color: #7FC95A;
}
.TagClassName
{
border-color: #7FC95A;
}
</style>