Shades of Mantis #7FD550
Tints of Mantis #7FD550
RGB
CMYK
RGB Variations
Color information
#7FD550 (or 0x7FD550) is known color: Mantis. HEX triplet: 7F, D5 and 50. RGB value is (127,213,80). Sum of RGB (Red+Green+Blue) = 127+213+80=420 (55% of max value = 765). Red value is 127 (50% from 255 or 30.24% from 420); Green value is 213 (83.59% from 255 or 50.71% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 213 - color contains mainly: green. Hex color #7FD550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FD550 is #802AAF. Grayscale: #ACACAC. Windows color (decimal): -8399536 or 5297535. OLE color: 5297535.
HSL color Cylindrical-coordinate representation of color #7FD550: hue angle of 98.8º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7FD550 is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 213 | 80 | - |
| CMYK | 0.40 | 0 | 0.62 | 0.16 |
| HSL | 98.8º | 0.61% | 0.57% | - |
| HSV(B) | 98.8º | 0.62% | 0.84% | - |
| XYZ | 33.99 | 52.68 | 15.97 | - |
| YUV | 172.12 | 76.01 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 213 | 80 | 0.40 | 0 | 0.62 | 0.16 | 98.8 | 0.61 | 0.57 |
| Hex | 7F | D5 | 50 | 28 | 0 | 3E | 10 | 63 | 3D | 39 |
| Octal | 177 | 325 | 120 | 50 | 0 | 76 | 20 | 143 | 75 | 71 |
| Binary | 1111111 | 11010101 | 1010000 | 101000 | 0 | 111110 | 10000 | 1100011 | 111101 | 111001 |
Color Harmonies of #7FD550
Complementary color
Monochromatic Colors of #7FD550
Black with #7FD550
Text Example
Text Example
White with #7FD550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD550; }
p { color: rgb(127,213,80); }
H1.HeaderClassName
{
color: #7FD550;
}
.AnyTagClassName
{
color: #7FD550;
}
</style>
background-color css
<style>
a { background-color: #7FD550; }
a { background-color: rgb(127,213,80); }
div.DivClassName
{
background-color: #7FD550;
}
.BgClassName
{
background-color: #7FD550;
}
</style>
border-color css
<style>
span { border-color: #7FD550; }
span { border-color: rgb(127,213,80); }
td.TdClassName
{
border-color: #7FD550;
}
.TagClassName
{
border-color: #7FD550;
}
</style>