Shades of Mantis #7FD441
Tints of Mantis #7FD441
RGB
CMYK
RGB Variations
Color information
#7FD441 (or 0x7FD441) is known color: Mantis. HEX triplet: 7F, D4 and 41. RGB value is (127,212,65). Sum of RGB (Red+Green+Blue) = 127+212+65=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 212 (83.20% from 255 or 52.48% from 404); Blue value is 65 (25.78% from 255 or 16.09% from 404); Max value from RGB is 212 - color contains mainly: green. Hex color #7FD441 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FD441 is #802BBE. Grayscale: #AAAAAA. Windows color (decimal): -8399807 or 4314239. OLE color: 4314239.
HSL color Cylindrical-coordinate representation of color #7FD441: hue angle of 94.69º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7FD441 is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 127 | 212 | 65 | - |
| CMYK | 0.40 | 0 | 0.69 | 0.17 |
| HSL | 94.69º | 0.63% | 0.54% | - |
| HSV(B) | 94.69º | 0.69% | 0.83% | - |
| XYZ | 33.25 | 51.98 | 13.28 | - |
| YUV | 169.83 | 68.84 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 212 | 65 | 0.40 | 0 | 0.69 | 0.17 | 94.69 | 0.63 | 0.54 |
| Hex | 7F | D4 | 41 | 28 | 0 | 45 | 11 | 5F | 3F | 36 |
| Octal | 177 | 324 | 101 | 50 | 0 | 105 | 21 | 137 | 77 | 66 |
| Binary | 1111111 | 11010100 | 1000001 | 101000 | 0 | 1000101 | 10001 | 1011111 | 111111 | 110110 |
Color Harmonies of #7FD441
Complementary color
Monochromatic Colors of #7FD441
Black with #7FD441
Text Example
Text Example
White with #7FD441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD441; }
p { color: rgb(127,212,65); }
H1.HeaderClassName
{
color: #7FD441;
}
.AnyTagClassName
{
color: #7FD441;
}
</style>
background-color css
<style>
a { background-color: #7FD441; }
a { background-color: rgb(127,212,65); }
div.DivClassName
{
background-color: #7FD441;
}
.BgClassName
{
background-color: #7FD441;
}
</style>
border-color css
<style>
span { border-color: #7FD441; }
span { border-color: rgb(127,212,65); }
td.TdClassName
{
border-color: #7FD441;
}
.TagClassName
{
border-color: #7FD441;
}
</style>