Shades of Mantis #7FCD55
Tints of Mantis #7FCD55
RGB
CMYK
RGB Variations
Color information
#7FCD55 (or 0x7FCD55) is known color: Mantis. HEX triplet: 7F, CD and 55. RGB value is (127,205,85). Sum of RGB (Red+Green+Blue) = 127+205+85=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 205 (80.47% from 255 or 49.16% from 417); Blue value is 85 (33.59% from 255 or 20.38% from 417); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCD55 is #8032AA. Grayscale: #A8A8A8. Windows color (decimal): -8401579 or 5623167. OLE color: 5623167.
HSL color Cylindrical-coordinate representation of color #7FCD55: hue angle of 99º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7FCD55 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 205 | 85 | - |
| CMYK | 0.38 | 0 | 0.59 | 0.20 |
| HSL | 99º | 0.55% | 0.57% | - |
| HSV(B) | 99º | 0.59% | 0.8% | - |
| XYZ | 32.22 | 48.83 | 16.32 | - |
| YUV | 168 | 81.16 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 205 | 85 | 0.38 | 0 | 0.59 | 0.20 | 99 | 0.55 | 0.57 |
| Hex | 7F | CD | 55 | 26 | 0 | 3B | 14 | 63 | 37 | 39 |
| Octal | 177 | 315 | 125 | 46 | 0 | 73 | 24 | 143 | 67 | 71 |
| Binary | 1111111 | 11001101 | 1010101 | 100110 | 0 | 111011 | 10100 | 1100011 | 110111 | 111001 |
Color Harmonies of #7FCD55
Complementary color
Monochromatic Colors of #7FCD55
Black with #7FCD55
Text Example
Text Example
White with #7FCD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCD55; }
p { color: rgb(127,205,85); }
H1.HeaderClassName
{
color: #7FCD55;
}
.AnyTagClassName
{
color: #7FCD55;
}
</style>
background-color css
<style>
a { background-color: #7FCD55; }
a { background-color: rgb(127,205,85); }
div.DivClassName
{
background-color: #7FCD55;
}
.BgClassName
{
background-color: #7FCD55;
}
</style>
border-color css
<style>
span { border-color: #7FCD55; }
span { border-color: rgb(127,205,85); }
td.TdClassName
{
border-color: #7FCD55;
}
.TagClassName
{
border-color: #7FCD55;
}
</style>