Shades of Mantis #7FD950
Tints of Mantis #7FD950
RGB
CMYK
RGB Variations
Color information
#7FD950 (or 0x7FD950) is known color: Mantis. HEX triplet: 7F, D9 and 50. RGB value is (127,217,80). Sum of RGB (Red+Green+Blue) = 127+217+80=424 (56% of max value = 765). Red value is 127 (50% from 255 or 29.95% from 424); Green value is 217 (85.16% from 255 or 51.18% from 424); Blue value is 80 (31.64% from 255 or 18.87% from 424); Max value from RGB is 217 - color contains mainly: green. Hex color #7FD950 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FD950 is #8026AF. Grayscale: #AEAEAE. Windows color (decimal): -8398512 or 5298559. OLE color: 5298559.
HSL color Cylindrical-coordinate representation of color #7FD950: hue angle of 99.42º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7FD950 is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 217 | 80 | - |
| CMYK | 0.41 | 0 | 0.63 | 0.15 |
| HSL | 99.42º | 0.64% | 0.58% | - |
| HSV(B) | 99.42º | 0.63% | 0.85% | - |
| XYZ | 35.01 | 54.72 | 16.31 | - |
| YUV | 174.47 | 74.68 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 217 | 80 | 0.41 | 0 | 0.63 | 0.15 | 99.42 | 0.64 | 0.58 |
| Hex | 7F | D9 | 50 | 29 | 0 | 3F | F | 63 | 40 | 3A |
| Octal | 177 | 331 | 120 | 51 | 0 | 77 | 17 | 143 | 100 | 72 |
| Binary | 1111111 | 11011001 | 1010000 | 101001 | 0 | 111111 | 1111 | 1100011 | 1000000 | 111010 |
Color Harmonies of #7FD950
Complementary color
Monochromatic Colors of #7FD950
Black with #7FD950
Text Example
Text Example
White with #7FD950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD950; }
p { color: rgb(127,217,80); }
H1.HeaderClassName
{
color: #7FD950;
}
.AnyTagClassName
{
color: #7FD950;
}
</style>
background-color css
<style>
a { background-color: #7FD950; }
a { background-color: rgb(127,217,80); }
div.DivClassName
{
background-color: #7FD950;
}
.BgClassName
{
background-color: #7FD950;
}
</style>
border-color css
<style>
span { border-color: #7FD950; }
span { border-color: rgb(127,217,80); }
td.TdClassName
{
border-color: #7FD950;
}
.TagClassName
{
border-color: #7FD950;
}
</style>