Shades of Mantis #7FDB4C
Tints of Mantis #7FDB4C
RGB
CMYK
RGB Variations
Color information
#7FDB4C (or 0x7FDB4C) is known color: Mantis. HEX triplet: 7F, DB and 4C. RGB value is (127,219,76). Sum of RGB (Red+Green+Blue) = 127+219+76=422 (55% of max value = 765). Red value is 127 (50% from 255 or 30.09% from 422); Green value is 219 (85.94% from 255 or 51.90% from 422); Blue value is 76 (30.08% from 255 or 18.01% from 422); Max value from RGB is 219 - color contains mainly: green. Hex color #7FDB4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FDB4C is #8024B3. Grayscale: #AFAFAF. Windows color (decimal): -8398004 or 5036927. OLE color: 5036927.
HSL color Cylindrical-coordinate representation of color #7FDB4C: hue angle of 98.6º degrees, saturation: 0.67, 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 #7FDB4C is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 219 | 76 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.14 |
| HSL | 98.6º | 0.67% | 0.58% | - |
| HSV(B) | 98.6º | 0.65% | 0.86% | - |
| XYZ | 35.39 | 55.7 | 15.72 | - |
| YUV | 175.19 | 72.02 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 219 | 76 | 0.42 | 0 | 0.65 | 0.14 | 98.6 | 0.67 | 0.58 |
| Hex | 7F | DB | 4C | 2A | 0 | 41 | E | 63 | 43 | 3A |
| Octal | 177 | 333 | 114 | 52 | 0 | 101 | 16 | 143 | 103 | 72 |
| Binary | 1111111 | 11011011 | 1001100 | 101010 | 0 | 1000001 | 1110 | 1100011 | 1000011 | 111010 |
Color Harmonies of #7FDB4C
Complementary color
Monochromatic Colors of #7FDB4C
Black with #7FDB4C
Text Example
Text Example
White with #7FDB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDB4C; }
p { color: rgb(127,219,76); }
H1.HeaderClassName
{
color: #7FDB4C;
}
.AnyTagClassName
{
color: #7FDB4C;
}
</style>
background-color css
<style>
a { background-color: #7FDB4C; }
a { background-color: rgb(127,219,76); }
div.DivClassName
{
background-color: #7FDB4C;
}
.BgClassName
{
background-color: #7FDB4C;
}
</style>
border-color css
<style>
span { border-color: #7FDB4C; }
span { border-color: rgb(127,219,76); }
td.TdClassName
{
border-color: #7FDB4C;
}
.TagClassName
{
border-color: #7FDB4C;
}
</style>