Shades of Mantis #7FCD60
Tints of Mantis #7FCD60
RGB
CMYK
RGB Variations
Color information
#7FCD60 (or 0x7FCD60) is known color: Mantis. HEX triplet: 7F, CD and 60. RGB value is (127,205,96). Sum of RGB (Red+Green+Blue) = 127+205+96=428 (56% of max value = 765). Red value is 127 (50% from 255 or 29.67% from 428); Green value is 205 (80.47% from 255 or 47.90% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCD60 is #80329F. Grayscale: #A9A9A9. Windows color (decimal): -8401568 or 6344063. OLE color: 6344063.
HSL color Cylindrical-coordinate representation of color #7FCD60: hue angle of 102.94º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7FCD60 is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 205 | 96 | - |
| CMYK | 0.38 | 0 | 0.53 | 0.20 |
| HSL | 102.94º | 0.52% | 0.59% | - |
| HSV(B) | 102.94º | 0.53% | 0.8% | - |
| XYZ | 32.7 | 49.02 | 18.8 | - |
| YUV | 169.25 | 86.66 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 205 | 96 | 0.38 | 0 | 0.53 | 0.20 | 102.94 | 0.52 | 0.59 |
| Hex | 7F | CD | 60 | 26 | 0 | 35 | 14 | 67 | 34 | 3B |
| Octal | 177 | 315 | 140 | 46 | 0 | 65 | 24 | 147 | 64 | 73 |
| Binary | 1111111 | 11001101 | 1100000 | 100110 | 0 | 110101 | 10100 | 1100111 | 110100 | 111011 |
Color Harmonies of #7FCD60
Complementary color
Monochromatic Colors of #7FCD60
Black with #7FCD60
Text Example
Text Example
White with #7FCD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCD60; }
p { color: rgb(127,205,96); }
H1.HeaderClassName
{
color: #7FCD60;
}
.AnyTagClassName
{
color: #7FCD60;
}
</style>
background-color css
<style>
a { background-color: #7FCD60; }
a { background-color: rgb(127,205,96); }
div.DivClassName
{
background-color: #7FCD60;
}
.BgClassName
{
background-color: #7FCD60;
}
</style>
border-color css
<style>
span { border-color: #7FCD60; }
span { border-color: rgb(127,205,96); }
td.TdClassName
{
border-color: #7FCD60;
}
.TagClassName
{
border-color: #7FCD60;
}
</style>