Shades of Mantis #7BC54D
Tints of Mantis #7BC54D
RGB
CMYK
RGB Variations
Color information
#7BC54D (or 0x7BC54D) is known color: Mantis. HEX triplet: 7B, C5 and 4D. RGB value is (123,197,77). Sum of RGB (Red+Green+Blue) = 123+197+77=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 197 (77.34% from 255 or 49.62% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 197 - color contains mainly: green. Hex color #7BC54D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BC54D is #843AB2. Grayscale: #A1A1A1. Windows color (decimal): -8665779 or 5096827. OLE color: 5096827.
HSL color Cylindrical-coordinate representation of color #7BC54D: hue angle of 97º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7BC54D is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 123 | 197 | 77 | - |
| CMYK | 0.38 | 0 | 0.61 | 0.23 |
| HSL | 97º | 0.51% | 0.54% | - |
| HSV(B) | 97º | 0.61% | 0.77% | - |
| XYZ | 29.47 | 44.68 | 14.09 | - |
| YUV | 161.19 | 80.48 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 197 | 77 | 0.38 | 0 | 0.61 | 0.23 | 97 | 0.51 | 0.54 |
| Hex | 7B | C5 | 4D | 26 | 0 | 3D | 17 | 61 | 33 | 36 |
| Octal | 173 | 305 | 115 | 46 | 0 | 75 | 27 | 141 | 63 | 66 |
| Binary | 1111011 | 11000101 | 1001101 | 100110 | 0 | 111101 | 10111 | 1100001 | 110011 | 110110 |
Color Harmonies of #7BC54D
Complementary color
Monochromatic Colors of #7BC54D
Black with #7BC54D
Text Example
Text Example
White with #7BC54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC54D; }
p { color: rgb(123,197,77); }
H1.HeaderClassName
{
color: #7BC54D;
}
.AnyTagClassName
{
color: #7BC54D;
}
</style>
background-color css
<style>
a { background-color: #7BC54D; }
a { background-color: rgb(123,197,77); }
div.DivClassName
{
background-color: #7BC54D;
}
.BgClassName
{
background-color: #7BC54D;
}
</style>
border-color css
<style>
span { border-color: #7BC54D; }
span { border-color: rgb(123,197,77); }
td.TdClassName
{
border-color: #7BC54D;
}
.TagClassName
{
border-color: #7BC54D;
}
</style>