Shades of Mantis #7FD450
Tints of Mantis #7FD450
RGB
CMYK
RGB Variations
Color information
#7FD450 (or 0x7FD450) is known color: Mantis. HEX triplet: 7F, D4 and 50. RGB value is (127,212,80). Sum of RGB (Red+Green+Blue) = 127+212+80=419 (55% of max value = 765). Red value is 127 (50% from 255 or 30.31% from 419); Green value is 212 (83.20% from 255 or 50.60% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 212 - color contains mainly: green. Hex color #7FD450 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FD450 is #802BAF. Grayscale: #ABABAB. Windows color (decimal): -8399792 or 5297279. OLE color: 5297279.
HSL color Cylindrical-coordinate representation of color #7FD450: hue angle of 98.64º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7FD450 is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 127 | 212 | 80 | - |
| CMYK | 0.40 | 0 | 0.62 | 0.17 |
| HSL | 98.64º | 0.61% | 0.57% | - |
| HSV(B) | 98.64º | 0.62% | 0.83% | - |
| XYZ | 33.74 | 52.18 | 15.88 | - |
| YUV | 171.54 | 76.34 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 212 | 80 | 0.40 | 0 | 0.62 | 0.17 | 98.64 | 0.61 | 0.57 |
| Hex | 7F | D4 | 50 | 28 | 0 | 3E | 11 | 63 | 3D | 39 |
| Octal | 177 | 324 | 120 | 50 | 0 | 76 | 21 | 143 | 75 | 71 |
| Binary | 1111111 | 11010100 | 1010000 | 101000 | 0 | 111110 | 10001 | 1100011 | 111101 | 111001 |
Color Harmonies of #7FD450
Complementary color
Monochromatic Colors of #7FD450
Black with #7FD450
Text Example
Text Example
White with #7FD450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD450; }
p { color: rgb(127,212,80); }
H1.HeaderClassName
{
color: #7FD450;
}
.AnyTagClassName
{
color: #7FD450;
}
</style>
background-color css
<style>
a { background-color: #7FD450; }
a { background-color: rgb(127,212,80); }
div.DivClassName
{
background-color: #7FD450;
}
.BgClassName
{
background-color: #7FD450;
}
</style>
border-color css
<style>
span { border-color: #7FD450; }
span { border-color: rgb(127,212,80); }
td.TdClassName
{
border-color: #7FD450;
}
.TagClassName
{
border-color: #7FD450;
}
</style>