Shades of Mantis #7FDB4D
Tints of Mantis #7FDB4D
RGB
CMYK
RGB Variations
Color information
#7FDB4D (or 0x7FDB4D) is known color: Mantis. HEX triplet: 7F, DB and 4D. RGB value is (127,219,77). Sum of RGB (Red+Green+Blue) = 127+219+77=423 (56% of max value = 765). Red value is 127 (50% from 255 or 30.02% from 423); Green value is 219 (85.94% from 255 or 51.77% from 423); Blue value is 77 (30.47% from 255 or 18.20% from 423); Max value from RGB is 219 - color contains mainly: green. Hex color #7FDB4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FDB4D is #8024B2. Grayscale: #AFAFAF. Windows color (decimal): -8398003 or 5102463. OLE color: 5102463.
HSL color Cylindrical-coordinate representation of color #7FDB4D: hue angle of 98.87º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7FDB4D is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 219 | 77 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.14 |
| HSL | 98.87º | 0.66% | 0.58% | - |
| HSV(B) | 98.87º | 0.65% | 0.86% | - |
| XYZ | 35.42 | 55.71 | 15.91 | - |
| YUV | 175.3 | 72.52 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 219 | 77 | 0.42 | 0 | 0.65 | 0.14 | 98.87 | 0.66 | 0.58 |
| Hex | 7F | DB | 4D | 2A | 0 | 41 | E | 63 | 42 | 3A |
| Octal | 177 | 333 | 115 | 52 | 0 | 101 | 16 | 143 | 102 | 72 |
| Binary | 1111111 | 11011011 | 1001101 | 101010 | 0 | 1000001 | 1110 | 1100011 | 1000010 | 111010 |
Color Harmonies of #7FDB4D
Complementary color
Monochromatic Colors of #7FDB4D
Black with #7FDB4D
Text Example
Text Example
White with #7FDB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDB4D; }
p { color: rgb(127,219,77); }
H1.HeaderClassName
{
color: #7FDB4D;
}
.AnyTagClassName
{
color: #7FDB4D;
}
</style>
background-color css
<style>
a { background-color: #7FDB4D; }
a { background-color: rgb(127,219,77); }
div.DivClassName
{
background-color: #7FDB4D;
}
.BgClassName
{
background-color: #7FDB4D;
}
</style>
border-color css
<style>
span { border-color: #7FDB4D; }
span { border-color: rgb(127,219,77); }
td.TdClassName
{
border-color: #7FDB4D;
}
.TagClassName
{
border-color: #7FDB4D;
}
</style>