Shades of Mantis #7FD64A
Tints of Mantis #7FD64A
RGB
CMYK
RGB Variations
Color information
#7FD64A (or 0x7FD64A) is known color: Mantis. HEX triplet: 7F, D6 and 4A. RGB value is (127,214,74). Sum of RGB (Red+Green+Blue) = 127+214+74=415 (54% of max value = 765). Red value is 127 (50% from 255 or 30.60% from 415); Green value is 214 (83.98% from 255 or 51.57% from 415); Blue value is 74 (29.30% from 255 or 17.83% from 415); Max value from RGB is 214 - color contains mainly: green. Hex color #7FD64A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FD64A is #8029B5. Grayscale: #ACACAC. Windows color (decimal): -8399286 or 4904575. OLE color: 4904575.
HSL color Cylindrical-coordinate representation of color #7FD64A: hue angle of 97.29º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7FD64A is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 214 | 74 | - |
| CMYK | 0.41 | 0 | 0.65 | 0.16 |
| HSL | 97.29º | 0.63% | 0.56% | - |
| HSV(B) | 97.29º | 0.65% | 0.84% | - |
| XYZ | 34.04 | 53.1 | 14.93 | - |
| YUV | 172.03 | 72.68 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 214 | 74 | 0.41 | 0 | 0.65 | 0.16 | 97.29 | 0.63 | 0.56 |
| Hex | 7F | D6 | 4A | 29 | 0 | 41 | 10 | 61 | 3F | 38 |
| Octal | 177 | 326 | 112 | 51 | 0 | 101 | 20 | 141 | 77 | 70 |
| Binary | 1111111 | 11010110 | 1001010 | 101001 | 0 | 1000001 | 10000 | 1100001 | 111111 | 111000 |
Color Harmonies of #7FD64A
Complementary color
Monochromatic Colors of #7FD64A
Black with #7FD64A
Text Example
Text Example
White with #7FD64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD64A; }
p { color: rgb(127,214,74); }
H1.HeaderClassName
{
color: #7FD64A;
}
.AnyTagClassName
{
color: #7FD64A;
}
</style>
background-color css
<style>
a { background-color: #7FD64A; }
a { background-color: rgb(127,214,74); }
div.DivClassName
{
background-color: #7FD64A;
}
.BgClassName
{
background-color: #7FD64A;
}
</style>
border-color css
<style>
span { border-color: #7FD64A; }
span { border-color: rgb(127,214,74); }
td.TdClassName
{
border-color: #7FD64A;
}
.TagClassName
{
border-color: #7FD64A;
}
</style>