Shades of Mantis #7FC153
Tints of Mantis #7FC153
RGB
CMYK
RGB Variations
Color information
#7FC153 (or 0x7FC153) is known color: Mantis. HEX triplet: 7F, C1 and 53. RGB value is (127,193,83). Sum of RGB (Red+Green+Blue) = 127+193+83=403 (53% of max value = 765). Red value is 127 (50% from 255 or 31.51% from 403); Green value is 193 (75.78% from 255 or 47.89% from 403); Blue value is 83 (32.81% from 255 or 20.60% from 403); Max value from RGB is 193 - color contains mainly: green. Hex color #7FC153 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC153 is #803EAC. Grayscale: #A1A1A1. Windows color (decimal): -8404653 or 5489023. OLE color: 5489023.
HSL color Cylindrical-coordinate representation of color #7FC153: hue angle of 96º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7FC153 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 193 | 83 | - |
| CMYK | 0.34 | 0 | 0.57 | 0.24 |
| HSL | 96º | 0.47% | 0.54% | - |
| HSV(B) | 96º | 0.57% | 0.76% | - |
| XYZ | 29.38 | 43.28 | 14.99 | - |
| YUV | 160.73 | 84.13 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 193 | 83 | 0.34 | 0 | 0.57 | 0.24 | 96 | 0.47 | 0.54 |
| Hex | 7F | C1 | 53 | 22 | 0 | 39 | 18 | 60 | 2F | 36 |
| Octal | 177 | 301 | 123 | 42 | 0 | 71 | 30 | 140 | 57 | 66 |
| Binary | 1111111 | 11000001 | 1010011 | 100010 | 0 | 111001 | 11000 | 1100000 | 101111 | 110110 |
Color Harmonies of #7FC153
Complementary color
Monochromatic Colors of #7FC153
Black with #7FC153
Text Example
Text Example
White with #7FC153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC153; }
p { color: rgb(127,193,83); }
H1.HeaderClassName
{
color: #7FC153;
}
.AnyTagClassName
{
color: #7FC153;
}
</style>
background-color css
<style>
a { background-color: #7FC153; }
a { background-color: rgb(127,193,83); }
div.DivClassName
{
background-color: #7FC153;
}
.BgClassName
{
background-color: #7FC153;
}
</style>
border-color css
<style>
span { border-color: #7FC153; }
span { border-color: rgb(127,193,83); }
td.TdClassName
{
border-color: #7FC153;
}
.TagClassName
{
border-color: #7FC153;
}
</style>