Shades of Mantis #7FCC4D
Tints of Mantis #7FCC4D
RGB
CMYK
RGB Variations
Color information
#7FCC4D (or 0x7FCC4D) is known color: Mantis. HEX triplet: 7F, CC and 4D. RGB value is (127,204,77). Sum of RGB (Red+Green+Blue) = 127+204+77=408 (54% of max value = 765). Red value is 127 (50% from 255 or 31.13% from 408); Green value is 204 (80.08% from 255 or 50% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCC4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCC4D is #8033B2. Grayscale: #A6A6A6. Windows color (decimal): -8401843 or 5098623. OLE color: 5098623.
HSL color Cylindrical-coordinate representation of color #7FCC4D: hue angle of 96.38º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7FCC4D is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 204 | 77 | - |
| CMYK | 0.38 | 0 | 0.62 | 0.2 |
| HSL | 96.38º | 0.55% | 0.55% | - |
| HSV(B) | 96.38º | 0.62% | 0.8% | - |
| XYZ | 31.68 | 48.23 | 14.66 | - |
| YUV | 166.5 | 77.49 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 204 | 77 | 0.38 | 0 | 0.62 | 0.2 | 96.38 | 0.55 | 0.55 |
| Hex | 7F | CC | 4D | 26 | 0 | 3E | 14 | 60 | 37 | 37 |
| Octal | 177 | 314 | 115 | 46 | 0 | 76 | 24 | 140 | 67 | 67 |
| Binary | 1111111 | 11001100 | 1001101 | 100110 | 0 | 111110 | 10100 | 1100000 | 110111 | 110111 |
Color Harmonies of #7FCC4D
Complementary color
Monochromatic Colors of #7FCC4D
Black with #7FCC4D
Text Example
Text Example
White with #7FCC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCC4D; }
p { color: rgb(127,204,77); }
H1.HeaderClassName
{
color: #7FCC4D;
}
.AnyTagClassName
{
color: #7FCC4D;
}
</style>
background-color css
<style>
a { background-color: #7FCC4D; }
a { background-color: rgb(127,204,77); }
div.DivClassName
{
background-color: #7FCC4D;
}
.BgClassName
{
background-color: #7FCC4D;
}
</style>
border-color css
<style>
span { border-color: #7FCC4D; }
span { border-color: rgb(127,204,77); }
td.TdClassName
{
border-color: #7FCC4D;
}
.TagClassName
{
border-color: #7FCC4D;
}
</style>