Shades of Mantis #7FD666
Tints of Mantis #7FD666
RGB
CMYK
RGB Variations
Color information
#7FD666 (or 0x7FD666) is known color: Mantis. HEX triplet: 7F, D6 and 66. RGB value is (127,214,102). Sum of RGB (Red+Green+Blue) = 127+214+102=443 (58% of max value = 765). Red value is 127 (50% from 255 or 28.67% from 443); Green value is 214 (83.98% from 255 or 48.31% from 443); Blue value is 102 (40.23% from 255 or 23.02% from 443); Max value from RGB is 214 - color contains mainly: green. Hex color #7FD666 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FD666 is #802999. Grayscale: #AFAFAF. Windows color (decimal): -8399258 or 6739583. OLE color: 6739583.
HSL color Cylindrical-coordinate representation of color #7FD666: hue angle of 106.61º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7FD666 is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 214 | 102 | - |
| CMYK | 0.41 | 0 | 0.52 | 0.16 |
| HSL | 106.61º | 0.58% | 0.62% | - |
| HSV(B) | 106.61º | 0.52% | 0.84% | - |
| XYZ | 35.2 | 53.56 | 21.05 | - |
| YUV | 175.22 | 86.68 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 214 | 102 | 0.41 | 0 | 0.52 | 0.16 | 106.61 | 0.58 | 0.62 |
| Hex | 7F | D6 | 66 | 29 | 0 | 34 | 10 | 6B | 3A | 3E |
| Octal | 177 | 326 | 146 | 51 | 0 | 64 | 20 | 153 | 72 | 76 |
| Binary | 1111111 | 11010110 | 1100110 | 101001 | 0 | 110100 | 10000 | 1101011 | 111010 | 111110 |
Color Harmonies of #7FD666
Complementary color
Monochromatic Colors of #7FD666
Black with #7FD666
Text Example
Text Example
White with #7FD666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD666; }
p { color: rgb(127,214,102); }
H1.HeaderClassName
{
color: #7FD666;
}
.AnyTagClassName
{
color: #7FD666;
}
</style>
background-color css
<style>
a { background-color: #7FD666; }
a { background-color: rgb(127,214,102); }
div.DivClassName
{
background-color: #7FD666;
}
.BgClassName
{
background-color: #7FD666;
}
</style>
border-color css
<style>
span { border-color: #7FD666; }
span { border-color: rgb(127,214,102); }
td.TdClassName
{
border-color: #7FD666;
}
.TagClassName
{
border-color: #7FD666;
}
</style>