Shades of Mantis #7BC561
Tints of Mantis #7BC561
RGB
CMYK
RGB Variations
Color information
#7BC561 (or 0x7BC561) is known color: Mantis. HEX triplet: 7B, C5 and 61. RGB value is (123,197,97). Sum of RGB (Red+Green+Blue) = 123+197+97=417 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.50% from 417); Green value is 197 (77.34% from 255 or 47.24% from 417); Blue value is 97 (38.28% from 255 or 23.26% from 417); Max value from RGB is 197 - color contains mainly: green. Hex color #7BC561 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BC561 is #843A9E. Grayscale: #A3A3A3. Windows color (decimal): -8665759 or 6407547. OLE color: 6407547.
HSL color Cylindrical-coordinate representation of color #7BC561: hue angle of 104.4º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BC561 is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 123 | 197 | 97 | - |
| CMYK | 0.38 | 0 | 0.51 | 0.23 |
| HSL | 104.4º | 0.46% | 0.58% | - |
| HSV(B) | 104.4º | 0.51% | 0.77% | - |
| XYZ | 30.29 | 45.01 | 18.4 | - |
| YUV | 163.47 | 90.48 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 197 | 97 | 0.38 | 0 | 0.51 | 0.23 | 104.4 | 0.46 | 0.58 |
| Hex | 7B | C5 | 61 | 26 | 0 | 33 | 17 | 68 | 2E | 3A |
| Octal | 173 | 305 | 141 | 46 | 0 | 63 | 27 | 150 | 56 | 72 |
| Binary | 1111011 | 11000101 | 1100001 | 100110 | 0 | 110011 | 10111 | 1101000 | 101110 | 111010 |
Color Harmonies of #7BC561
Complementary color
Monochromatic Colors of #7BC561
Black with #7BC561
Text Example
Text Example
White with #7BC561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC561; }
p { color: rgb(123,197,97); }
H1.HeaderClassName
{
color: #7BC561;
}
.AnyTagClassName
{
color: #7BC561;
}
</style>
background-color css
<style>
a { background-color: #7BC561; }
a { background-color: rgb(123,197,97); }
div.DivClassName
{
background-color: #7BC561;
}
.BgClassName
{
background-color: #7BC561;
}
</style>
border-color css
<style>
span { border-color: #7BC561; }
span { border-color: rgb(123,197,97); }
td.TdClassName
{
border-color: #7BC561;
}
.TagClassName
{
border-color: #7BC561;
}
</style>