Shades of Mantis #7FCD5C
Tints of Mantis #7FCD5C
RGB
CMYK
RGB Variations
Color information
#7FCD5C (or 0x7FCD5C) is known color: Mantis. HEX triplet: 7F, CD and 5C. RGB value is (127,205,92). Sum of RGB (Red+Green+Blue) = 127+205+92=424 (56% of max value = 765). Red value is 127 (50% from 255 or 29.95% from 424); Green value is 205 (80.47% from 255 or 48.35% from 424); Blue value is 92 (36.33% from 255 or 21.70% from 424); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCD5C is #8032A3. Grayscale: #A9A9A9. Windows color (decimal): -8401572 or 6081919. OLE color: 6081919.
HSL color Cylindrical-coordinate representation of color #7FCD5C: hue angle of 101.42º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7FCD5C is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 205 | 92 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.20 |
| HSL | 101.42º | 0.53% | 0.58% | - |
| HSV(B) | 101.42º | 0.55% | 0.8% | - |
| XYZ | 32.52 | 48.95 | 17.86 | - |
| YUV | 168.8 | 84.66 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 205 | 92 | 0.38 | 0 | 0.55 | 0.20 | 101.42 | 0.53 | 0.58 |
| Hex | 7F | CD | 5C | 26 | 0 | 37 | 14 | 65 | 35 | 3A |
| Octal | 177 | 315 | 134 | 46 | 0 | 67 | 24 | 145 | 65 | 72 |
| Binary | 1111111 | 11001101 | 1011100 | 100110 | 0 | 110111 | 10100 | 1100101 | 110101 | 111010 |
Color Harmonies of #7FCD5C
Complementary color
Monochromatic Colors of #7FCD5C
Black with #7FCD5C
Text Example
Text Example
White with #7FCD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCD5C; }
p { color: rgb(127,205,92); }
H1.HeaderClassName
{
color: #7FCD5C;
}
.AnyTagClassName
{
color: #7FCD5C;
}
</style>
background-color css
<style>
a { background-color: #7FCD5C; }
a { background-color: rgb(127,205,92); }
div.DivClassName
{
background-color: #7FCD5C;
}
.BgClassName
{
background-color: #7FCD5C;
}
</style>
border-color css
<style>
span { border-color: #7FCD5C; }
span { border-color: rgb(127,205,92); }
td.TdClassName
{
border-color: #7FCD5C;
}
.TagClassName
{
border-color: #7FCD5C;
}
</style>