Shades of Mantis #7FD841
Tints of Mantis #7FD841
RGB
CMYK
RGB Variations
Color information
#7FD841 (or 0x7FD841) is known color: Mantis. HEX triplet: 7F, D8 and 41. RGB value is (127,216,65). Sum of RGB (Red+Green+Blue) = 127+216+65=408 (54% of max value = 765). Red value is 127 (50% from 255 or 31.13% from 408); Green value is 216 (84.77% from 255 or 52.94% from 408); Blue value is 65 (25.78% from 255 or 15.93% from 408); Max value from RGB is 216 - color contains mainly: green. Hex color #7FD841 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FD841 is #8027BE. Grayscale: #ACACAC. Windows color (decimal): -8398783 or 4315263. OLE color: 4315263.
HSL color Cylindrical-coordinate representation of color #7FD841: hue angle of 95.36º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7FD841 is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 216 | 65 | - |
| CMYK | 0.41 | 0 | 0.70 | 0.15 |
| HSL | 95.36º | 0.66% | 0.55% | - |
| HSV(B) | 95.36º | 0.7% | 0.85% | - |
| XYZ | 34.26 | 54.01 | 13.62 | - |
| YUV | 172.18 | 67.51 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 216 | 65 | 0.41 | 0 | 0.70 | 0.15 | 95.36 | 0.66 | 0.55 |
| Hex | 7F | D8 | 41 | 29 | 0 | 46 | F | 5F | 42 | 37 |
| Octal | 177 | 330 | 101 | 51 | 0 | 106 | 17 | 137 | 102 | 67 |
| Binary | 1111111 | 11011000 | 1000001 | 101001 | 0 | 1000110 | 1111 | 1011111 | 1000010 | 110111 |
Color Harmonies of #7FD841
Complementary color
Monochromatic Colors of #7FD841
Black with #7FD841
Text Example
Text Example
White with #7FD841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD841; }
p { color: rgb(127,216,65); }
H1.HeaderClassName
{
color: #7FD841;
}
.AnyTagClassName
{
color: #7FD841;
}
</style>
background-color css
<style>
a { background-color: #7FD841; }
a { background-color: rgb(127,216,65); }
div.DivClassName
{
background-color: #7FD841;
}
.BgClassName
{
background-color: #7FD841;
}
</style>
border-color css
<style>
span { border-color: #7FD841; }
span { border-color: rgb(127,216,65); }
td.TdClassName
{
border-color: #7FD841;
}
.TagClassName
{
border-color: #7FD841;
}
</style>