Shades of Mantis #7BE148
Tints of Mantis #7BE148
RGB
CMYK
RGB Variations
Color information
#7BE148 (or 0x7BE148) is known color: Mantis. HEX triplet: 7B, E1 and 48. RGB value is (123,225,72). Sum of RGB (Red+Green+Blue) = 123+225+72=420 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.29% from 420); Green value is 225 (88.28% from 255 or 53.57% from 420); Blue value is 72 (28.52% from 255 or 17.14% from 420); Max value from RGB is 225 - color contains mainly: green. Hex color #7BE148 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BE148 is #841EB7. Grayscale: #B1B1B1. Windows color (decimal): -8658616 or 4776315. OLE color: 4776315.
HSL color Cylindrical-coordinate representation of color #7BE148: hue angle of 100º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7BE148 is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 123 | 225 | 72 | - |
| CMYK | 0.45 | 0 | 0.68 | 0.12 |
| HSL | 100º | 0.72% | 0.58% | - |
| HSV(B) | 100º | 0.68% | 0.88% | - |
| XYZ | 36.26 | 58.53 | 15.52 | - |
| YUV | 177.06 | 68.71 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 225 | 72 | 0.45 | 0 | 0.68 | 0.12 | 100 | 0.72 | 0.58 |
| Hex | 7B | E1 | 48 | 2D | 0 | 44 | C | 64 | 48 | 3A |
| Octal | 173 | 341 | 110 | 55 | 0 | 104 | 14 | 144 | 110 | 72 |
| Binary | 1111011 | 11100001 | 1001000 | 101101 | 0 | 1000100 | 1100 | 1100100 | 1001000 | 111010 |
Color Harmonies of #7BE148
Complementary color
Monochromatic Colors of #7BE148
Black with #7BE148
Text Example
Text Example
White with #7BE148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE148; }
p { color: rgb(123,225,72); }
H1.HeaderClassName
{
color: #7BE148;
}
.AnyTagClassName
{
color: #7BE148;
}
</style>
background-color css
<style>
a { background-color: #7BE148; }
a { background-color: rgb(123,225,72); }
div.DivClassName
{
background-color: #7BE148;
}
.BgClassName
{
background-color: #7BE148;
}
</style>
border-color css
<style>
span { border-color: #7BE148; }
span { border-color: rgb(123,225,72); }
td.TdClassName
{
border-color: #7BE148;
}
.TagClassName
{
border-color: #7BE148;
}
</style>