Shades of Mantis #7BCB3E
Tints of Mantis #7BCB3E
RGB
CMYK
RGB Variations
Color information
#7BCB3E (or 0x7BCB3E) is known color: Mantis. HEX triplet: 7B, CB and 3E. RGB value is (123,203,62). Sum of RGB (Red+Green+Blue) = 123+203+62=388 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.70% from 388); Green value is 203 (79.69% from 255 or 52.32% from 388); Blue value is 62 (24.61% from 255 or 15.98% from 388); Max value from RGB is 203 - color contains mainly: green. Hex color #7BCB3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BCB3E is #8434C1. Grayscale: #A3A3A3. Windows color (decimal): -8664258 or 4115323. OLE color: 4115323.
HSL color Cylindrical-coordinate representation of color #7BCB3E: hue angle of 94.04º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7BCB3E is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 203 | 62 | - |
| CMYK | 0.39 | 0 | 0.69 | 0.20 |
| HSL | 94.04º | 0.58% | 0.52% | - |
| HSV(B) | 94.04º | 0.69% | 0.8% | - |
| XYZ | 30.39 | 47.27 | 12.08 | - |
| YUV | 163.01 | 71 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 203 | 62 | 0.39 | 0 | 0.69 | 0.20 | 94.04 | 0.58 | 0.52 |
| Hex | 7B | CB | 3E | 27 | 0 | 45 | 14 | 5E | 3A | 34 |
| Octal | 173 | 313 | 76 | 47 | 0 | 105 | 24 | 136 | 72 | 64 |
| Binary | 1111011 | 11001011 | 111110 | 100111 | 0 | 1000101 | 10100 | 1011110 | 111010 | 110100 |
Color Harmonies of #7BCB3E
Complementary color
Monochromatic Colors of #7BCB3E
Black with #7BCB3E
Text Example
Text Example
White with #7BCB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCB3E; }
p { color: rgb(123,203,62); }
H1.HeaderClassName
{
color: #7BCB3E;
}
.AnyTagClassName
{
color: #7BCB3E;
}
</style>
background-color css
<style>
a { background-color: #7BCB3E; }
a { background-color: rgb(123,203,62); }
div.DivClassName
{
background-color: #7BCB3E;
}
.BgClassName
{
background-color: #7BCB3E;
}
</style>
border-color css
<style>
span { border-color: #7BCB3E; }
span { border-color: rgb(123,203,62); }
td.TdClassName
{
border-color: #7BCB3E;
}
.TagClassName
{
border-color: #7BCB3E;
}
</style>