Shades of Mantis #7BC555
Tints of Mantis #7BC555
RGB
CMYK
RGB Variations
Color information
#7BC555 (or 0x7BC555) is known color: Mantis. HEX triplet: 7B, C5 and 55. RGB value is (123,197,85). Sum of RGB (Red+Green+Blue) = 123+197+85=405 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.37% from 405); Green value is 197 (77.34% from 255 or 48.64% from 405); Blue value is 85 (33.59% from 255 or 20.99% from 405); Max value from RGB is 197 - color contains mainly: green. Hex color #7BC555 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BC555 is #843AAA. Grayscale: #A2A2A2. Windows color (decimal): -8665771 or 5621115. OLE color: 5621115.
HSL color Cylindrical-coordinate representation of color #7BC555: hue angle of 99.64º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7BC555 is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 123 | 197 | 85 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.23 |
| HSL | 99.64º | 0.49% | 0.55% | - |
| HSV(B) | 99.64º | 0.57% | 0.77% | - |
| XYZ | 29.77 | 44.8 | 15.67 | - |
| YUV | 162.11 | 84.48 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 197 | 85 | 0.38 | 0 | 0.57 | 0.23 | 99.64 | 0.49 | 0.55 |
| Hex | 7B | C5 | 55 | 26 | 0 | 39 | 17 | 64 | 31 | 37 |
| Octal | 173 | 305 | 125 | 46 | 0 | 71 | 27 | 144 | 61 | 67 |
| Binary | 1111011 | 11000101 | 1010101 | 100110 | 0 | 111001 | 10111 | 1100100 | 110001 | 110111 |
Color Harmonies of #7BC555
Complementary color
Monochromatic Colors of #7BC555
Black with #7BC555
Text Example
Text Example
White with #7BC555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC555; }
p { color: rgb(123,197,85); }
H1.HeaderClassName
{
color: #7BC555;
}
.AnyTagClassName
{
color: #7BC555;
}
</style>
background-color css
<style>
a { background-color: #7BC555; }
a { background-color: rgb(123,197,85); }
div.DivClassName
{
background-color: #7BC555;
}
.BgClassName
{
background-color: #7BC555;
}
</style>
border-color css
<style>
span { border-color: #7BC555; }
span { border-color: rgb(123,197,85); }
td.TdClassName
{
border-color: #7BC555;
}
.TagClassName
{
border-color: #7BC555;
}
</style>