Shades of Mantis #7FD16A
Tints of Mantis #7FD16A
RGB
CMYK
RGB Variations
Color information
#7FD16A (or 0x7FD16A) is known color: Mantis. HEX triplet: 7F, D1 and 6A. RGB value is (127,209,106). Sum of RGB (Red+Green+Blue) = 127+209+106=442 (58% of max value = 765). Red value is 127 (50% from 255 or 28.73% from 442); Green value is 209 (82.03% from 255 or 47.29% from 442); Blue value is 106 (41.80% from 255 or 23.98% from 442); Max value from RGB is 209 - color contains mainly: green. Hex color #7FD16A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FD16A is #802E95. Grayscale: #ADADAD. Windows color (decimal): -8400534 or 7000447. OLE color: 7000447.
HSL color Cylindrical-coordinate representation of color #7FD16A: hue angle of 107.77º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FD16A is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 127 | 209 | 106 | - |
| CMYK | 0.39 | 0 | 0.49 | 0.18 |
| HSL | 107.77º | 0.53% | 0.62% | - |
| HSV(B) | 107.77º | 0.49% | 0.82% | - |
| XYZ | 34.15 | 51.15 | 21.71 | - |
| YUV | 172.74 | 90.33 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 209 | 106 | 0.39 | 0 | 0.49 | 0.18 | 107.77 | 0.53 | 0.62 |
| Hex | 7F | D1 | 6A | 27 | 0 | 31 | 12 | 6C | 35 | 3E |
| Octal | 177 | 321 | 152 | 47 | 0 | 61 | 22 | 154 | 65 | 76 |
| Binary | 1111111 | 11010001 | 1101010 | 100111 | 0 | 110001 | 10010 | 1101100 | 110101 | 111110 |
Color Harmonies of #7FD16A
Complementary color
Monochromatic Colors of #7FD16A
Black with #7FD16A
Text Example
Text Example
White with #7FD16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD16A; }
p { color: rgb(127,209,106); }
H1.HeaderClassName
{
color: #7FD16A;
}
.AnyTagClassName
{
color: #7FD16A;
}
</style>
background-color css
<style>
a { background-color: #7FD16A; }
a { background-color: rgb(127,209,106); }
div.DivClassName
{
background-color: #7FD16A;
}
.BgClassName
{
background-color: #7FD16A;
}
</style>
border-color css
<style>
span { border-color: #7FD16A; }
span { border-color: rgb(127,209,106); }
td.TdClassName
{
border-color: #7FD16A;
}
.TagClassName
{
border-color: #7FD16A;
}
</style>