Shades of Mantis #7FCD40
Tints of Mantis #7FCD40
RGB
CMYK
RGB Variations
Color information
#7FCD40 (or 0x7FCD40) is known color: Mantis. HEX triplet: 7F, CD and 40. RGB value is (127,205,64). Sum of RGB (Red+Green+Blue) = 127+205+64=396 (52% of max value = 765). Red value is 127 (50% from 255 or 32.07% from 396); Green value is 205 (80.47% from 255 or 51.77% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCD40 is #8032BF. Grayscale: #A6A6A6. Windows color (decimal): -8401600 or 4246911. OLE color: 4246911.
HSL color Cylindrical-coordinate representation of color #7FCD40: hue angle of 93.19º degrees, saturation: 0.59, 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 #7FCD40 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 205 | 64 | - |
| CMYK | 0.38 | 0 | 0.69 | 0.20 |
| HSL | 93.19º | 0.59% | 0.53% | - |
| HSV(B) | 93.19º | 0.69% | 0.8% | - |
| XYZ | 31.51 | 48.54 | 12.56 | - |
| YUV | 165.6 | 70.66 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 205 | 64 | 0.38 | 0 | 0.69 | 0.20 | 93.19 | 0.59 | 0.53 |
| Hex | 7F | CD | 40 | 26 | 0 | 45 | 14 | 5D | 3B | 35 |
| Octal | 177 | 315 | 100 | 46 | 0 | 105 | 24 | 135 | 73 | 65 |
| Binary | 1111111 | 11001101 | 1000000 | 100110 | 0 | 1000101 | 10100 | 1011101 | 111011 | 110101 |
Color Harmonies of #7FCD40
Complementary color
Monochromatic Colors of #7FCD40
Black with #7FCD40
Text Example
Text Example
White with #7FCD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCD40; }
p { color: rgb(127,205,64); }
H1.HeaderClassName
{
color: #7FCD40;
}
.AnyTagClassName
{
color: #7FCD40;
}
</style>
background-color css
<style>
a { background-color: #7FCD40; }
a { background-color: rgb(127,205,64); }
div.DivClassName
{
background-color: #7FCD40;
}
.BgClassName
{
background-color: #7FCD40;
}
</style>
border-color css
<style>
span { border-color: #7FCD40; }
span { border-color: rgb(127,205,64); }
td.TdClassName
{
border-color: #7FCD40;
}
.TagClassName
{
border-color: #7FCD40;
}
</style>