Shades of Mantis #7BBE4B
Tints of Mantis #7BBE4B
RGB
CMYK
RGB Variations
Color information
#7BBE4B (or 0x7BBE4B) is known color: Mantis. HEX triplet: 7B, BE and 4B. RGB value is (123,190,75). Sum of RGB (Red+Green+Blue) = 123+190+75=388 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.70% from 388); Green value is 190 (74.61% from 255 or 48.97% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBE4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBE4B is #8441B4. Grayscale: #9D9D9D. Windows color (decimal): -8667573 or 4963963. OLE color: 4963963.
HSL color Cylindrical-coordinate representation of color #7BBE4B: hue angle of 94.96º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7BBE4B is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 190 | 75 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.25 |
| HSL | 94.96º | 0.47% | 0.52% | - |
| HSV(B) | 94.96º | 0.61% | 0.75% | - |
| XYZ | 27.85 | 41.55 | 13.21 | - |
| YUV | 156.86 | 81.8 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 190 | 75 | 0.35 | 0 | 0.61 | 0.25 | 94.96 | 0.47 | 0.52 |
| Hex | 7B | BE | 4B | 23 | 0 | 3D | 19 | 5F | 2F | 34 |
| Octal | 173 | 276 | 113 | 43 | 0 | 75 | 31 | 137 | 57 | 64 |
| Binary | 1111011 | 10111110 | 1001011 | 100011 | 0 | 111101 | 11001 | 1011111 | 101111 | 110100 |
Color Harmonies of #7BBE4B
Complementary color
Monochromatic Colors of #7BBE4B
Black with #7BBE4B
Text Example
Text Example
White with #7BBE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBE4B; }
p { color: rgb(123,190,75); }
H1.HeaderClassName
{
color: #7BBE4B;
}
.AnyTagClassName
{
color: #7BBE4B;
}
</style>
background-color css
<style>
a { background-color: #7BBE4B; }
a { background-color: rgb(123,190,75); }
div.DivClassName
{
background-color: #7BBE4B;
}
.BgClassName
{
background-color: #7BBE4B;
}
</style>
border-color css
<style>
span { border-color: #7BBE4B; }
span { border-color: rgb(123,190,75); }
td.TdClassName
{
border-color: #7BBE4B;
}
.TagClassName
{
border-color: #7BBE4B;
}
</style>