Shades of Mantis #7FDD4C
Tints of Mantis #7FDD4C
RGB
CMYK
RGB Variations
Color information
#7FDD4C (or 0x7FDD4C) is known color: Mantis. HEX triplet: 7F, DD and 4C. RGB value is (127,221,76). Sum of RGB (Red+Green+Blue) = 127+221+76=424 (56% of max value = 765). Red value is 127 (50% from 255 or 29.95% from 424); Green value is 221 (86.72% from 255 or 52.12% from 424); Blue value is 76 (30.08% from 255 or 17.92% from 424); Max value from RGB is 221 - color contains mainly: green. Hex color #7FDD4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FDD4C is #8022B3. Grayscale: #B0B0B0. Windows color (decimal): -8397492 or 5037439. OLE color: 5037439.
HSL color Cylindrical-coordinate representation of color #7FDD4C: hue angle of 98.9º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7FDD4C is Cyan = 0.43, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 221 | 76 | - |
| CMYK | 0.43 | 0 | 0.66 | 0.13 |
| HSL | 98.9º | 0.68% | 0.58% | - |
| HSV(B) | 98.9º | 0.66% | 0.87% | - |
| XYZ | 35.91 | 56.75 | 15.9 | - |
| YUV | 176.36 | 71.36 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 221 | 76 | 0.43 | 0 | 0.66 | 0.13 | 98.9 | 0.68 | 0.58 |
| Hex | 7F | DD | 4C | 2B | 0 | 42 | D | 63 | 44 | 3A |
| Octal | 177 | 335 | 114 | 53 | 0 | 102 | 15 | 143 | 104 | 72 |
| Binary | 1111111 | 11011101 | 1001100 | 101011 | 0 | 1000010 | 1101 | 1100011 | 1000100 | 111010 |
Color Harmonies of #7FDD4C
Complementary color
Monochromatic Colors of #7FDD4C
Black with #7FDD4C
Text Example
Text Example
White with #7FDD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDD4C; }
p { color: rgb(127,221,76); }
H1.HeaderClassName
{
color: #7FDD4C;
}
.AnyTagClassName
{
color: #7FDD4C;
}
</style>
background-color css
<style>
a { background-color: #7FDD4C; }
a { background-color: rgb(127,221,76); }
div.DivClassName
{
background-color: #7FDD4C;
}
.BgClassName
{
background-color: #7FDD4C;
}
</style>
border-color css
<style>
span { border-color: #7FDD4C; }
span { border-color: rgb(127,221,76); }
td.TdClassName
{
border-color: #7FDD4C;
}
.TagClassName
{
border-color: #7FDD4C;
}
</style>