Shades of Mantis #7BBF4D
Tints of Mantis #7BBF4D
RGB
CMYK
RGB Variations
Color information
#7BBF4D (or 0x7BBF4D) is known color: Mantis. HEX triplet: 7B, BF and 4D. RGB value is (123,191,77). Sum of RGB (Red+Green+Blue) = 123+191+77=391 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.46% from 391); Green value is 191 (75% from 255 or 48.85% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 191 - color contains mainly: green. Hex color #7BBF4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBF4D is #8440B2. Grayscale: #9E9E9E. Windows color (decimal): -8667315 or 5095291. OLE color: 5095291.
HSL color Cylindrical-coordinate representation of color #7BBF4D: hue angle of 95.79º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7BBF4D is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 191 | 77 | - |
| CMYK | 0.36 | 0 | 0.60 | 0.25 |
| HSL | 95.79º | 0.47% | 0.53% | - |
| HSV(B) | 95.79º | 0.6% | 0.75% | - |
| XYZ | 28.14 | 42.01 | 13.65 | - |
| YUV | 157.67 | 82.47 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 191 | 77 | 0.36 | 0 | 0.60 | 0.25 | 95.79 | 0.47 | 0.53 |
| Hex | 7B | BF | 4D | 24 | 0 | 3C | 19 | 60 | 2F | 35 |
| Octal | 173 | 277 | 115 | 44 | 0 | 74 | 31 | 140 | 57 | 65 |
| Binary | 1111011 | 10111111 | 1001101 | 100100 | 0 | 111100 | 11001 | 1100000 | 101111 | 110101 |
Color Harmonies of #7BBF4D
Complementary color
Monochromatic Colors of #7BBF4D
Black with #7BBF4D
Text Example
Text Example
White with #7BBF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBF4D; }
p { color: rgb(123,191,77); }
H1.HeaderClassName
{
color: #7BBF4D;
}
.AnyTagClassName
{
color: #7BBF4D;
}
</style>
background-color css
<style>
a { background-color: #7BBF4D; }
a { background-color: rgb(123,191,77); }
div.DivClassName
{
background-color: #7BBF4D;
}
.BgClassName
{
background-color: #7BBF4D;
}
</style>
border-color css
<style>
span { border-color: #7BBF4D; }
span { border-color: rgb(123,191,77); }
td.TdClassName
{
border-color: #7BBF4D;
}
.TagClassName
{
border-color: #7BBF4D;
}
</style>