Shades of Mantis #7BBE51
Tints of Mantis #7BBE51
RGB
CMYK
RGB Variations
Color information
#7BBE51 (or 0x7BBE51) is known color: Mantis. HEX triplet: 7B, BE and 51. RGB value is (123,190,81). Sum of RGB (Red+Green+Blue) = 123+190+81=394 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.22% from 394); Green value is 190 (74.61% from 255 or 48.22% from 394); Blue value is 81 (32.03% from 255 or 20.56% from 394); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBE51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBE51 is #8441AE. Grayscale: #9D9D9D. Windows color (decimal): -8667567 or 5357179. OLE color: 5357179.
HSL color Cylindrical-coordinate representation of color #7BBE51: hue angle of 96.88º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7BBE51 is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 190 | 81 | - |
| CMYK | 0.35 | 0 | 0.57 | 0.25 |
| HSL | 96.88º | 0.46% | 0.53% | - |
| HSV(B) | 96.88º | 0.57% | 0.75% | - |
| XYZ | 28.07 | 41.63 | 14.34 | - |
| YUV | 157.54 | 84.8 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 190 | 81 | 0.35 | 0 | 0.57 | 0.25 | 96.88 | 0.46 | 0.53 |
| Hex | 7B | BE | 51 | 23 | 0 | 39 | 19 | 61 | 2E | 35 |
| Octal | 173 | 276 | 121 | 43 | 0 | 71 | 31 | 141 | 56 | 65 |
| Binary | 1111011 | 10111110 | 1010001 | 100011 | 0 | 111001 | 11001 | 1100001 | 101110 | 110101 |
Color Harmonies of #7BBE51
Complementary color
Monochromatic Colors of #7BBE51
Black with #7BBE51
Text Example
Text Example
White with #7BBE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBE51; }
p { color: rgb(123,190,81); }
H1.HeaderClassName
{
color: #7BBE51;
}
.AnyTagClassName
{
color: #7BBE51;
}
</style>
background-color css
<style>
a { background-color: #7BBE51; }
a { background-color: rgb(123,190,81); }
div.DivClassName
{
background-color: #7BBE51;
}
.BgClassName
{
background-color: #7BBE51;
}
</style>
border-color css
<style>
span { border-color: #7BBE51; }
span { border-color: rgb(123,190,81); }
td.TdClassName
{
border-color: #7BBE51;
}
.TagClassName
{
border-color: #7BBE51;
}
</style>