Shades of Mantis #7BBF52
Tints of Mantis #7BBF52
RGB
CMYK
RGB Variations
Color information
#7BBF52 (or 0x7BBF52) is known color: Mantis. HEX triplet: 7B, BF and 52. RGB value is (123,191,82). Sum of RGB (Red+Green+Blue) = 123+191+82=396 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.06% from 396); Green value is 191 (75% from 255 or 48.23% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 191 - color contains mainly: green. Hex color #7BBF52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBF52 is #8440AD. Grayscale: #9E9E9E. Windows color (decimal): -8667310 or 5422971. OLE color: 5422971.
HSL color Cylindrical-coordinate representation of color #7BBF52: hue angle of 97.43º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7BBF52 is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 191 | 82 | - |
| CMYK | 0.36 | 0 | 0.57 | 0.25 |
| HSL | 97.43º | 0.46% | 0.54% | - |
| HSV(B) | 97.43º | 0.57% | 0.75% | - |
| XYZ | 28.32 | 42.08 | 14.61 | - |
| YUV | 158.24 | 84.97 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 191 | 82 | 0.36 | 0 | 0.57 | 0.25 | 97.43 | 0.46 | 0.54 |
| Hex | 7B | BF | 52 | 24 | 0 | 39 | 19 | 61 | 2E | 36 |
| Octal | 173 | 277 | 122 | 44 | 0 | 71 | 31 | 141 | 56 | 66 |
| Binary | 1111011 | 10111111 | 1010010 | 100100 | 0 | 111001 | 11001 | 1100001 | 101110 | 110110 |
Color Harmonies of #7BBF52
Complementary color
Monochromatic Colors of #7BBF52
Black with #7BBF52
Text Example
Text Example
White with #7BBF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBF52; }
p { color: rgb(123,191,82); }
H1.HeaderClassName
{
color: #7BBF52;
}
.AnyTagClassName
{
color: #7BBF52;
}
</style>
background-color css
<style>
a { background-color: #7BBF52; }
a { background-color: rgb(123,191,82); }
div.DivClassName
{
background-color: #7BBF52;
}
.BgClassName
{
background-color: #7BBF52;
}
</style>
border-color css
<style>
span { border-color: #7BBF52; }
span { border-color: rgb(123,191,82); }
td.TdClassName
{
border-color: #7BBF52;
}
.TagClassName
{
border-color: #7BBF52;
}
</style>