Shades of Mantis #7BBE4A
Tints of Mantis #7BBE4A
RGB
CMYK
RGB Variations
Color information
#7BBE4A (or 0x7BBE4A) is known color: Mantis. HEX triplet: 7B, BE and 4A. RGB value is (123,190,74). Sum of RGB (Red+Green+Blue) = 123+190+74=387 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.78% from 387); Green value is 190 (74.61% from 255 or 49.10% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBE4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBE4A is #8441B5. Grayscale: #9D9D9D. Windows color (decimal): -8667574 or 4898427. OLE color: 4898427.
HSL color Cylindrical-coordinate representation of color #7BBE4A: hue angle of 94.66º 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 #7BBE4A is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 190 | 74 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.25 |
| HSL | 94.66º | 0.47% | 0.52% | - |
| HSV(B) | 94.66º | 0.61% | 0.75% | - |
| XYZ | 27.82 | 41.53 | 13.03 | - |
| YUV | 156.74 | 81.3 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 190 | 74 | 0.35 | 0 | 0.61 | 0.25 | 94.66 | 0.47 | 0.52 |
| Hex | 7B | BE | 4A | 23 | 0 | 3D | 19 | 5F | 2F | 34 |
| Octal | 173 | 276 | 112 | 43 | 0 | 75 | 31 | 137 | 57 | 64 |
| Binary | 1111011 | 10111110 | 1001010 | 100011 | 0 | 111101 | 11001 | 1011111 | 101111 | 110100 |
Color Harmonies of #7BBE4A
Complementary color
Monochromatic Colors of #7BBE4A
Black with #7BBE4A
Text Example
Text Example
White with #7BBE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBE4A; }
p { color: rgb(123,190,74); }
H1.HeaderClassName
{
color: #7BBE4A;
}
.AnyTagClassName
{
color: #7BBE4A;
}
</style>
background-color css
<style>
a { background-color: #7BBE4A; }
a { background-color: rgb(123,190,74); }
div.DivClassName
{
background-color: #7BBE4A;
}
.BgClassName
{
background-color: #7BBE4A;
}
</style>
border-color css
<style>
span { border-color: #7BBE4A; }
span { border-color: rgb(123,190,74); }
td.TdClassName
{
border-color: #7BBE4A;
}
.TagClassName
{
border-color: #7BBE4A;
}
</style>