Shades of Mantis #7FC966
Tints of Mantis #7FC966
RGB
CMYK
RGB Variations
Color information
#7FC966 (or 0x7FC966) is known color: Mantis. HEX triplet: 7F, C9 and 66. RGB value is (127,201,102). Sum of RGB (Red+Green+Blue) = 127+201+102=430 (56% of max value = 765). Red value is 127 (50% from 255 or 29.53% from 430); Green value is 201 (78.91% from 255 or 46.74% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 201 - color contains mainly: green. Hex color #7FC966 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC966 is #803699. Grayscale: #A7A7A7. Windows color (decimal): -8402586 or 6736255. OLE color: 6736255.
HSL color Cylindrical-coordinate representation of color #7FC966: hue angle of 104.85º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FC966 is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 201 | 102 | - |
| CMYK | 0.37 | 0 | 0.49 | 0.21 |
| HSL | 104.85º | 0.48% | 0.59% | - |
| HSV(B) | 104.85º | 0.49% | 0.79% | - |
| XYZ | 32.04 | 47.24 | 20 | - |
| YUV | 167.59 | 90.98 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 201 | 102 | 0.37 | 0 | 0.49 | 0.21 | 104.85 | 0.48 | 0.59 |
| Hex | 7F | C9 | 66 | 25 | 0 | 31 | 15 | 69 | 30 | 3B |
| Octal | 177 | 311 | 146 | 45 | 0 | 61 | 25 | 151 | 60 | 73 |
| Binary | 1111111 | 11001001 | 1100110 | 100101 | 0 | 110001 | 10101 | 1101001 | 110000 | 111011 |
Color Harmonies of #7FC966
Complementary color
Monochromatic Colors of #7FC966
Black with #7FC966
Text Example
Text Example
White with #7FC966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC966; }
p { color: rgb(127,201,102); }
H1.HeaderClassName
{
color: #7FC966;
}
.AnyTagClassName
{
color: #7FC966;
}
</style>
background-color css
<style>
a { background-color: #7FC966; }
a { background-color: rgb(127,201,102); }
div.DivClassName
{
background-color: #7FC966;
}
.BgClassName
{
background-color: #7FC966;
}
</style>
border-color css
<style>
span { border-color: #7FC966; }
span { border-color: rgb(127,201,102); }
td.TdClassName
{
border-color: #7FC966;
}
.TagClassName
{
border-color: #7FC966;
}
</style>