Shades of Mantis #7FD26A
Tints of Mantis #7FD26A
RGB
CMYK
RGB Variations
Color information
#7FD26A (or 0x7FD26A) is known color: Mantis. HEX triplet: 7F, D2 and 6A. RGB value is (127,210,106). Sum of RGB (Red+Green+Blue) = 127+210+106=443 (58% of max value = 765). Red value is 127 (50% from 255 or 28.67% from 443); Green value is 210 (82.42% from 255 or 47.40% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 210 - color contains mainly: green. Hex color #7FD26A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FD26A is #802D95. Grayscale: #ADADAD. Windows color (decimal): -8400278 or 7000703. OLE color: 7000703.
HSL color Cylindrical-coordinate representation of color #7FD26A: hue angle of 107.88º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FD26A is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 127 | 210 | 106 | - |
| CMYK | 0.40 | 0 | 0.50 | 0.18 |
| HSL | 107.88º | 0.54% | 0.62% | - |
| HSV(B) | 107.88º | 0.5% | 0.82% | - |
| XYZ | 34.4 | 51.65 | 21.79 | - |
| YUV | 173.33 | 90 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 210 | 106 | 0.40 | 0 | 0.50 | 0.18 | 107.88 | 0.54 | 0.62 |
| Hex | 7F | D2 | 6A | 28 | 0 | 32 | 12 | 6C | 36 | 3E |
| Octal | 177 | 322 | 152 | 50 | 0 | 62 | 22 | 154 | 66 | 76 |
| Binary | 1111111 | 11010010 | 1101010 | 101000 | 0 | 110010 | 10010 | 1101100 | 110110 | 111110 |
Color Harmonies of #7FD26A
Complementary color
Monochromatic Colors of #7FD26A
Black with #7FD26A
Text Example
Text Example
White with #7FD26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD26A; }
p { color: rgb(127,210,106); }
H1.HeaderClassName
{
color: #7FD26A;
}
.AnyTagClassName
{
color: #7FD26A;
}
</style>
background-color css
<style>
a { background-color: #7FD26A; }
a { background-color: rgb(127,210,106); }
div.DivClassName
{
background-color: #7FD26A;
}
.BgClassName
{
background-color: #7FD26A;
}
</style>
border-color css
<style>
span { border-color: #7FD26A; }
span { border-color: rgb(127,210,106); }
td.TdClassName
{
border-color: #7FD26A;
}
.TagClassName
{
border-color: #7FD26A;
}
</style>