Shades of Mantis #7FCD56
Tints of Mantis #7FCD56
RGB
CMYK
RGB Variations
Color information
#7FCD56 (or 0x7FCD56) is known color: Mantis. HEX triplet: 7F, CD and 56. RGB value is (127,205,86). Sum of RGB (Red+Green+Blue) = 127+205+86=418 (55% of max value = 765). Red value is 127 (50% from 255 or 30.38% from 418); Green value is 205 (80.47% from 255 or 49.04% from 418); Blue value is 86 (33.98% from 255 or 20.57% from 418); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCD56 is #8032A9. Grayscale: #A8A8A8. Windows color (decimal): -8401578 or 5688703. OLE color: 5688703.
HSL color Cylindrical-coordinate representation of color #7FCD56: hue angle of 99.33º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7FCD56 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 205 | 86 | - |
| CMYK | 0.38 | 0 | 0.58 | 0.20 |
| HSL | 99.33º | 0.54% | 0.57% | - |
| HSV(B) | 99.33º | 0.58% | 0.8% | - |
| XYZ | 32.26 | 48.85 | 16.53 | - |
| YUV | 168.11 | 81.66 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 205 | 86 | 0.38 | 0 | 0.58 | 0.20 | 99.33 | 0.54 | 0.57 |
| Hex | 7F | CD | 56 | 26 | 0 | 3A | 14 | 63 | 36 | 39 |
| Octal | 177 | 315 | 126 | 46 | 0 | 72 | 24 | 143 | 66 | 71 |
| Binary | 1111111 | 11001101 | 1010110 | 100110 | 0 | 111010 | 10100 | 1100011 | 110110 | 111001 |
Color Harmonies of #7FCD56
Complementary color
Monochromatic Colors of #7FCD56
Black with #7FCD56
Text Example
Text Example
White with #7FCD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCD56; }
p { color: rgb(127,205,86); }
H1.HeaderClassName
{
color: #7FCD56;
}
.AnyTagClassName
{
color: #7FCD56;
}
</style>
background-color css
<style>
a { background-color: #7FCD56; }
a { background-color: rgb(127,205,86); }
div.DivClassName
{
background-color: #7FCD56;
}
.BgClassName
{
background-color: #7FCD56;
}
</style>
border-color css
<style>
span { border-color: #7FCD56; }
span { border-color: rgb(127,205,86); }
td.TdClassName
{
border-color: #7FCD56;
}
.TagClassName
{
border-color: #7FCD56;
}
</style>