Shades of Mantis #7FB45D
Tints of Mantis #7FB45D
RGB
CMYK
RGB Variations
Color information
#7FB45D (or 0x7FB45D) is known color: Mantis. HEX triplet: 7F, B4 and 5D. RGB value is (127,180,93). Sum of RGB (Red+Green+Blue) = 127+180+93=400 (52% of max value = 765). Red value is 127 (50% from 255 or 31.75% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 180 - color contains mainly: green. Hex color #7FB45D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB45D is #804BA2. Grayscale: #9A9A9A. Windows color (decimal): -8407971 or 6141055. OLE color: 6141055.
HSL color Cylindrical-coordinate representation of color #7FB45D: hue angle of 96.55º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FB45D is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 180 | 93 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.29 |
| HSL | 96.55º | 0.37% | 0.54% | - |
| HSV(B) | 96.55º | 0.48% | 0.71% | - |
| XYZ | 27.05 | 37.94 | 16.25 | - |
| YUV | 154.24 | 93.44 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 180 | 93 | 0.29 | 0 | 0.48 | 0.29 | 96.55 | 0.37 | 0.54 |
| Hex | 7F | B4 | 5D | 1D | 0 | 30 | 1D | 61 | 25 | 36 |
| Octal | 177 | 264 | 135 | 35 | 0 | 60 | 35 | 141 | 45 | 66 |
| Binary | 1111111 | 10110100 | 1011101 | 11101 | 0 | 110000 | 11101 | 1100001 | 100101 | 110110 |
Color Harmonies of #7FB45D
Complementary color
Monochromatic Colors of #7FB45D
Black with #7FB45D
Text Example
Text Example
White with #7FB45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB45D; }
p { color: rgb(127,180,93); }
H1.HeaderClassName
{
color: #7FB45D;
}
.AnyTagClassName
{
color: #7FB45D;
}
</style>
background-color css
<style>
a { background-color: #7FB45D; }
a { background-color: rgb(127,180,93); }
div.DivClassName
{
background-color: #7FB45D;
}
.BgClassName
{
background-color: #7FB45D;
}
</style>
border-color css
<style>
span { border-color: #7FB45D; }
span { border-color: rgb(127,180,93); }
td.TdClassName
{
border-color: #7FB45D;
}
.TagClassName
{
border-color: #7FB45D;
}
</style>