Shades of Mantis #7BBE4D
Tints of Mantis #7BBE4D
RGB
CMYK
RGB Variations
Color information
#7BBE4D (or 0x7BBE4D) is known color: Mantis. HEX triplet: 7B, BE and 4D. RGB value is (123,190,77). Sum of RGB (Red+Green+Blue) = 123+190+77=390 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.54% from 390); Green value is 190 (74.61% from 255 or 48.72% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBE4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBE4D is #8441B2. Grayscale: #9D9D9D. Windows color (decimal): -8667571 or 5095035. OLE color: 5095035.
HSL color Cylindrical-coordinate representation of color #7BBE4D: hue angle of 95.58º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7BBE4D is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 190 | 77 | - |
| CMYK | 0.35 | 0 | 0.59 | 0.25 |
| HSL | 95.58º | 0.47% | 0.52% | - |
| HSV(B) | 95.58º | 0.59% | 0.75% | - |
| XYZ | 27.92 | 41.57 | 13.57 | - |
| YUV | 157.09 | 82.8 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 190 | 77 | 0.35 | 0 | 0.59 | 0.25 | 95.58 | 0.47 | 0.52 |
| Hex | 7B | BE | 4D | 23 | 0 | 3B | 19 | 60 | 2F | 34 |
| Octal | 173 | 276 | 115 | 43 | 0 | 73 | 31 | 140 | 57 | 64 |
| Binary | 1111011 | 10111110 | 1001101 | 100011 | 0 | 111011 | 11001 | 1100000 | 101111 | 110100 |
Color Harmonies of #7BBE4D
Complementary color
Monochromatic Colors of #7BBE4D
Black with #7BBE4D
Text Example
Text Example
White with #7BBE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBE4D; }
p { color: rgb(123,190,77); }
H1.HeaderClassName
{
color: #7BBE4D;
}
.AnyTagClassName
{
color: #7BBE4D;
}
</style>
background-color css
<style>
a { background-color: #7BBE4D; }
a { background-color: rgb(123,190,77); }
div.DivClassName
{
background-color: #7BBE4D;
}
.BgClassName
{
background-color: #7BBE4D;
}
</style>
border-color css
<style>
span { border-color: #7BBE4D; }
span { border-color: rgb(123,190,77); }
td.TdClassName
{
border-color: #7BBE4D;
}
.TagClassName
{
border-color: #7BBE4D;
}
</style>