Shades of Mantis #7FDD4E
Tints of Mantis #7FDD4E
RGB
CMYK
RGB Variations
Color information
#7FDD4E (or 0x7FDD4E) is known color: Mantis. HEX triplet: 7F, DD and 4E. RGB value is (127,221,78). Sum of RGB (Red+Green+Blue) = 127+221+78=426 (56% of max value = 765). Red value is 127 (50% from 255 or 29.81% from 426); Green value is 221 (86.72% from 255 or 51.88% from 426); Blue value is 78 (30.86% from 255 or 18.31% from 426); Max value from RGB is 221 - color contains mainly: green. Hex color #7FDD4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FDD4E is #8022B1. Grayscale: #B1B1B1. Windows color (decimal): -8397490 or 5168511. OLE color: 5168511.
HSL color Cylindrical-coordinate representation of color #7FDD4E: hue angle of 99.44º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7FDD4E is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 221 | 78 | - |
| CMYK | 0.43 | 0 | 0.65 | 0.13 |
| HSL | 99.44º | 0.68% | 0.59% | - |
| HSV(B) | 99.44º | 0.65% | 0.87% | - |
| XYZ | 35.98 | 56.77 | 16.27 | - |
| YUV | 176.59 | 72.36 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 221 | 78 | 0.43 | 0 | 0.65 | 0.13 | 99.44 | 0.68 | 0.59 |
| Hex | 7F | DD | 4E | 2B | 0 | 41 | D | 63 | 44 | 3B |
| Octal | 177 | 335 | 116 | 53 | 0 | 101 | 15 | 143 | 104 | 73 |
| Binary | 1111111 | 11011101 | 1001110 | 101011 | 0 | 1000001 | 1101 | 1100011 | 1000100 | 111011 |
Color Harmonies of #7FDD4E
Complementary color
Monochromatic Colors of #7FDD4E
Black with #7FDD4E
Text Example
Text Example
White with #7FDD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDD4E; }
p { color: rgb(127,221,78); }
H1.HeaderClassName
{
color: #7FDD4E;
}
.AnyTagClassName
{
color: #7FDD4E;
}
</style>
background-color css
<style>
a { background-color: #7FDD4E; }
a { background-color: rgb(127,221,78); }
div.DivClassName
{
background-color: #7FDD4E;
}
.BgClassName
{
background-color: #7FDD4E;
}
</style>
border-color css
<style>
span { border-color: #7FDD4E; }
span { border-color: rgb(127,221,78); }
td.TdClassName
{
border-color: #7FDD4E;
}
.TagClassName
{
border-color: #7FDD4E;
}
</style>