Shades of Mantis #7FC553
Tints of Mantis #7FC553
RGB
CMYK
RGB Variations
Color information
#7FC553 (or 0x7FC553) is known color: Mantis. HEX triplet: 7F, C5 and 53. RGB value is (127,197,83). Sum of RGB (Red+Green+Blue) = 127+197+83=407 (53% of max value = 765). Red value is 127 (50% from 255 or 31.20% from 407); Green value is 197 (77.34% from 255 or 48.40% from 407); Blue value is 83 (32.81% from 255 or 20.39% from 407); Max value from RGB is 197 - color contains mainly: green. Hex color #7FC553 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC553 is #803AAC. Grayscale: #A3A3A3. Windows color (decimal): -8403629 or 5490047. OLE color: 5490047.
HSL color Cylindrical-coordinate representation of color #7FC553: hue angle of 96.84º 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 #7FC553 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 127 | 197 | 83 | - |
| CMYK | 0.36 | 0 | 0.58 | 0.23 |
| HSL | 96.84º | 0.5% | 0.55% | - |
| HSV(B) | 96.84º | 0.58% | 0.77% | - |
| XYZ | 30.28 | 45.07 | 15.29 | - |
| YUV | 163.07 | 82.81 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 197 | 83 | 0.36 | 0 | 0.58 | 0.23 | 96.84 | 0.5 | 0.55 |
| Hex | 7F | C5 | 53 | 24 | 0 | 3A | 17 | 61 | 32 | 37 |
| Octal | 177 | 305 | 123 | 44 | 0 | 72 | 27 | 141 | 62 | 67 |
| Binary | 1111111 | 11000101 | 1010011 | 100100 | 0 | 111010 | 10111 | 1100001 | 110010 | 110111 |
Color Harmonies of #7FC553
Complementary color
Monochromatic Colors of #7FC553
Black with #7FC553
Text Example
Text Example
White with #7FC553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC553; }
p { color: rgb(127,197,83); }
H1.HeaderClassName
{
color: #7FC553;
}
.AnyTagClassName
{
color: #7FC553;
}
</style>
background-color css
<style>
a { background-color: #7FC553; }
a { background-color: rgb(127,197,83); }
div.DivClassName
{
background-color: #7FC553;
}
.BgClassName
{
background-color: #7FC553;
}
</style>
border-color css
<style>
span { border-color: #7FC553; }
span { border-color: rgb(127,197,83); }
td.TdClassName
{
border-color: #7FC553;
}
.TagClassName
{
border-color: #7FC553;
}
</style>