Shades of Mantis #7FC552
Tints of Mantis #7FC552
RGB
CMYK
RGB Variations
Color information
#7FC552 (or 0x7FC552) is known color: Mantis. HEX triplet: 7F, C5 and 52. RGB value is (127,197,82). Sum of RGB (Red+Green+Blue) = 127+197+82=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 197 (77.34% from 255 or 48.52% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 197 - color contains mainly: green. Hex color #7FC552 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC552 is #803AAD. Grayscale: #A3A3A3. Windows color (decimal): -8403630 or 5424511. OLE color: 5424511.
HSL color Cylindrical-coordinate representation of color #7FC552: hue angle of 96.52º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7FC552 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 127 | 197 | 82 | - |
| CMYK | 0.36 | 0 | 0.58 | 0.23 |
| HSL | 96.52º | 0.5% | 0.55% | - |
| HSV(B) | 96.52º | 0.58% | 0.77% | - |
| XYZ | 30.24 | 45.05 | 15.08 | - |
| YUV | 162.96 | 82.31 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 197 | 82 | 0.36 | 0 | 0.58 | 0.23 | 96.52 | 0.5 | 0.55 |
| Hex | 7F | C5 | 52 | 24 | 0 | 3A | 17 | 61 | 32 | 37 |
| Octal | 177 | 305 | 122 | 44 | 0 | 72 | 27 | 141 | 62 | 67 |
| Binary | 1111111 | 11000101 | 1010010 | 100100 | 0 | 111010 | 10111 | 1100001 | 110010 | 110111 |
Color Harmonies of #7FC552
Complementary color
Monochromatic Colors of #7FC552
Black with #7FC552
Text Example
Text Example
White with #7FC552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC552; }
p { color: rgb(127,197,82); }
H1.HeaderClassName
{
color: #7FC552;
}
.AnyTagClassName
{
color: #7FC552;
}
</style>
background-color css
<style>
a { background-color: #7FC552; }
a { background-color: rgb(127,197,82); }
div.DivClassName
{
background-color: #7FC552;
}
.BgClassName
{
background-color: #7FC552;
}
</style>
border-color css
<style>
span { border-color: #7FC552; }
span { border-color: rgb(127,197,82); }
td.TdClassName
{
border-color: #7FC552;
}
.TagClassName
{
border-color: #7FC552;
}
</style>