Shades of Mantis #7FD464
Tints of Mantis #7FD464
RGB
CMYK
RGB Variations
Color information
#7FD464 (or 0x7FD464) is known color: Mantis. HEX triplet: 7F, D4 and 64. RGB value is (127,212,100). Sum of RGB (Red+Green+Blue) = 127+212+100=439 (58% of max value = 765). Red value is 127 (50% from 255 or 28.93% from 439); Green value is 212 (83.20% from 255 or 48.29% from 439); Blue value is 100 (39.45% from 255 or 22.78% from 439); Max value from RGB is 212 - color contains mainly: green. Hex color #7FD464 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FD464 is #802B9B. Grayscale: #AEAEAE. Windows color (decimal): -8399772 or 6607999. OLE color: 6607999.
HSL color Cylindrical-coordinate representation of color #7FD464: hue angle of 105.54º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7FD464 is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 127 | 212 | 100 | - |
| CMYK | 0.40 | 0 | 0.53 | 0.17 |
| HSL | 105.54º | 0.57% | 0.61% | - |
| HSV(B) | 105.54º | 0.53% | 0.83% | - |
| XYZ | 34.6 | 52.52 | 20.37 | - |
| YUV | 173.82 | 86.34 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 212 | 100 | 0.40 | 0 | 0.53 | 0.17 | 105.54 | 0.57 | 0.61 |
| Hex | 7F | D4 | 64 | 28 | 0 | 35 | 11 | 6A | 39 | 3D |
| Octal | 177 | 324 | 144 | 50 | 0 | 65 | 21 | 152 | 71 | 75 |
| Binary | 1111111 | 11010100 | 1100100 | 101000 | 0 | 110101 | 10001 | 1101010 | 111001 | 111101 |
Color Harmonies of #7FD464
Complementary color
Monochromatic Colors of #7FD464
Black with #7FD464
Text Example
Text Example
White with #7FD464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD464; }
p { color: rgb(127,212,100); }
H1.HeaderClassName
{
color: #7FD464;
}
.AnyTagClassName
{
color: #7FD464;
}
</style>
background-color css
<style>
a { background-color: #7FD464; }
a { background-color: rgb(127,212,100); }
div.DivClassName
{
background-color: #7FD464;
}
.BgClassName
{
background-color: #7FD464;
}
</style>
border-color css
<style>
span { border-color: #7FD464; }
span { border-color: rgb(127,212,100); }
td.TdClassName
{
border-color: #7FD464;
}
.TagClassName
{
border-color: #7FD464;
}
</style>