Shades of Mantis #7FD944
Tints of Mantis #7FD944
RGB
CMYK
RGB Variations
Color information
#7FD944 (or 0x7FD944) is known color: Mantis. HEX triplet: 7F, D9 and 44. RGB value is (127,217,68). Sum of RGB (Red+Green+Blue) = 127+217+68=412 (54% of max value = 765). Red value is 127 (50% from 255 or 30.83% from 412); Green value is 217 (85.16% from 255 or 52.67% from 412); Blue value is 68 (26.95% from 255 or 16.50% from 412); Max value from RGB is 217 - color contains mainly: green. Hex color #7FD944 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FD944 is #8026BB. Grayscale: #ADADAD. Windows color (decimal): -8398524 or 4512127. OLE color: 4512127.
HSL color Cylindrical-coordinate representation of color #7FD944: hue angle of 96.24º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7FD944 is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 217 | 68 | - |
| CMYK | 0.41 | 0 | 0.69 | 0.15 |
| HSL | 96.24º | 0.66% | 0.56% | - |
| HSV(B) | 96.24º | 0.69% | 0.85% | - |
| XYZ | 34.61 | 54.56 | 14.17 | - |
| YUV | 173.1 | 68.68 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 217 | 68 | 0.41 | 0 | 0.69 | 0.15 | 96.24 | 0.66 | 0.56 |
| Hex | 7F | D9 | 44 | 29 | 0 | 45 | F | 60 | 42 | 38 |
| Octal | 177 | 331 | 104 | 51 | 0 | 105 | 17 | 140 | 102 | 70 |
| Binary | 1111111 | 11011001 | 1000100 | 101001 | 0 | 1000101 | 1111 | 1100000 | 1000010 | 111000 |
Color Harmonies of #7FD944
Complementary color
Monochromatic Colors of #7FD944
Black with #7FD944
Text Example
Text Example
White with #7FD944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD944; }
p { color: rgb(127,217,68); }
H1.HeaderClassName
{
color: #7FD944;
}
.AnyTagClassName
{
color: #7FD944;
}
</style>
background-color css
<style>
a { background-color: #7FD944; }
a { background-color: rgb(127,217,68); }
div.DivClassName
{
background-color: #7FD944;
}
.BgClassName
{
background-color: #7FD944;
}
</style>
border-color css
<style>
span { border-color: #7FD944; }
span { border-color: rgb(127,217,68); }
td.TdClassName
{
border-color: #7FD944;
}
.TagClassName
{
border-color: #7FD944;
}
</style>