Shades of Mantis #7FCD59
Tints of Mantis #7FCD59
RGB
CMYK
RGB Variations
Color information
#7FCD59 (or 0x7FCD59) is known color: Mantis. HEX triplet: 7F, CD and 59. RGB value is (127,205,89). Sum of RGB (Red+Green+Blue) = 127+205+89=421 (55% of max value = 765). Red value is 127 (50% from 255 or 30.17% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 89 (35.16% from 255 or 21.14% from 421); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD59 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCD59 is #8032A6. Grayscale: #A8A8A8. Windows color (decimal): -8401575 or 5885311. OLE color: 5885311.
HSL color Cylindrical-coordinate representation of color #7FCD59: hue angle of 100.34º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7FCD59 is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 205 | 89 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.20 |
| HSL | 100.34º | 0.54% | 0.58% | - |
| HSV(B) | 100.34º | 0.57% | 0.8% | - |
| XYZ | 32.39 | 48.9 | 17.18 | - |
| YUV | 168.45 | 83.16 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 205 | 89 | 0.38 | 0 | 0.57 | 0.20 | 100.34 | 0.54 | 0.58 |
| Hex | 7F | CD | 59 | 26 | 0 | 39 | 14 | 64 | 36 | 3A |
| Octal | 177 | 315 | 131 | 46 | 0 | 71 | 24 | 144 | 66 | 72 |
| Binary | 1111111 | 11001101 | 1011001 | 100110 | 0 | 111001 | 10100 | 1100100 | 110110 | 111010 |
Color Harmonies of #7FCD59
Complementary color
Monochromatic Colors of #7FCD59
Black with #7FCD59
Text Example
Text Example
White with #7FCD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCD59; }
p { color: rgb(127,205,89); }
H1.HeaderClassName
{
color: #7FCD59;
}
.AnyTagClassName
{
color: #7FCD59;
}
</style>
background-color css
<style>
a { background-color: #7FCD59; }
a { background-color: rgb(127,205,89); }
div.DivClassName
{
background-color: #7FCD59;
}
.BgClassName
{
background-color: #7FCD59;
}
</style>
border-color css
<style>
span { border-color: #7FCD59; }
span { border-color: rgb(127,205,89); }
td.TdClassName
{
border-color: #7FCD59;
}
.TagClassName
{
border-color: #7FCD59;
}
</style>