Shades of Mantis #7FCC40
Tints of Mantis #7FCC40
RGB
CMYK
RGB Variations
Color information
#7FCC40 (or 0x7FCC40) is known color: Mantis. HEX triplet: 7F, CC and 40. RGB value is (127,204,64). Sum of RGB (Red+Green+Blue) = 127+204+64=395 (52% of max value = 765). Red value is 127 (50% from 255 or 32.15% from 395); Green value is 204 (80.08% from 255 or 51.65% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCC40 is #8033BF. Grayscale: #A5A5A5. Windows color (decimal): -8401856 or 4246655. OLE color: 4246655.
HSL color Cylindrical-coordinate representation of color #7FCC40: hue angle of 93º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7FCC40 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 204 | 64 | - |
| CMYK | 0.38 | 0 | 0.69 | 0.2 |
| HSL | 93º | 0.58% | 0.53% | - |
| HSV(B) | 93º | 0.69% | 0.8% | - |
| XYZ | 31.27 | 48.07 | 12.48 | - |
| YUV | 165.02 | 70.99 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 204 | 64 | 0.38 | 0 | 0.69 | 0.2 | 93 | 0.58 | 0.53 |
| Hex | 7F | CC | 40 | 26 | 0 | 45 | 14 | 5D | 3A | 35 |
| Octal | 177 | 314 | 100 | 46 | 0 | 105 | 24 | 135 | 72 | 65 |
| Binary | 1111111 | 11001100 | 1000000 | 100110 | 0 | 1000101 | 10100 | 1011101 | 111010 | 110101 |
Color Harmonies of #7FCC40
Complementary color
Monochromatic Colors of #7FCC40
Black with #7FCC40
Text Example
Text Example
White with #7FCC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCC40; }
p { color: rgb(127,204,64); }
H1.HeaderClassName
{
color: #7FCC40;
}
.AnyTagClassName
{
color: #7FCC40;
}
</style>
background-color css
<style>
a { background-color: #7FCC40; }
a { background-color: rgb(127,204,64); }
div.DivClassName
{
background-color: #7FCC40;
}
.BgClassName
{
background-color: #7FCC40;
}
</style>
border-color css
<style>
span { border-color: #7FCC40; }
span { border-color: rgb(127,204,64); }
td.TdClassName
{
border-color: #7FCC40;
}
.TagClassName
{
border-color: #7FCC40;
}
</style>