Shades of Mantis #7FC766
Tints of Mantis #7FC766
RGB
CMYK
RGB Variations
Color information
#7FC766 (or 0x7FC766) is known color: Mantis. HEX triplet: 7F, C7 and 66. RGB value is (127,199,102). Sum of RGB (Red+Green+Blue) = 127+199+102=428 (56% of max value = 765). Red value is 127 (50% from 255 or 29.67% from 428); Green value is 199 (78.12% from 255 or 46.50% from 428); Blue value is 102 (40.23% from 255 or 23.83% from 428); Max value from RGB is 199 - color contains mainly: green. Hex color #7FC766 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC766 is #803899. Grayscale: #A6A6A6. Windows color (decimal): -8403098 or 6735743. OLE color: 6735743.
HSL color Cylindrical-coordinate representation of color #7FC766: hue angle of 104.54º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FC766 is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 127 | 199 | 102 | - |
| CMYK | 0.36 | 0 | 0.49 | 0.22 |
| HSL | 104.54º | 0.46% | 0.59% | - |
| HSV(B) | 104.54º | 0.49% | 0.78% | - |
| XYZ | 31.57 | 46.32 | 19.85 | - |
| YUV | 166.41 | 91.65 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 199 | 102 | 0.36 | 0 | 0.49 | 0.22 | 104.54 | 0.46 | 0.59 |
| Hex | 7F | C7 | 66 | 24 | 0 | 31 | 16 | 69 | 2E | 3B |
| Octal | 177 | 307 | 146 | 44 | 0 | 61 | 26 | 151 | 56 | 73 |
| Binary | 1111111 | 11000111 | 1100110 | 100100 | 0 | 110001 | 10110 | 1101001 | 101110 | 111011 |
Color Harmonies of #7FC766
Complementary color
Monochromatic Colors of #7FC766
Black with #7FC766
Text Example
Text Example
White with #7FC766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC766; }
p { color: rgb(127,199,102); }
H1.HeaderClassName
{
color: #7FC766;
}
.AnyTagClassName
{
color: #7FC766;
}
</style>
background-color css
<style>
a { background-color: #7FC766; }
a { background-color: rgb(127,199,102); }
div.DivClassName
{
background-color: #7FC766;
}
.BgClassName
{
background-color: #7FC766;
}
</style>
border-color css
<style>
span { border-color: #7FC766; }
span { border-color: rgb(127,199,102); }
td.TdClassName
{
border-color: #7FC766;
}
.TagClassName
{
border-color: #7FC766;
}
</style>