Shades of Mantis #7BCB5B
Tints of Mantis #7BCB5B
RGB
CMYK
RGB Variations
Color information
#7BCB5B (or 0x7BCB5B) is known color: Mantis. HEX triplet: 7B, CB and 5B. RGB value is (123,203,91). Sum of RGB (Red+Green+Blue) = 123+203+91=417 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.50% from 417); Green value is 203 (79.69% from 255 or 48.68% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 203 - color contains mainly: green. Hex color #7BCB5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BCB5B is #8434A4. Grayscale: #A6A6A6. Windows color (decimal): -8664229 or 6015867. OLE color: 6015867.
HSL color Cylindrical-coordinate representation of color #7BCB5B: hue angle of 102.86º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7BCB5B is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 203 | 91 | - |
| CMYK | 0.39 | 0 | 0.55 | 0.20 |
| HSL | 102.86º | 0.52% | 0.58% | - |
| HSV(B) | 102.86º | 0.55% | 0.8% | - |
| XYZ | 31.41 | 47.68 | 17.44 | - |
| YUV | 166.31 | 85.5 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 203 | 91 | 0.39 | 0 | 0.55 | 0.20 | 102.86 | 0.52 | 0.58 |
| Hex | 7B | CB | 5B | 27 | 0 | 37 | 14 | 67 | 34 | 3A |
| Octal | 173 | 313 | 133 | 47 | 0 | 67 | 24 | 147 | 64 | 72 |
| Binary | 1111011 | 11001011 | 1011011 | 100111 | 0 | 110111 | 10100 | 1100111 | 110100 | 111010 |
Color Harmonies of #7BCB5B
Complementary color
Monochromatic Colors of #7BCB5B
Black with #7BCB5B
Text Example
Text Example
White with #7BCB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCB5B; }
p { color: rgb(123,203,91); }
H1.HeaderClassName
{
color: #7BCB5B;
}
.AnyTagClassName
{
color: #7BCB5B;
}
</style>
background-color css
<style>
a { background-color: #7BCB5B; }
a { background-color: rgb(123,203,91); }
div.DivClassName
{
background-color: #7BCB5B;
}
.BgClassName
{
background-color: #7BCB5B;
}
</style>
border-color css
<style>
span { border-color: #7BCB5B; }
span { border-color: rgb(123,203,91); }
td.TdClassName
{
border-color: #7BCB5B;
}
.TagClassName
{
border-color: #7BCB5B;
}
</style>