Shades of Mantis #7BCB5D
Tints of Mantis #7BCB5D
RGB
CMYK
RGB Variations
Color information
#7BCB5D (or 0x7BCB5D) is known color: Mantis. HEX triplet: 7B, CB and 5D. RGB value is (123,203,93). Sum of RGB (Red+Green+Blue) = 123+203+93=419 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.36% from 419); Green value is 203 (79.69% from 255 or 48.45% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 203 - color contains mainly: green. Hex color #7BCB5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BCB5D is #8434A2. Grayscale: #A6A6A6. Windows color (decimal): -8664227 or 6146939. OLE color: 6146939.
HSL color Cylindrical-coordinate representation of color #7BCB5D: hue angle of 103.64º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7BCB5D is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 203 | 93 | - |
| CMYK | 0.39 | 0 | 0.54 | 0.20 |
| HSL | 103.64º | 0.51% | 0.58% | - |
| HSV(B) | 103.64º | 0.54% | 0.8% | - |
| XYZ | 31.5 | 47.71 | 17.91 | - |
| YUV | 166.54 | 86.5 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 203 | 93 | 0.39 | 0 | 0.54 | 0.20 | 103.64 | 0.51 | 0.58 |
| Hex | 7B | CB | 5D | 27 | 0 | 36 | 14 | 68 | 33 | 3A |
| Octal | 173 | 313 | 135 | 47 | 0 | 66 | 24 | 150 | 63 | 72 |
| Binary | 1111011 | 11001011 | 1011101 | 100111 | 0 | 110110 | 10100 | 1101000 | 110011 | 111010 |
Color Harmonies of #7BCB5D
Complementary color
Monochromatic Colors of #7BCB5D
Black with #7BCB5D
Text Example
Text Example
White with #7BCB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCB5D; }
p { color: rgb(123,203,93); }
H1.HeaderClassName
{
color: #7BCB5D;
}
.AnyTagClassName
{
color: #7BCB5D;
}
</style>
background-color css
<style>
a { background-color: #7BCB5D; }
a { background-color: rgb(123,203,93); }
div.DivClassName
{
background-color: #7BCB5D;
}
.BgClassName
{
background-color: #7BCB5D;
}
</style>
border-color css
<style>
span { border-color: #7BCB5D; }
span { border-color: rgb(123,203,93); }
td.TdClassName
{
border-color: #7BCB5D;
}
.TagClassName
{
border-color: #7BCB5D;
}
</style>