Shades of Mantis #7BCB50
Tints of Mantis #7BCB50
RGB
CMYK
RGB Variations
Color information
#7BCB50 (or 0x7BCB50) is known color: Mantis. HEX triplet: 7B, CB and 50. RGB value is (123,203,80). Sum of RGB (Red+Green+Blue) = 123+203+80=406 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.30% from 406); Green value is 203 (79.69% from 255 or 50% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 203 - color contains mainly: green. Hex color #7BCB50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BCB50 is #8434AF. Grayscale: #A5A5A5. Windows color (decimal): -8664240 or 5294971. OLE color: 5294971.
HSL color Cylindrical-coordinate representation of color #7BCB50: hue angle of 99.02º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7BCB50 is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 203 | 80 | - |
| CMYK | 0.39 | 0 | 0.61 | 0.20 |
| HSL | 99.02º | 0.54% | 0.55% | - |
| HSV(B) | 99.02º | 0.61% | 0.8% | - |
| XYZ | 30.97 | 47.5 | 15.13 | - |
| YUV | 165.06 | 80 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 203 | 80 | 0.39 | 0 | 0.61 | 0.20 | 99.02 | 0.54 | 0.55 |
| Hex | 7B | CB | 50 | 27 | 0 | 3D | 14 | 63 | 36 | 37 |
| Octal | 173 | 313 | 120 | 47 | 0 | 75 | 24 | 143 | 66 | 67 |
| Binary | 1111011 | 11001011 | 1010000 | 100111 | 0 | 111101 | 10100 | 1100011 | 110110 | 110111 |
Color Harmonies of #7BCB50
Complementary color
Monochromatic Colors of #7BCB50
Black with #7BCB50
Text Example
Text Example
White with #7BCB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCB50; }
p { color: rgb(123,203,80); }
H1.HeaderClassName
{
color: #7BCB50;
}
.AnyTagClassName
{
color: #7BCB50;
}
</style>
background-color css
<style>
a { background-color: #7BCB50; }
a { background-color: rgb(123,203,80); }
div.DivClassName
{
background-color: #7BCB50;
}
.BgClassName
{
background-color: #7BCB50;
}
</style>
border-color css
<style>
span { border-color: #7BCB50; }
span { border-color: rgb(123,203,80); }
td.TdClassName
{
border-color: #7BCB50;
}
.TagClassName
{
border-color: #7BCB50;
}
</style>