Shades of Mantis #7BC540
Tints of Mantis #7BC540
RGB
CMYK
RGB Variations
Color information
#7BC540 (or 0x7BC540) is known color: Mantis. HEX triplet: 7B, C5 and 40. RGB value is (123,197,64). Sum of RGB (Red+Green+Blue) = 123+197+64=384 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.03% from 384); Green value is 197 (77.34% from 255 or 51.30% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 197 - color contains mainly: green. Hex color #7BC540 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC540 is #843ABF. Grayscale: #A0A0A0. Windows color (decimal): -8665792 or 4244859. OLE color: 4244859.
HSL color Cylindrical-coordinate representation of color #7BC540: hue angle of 93.38º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7BC540 is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 123 | 197 | 64 | - |
| CMYK | 0.38 | 0 | 0.68 | 0.23 |
| HSL | 93.38º | 0.53% | 0.51% | - |
| HSV(B) | 93.38º | 0.68% | 0.77% | - |
| XYZ | 29.06 | 44.51 | 11.91 | - |
| YUV | 159.71 | 73.98 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 197 | 64 | 0.38 | 0 | 0.68 | 0.23 | 93.38 | 0.53 | 0.51 |
| Hex | 7B | C5 | 40 | 26 | 0 | 44 | 17 | 5D | 35 | 33 |
| Octal | 173 | 305 | 100 | 46 | 0 | 104 | 27 | 135 | 65 | 63 |
| Binary | 1111011 | 11000101 | 1000000 | 100110 | 0 | 1000100 | 10111 | 1011101 | 110101 | 110011 |
Color Harmonies of #7BC540
Complementary color
Monochromatic Colors of #7BC540
Black with #7BC540
Text Example
Text Example
White with #7BC540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC540; }
p { color: rgb(123,197,64); }
H1.HeaderClassName
{
color: #7BC540;
}
.AnyTagClassName
{
color: #7BC540;
}
</style>
background-color css
<style>
a { background-color: #7BC540; }
a { background-color: rgb(123,197,64); }
div.DivClassName
{
background-color: #7BC540;
}
.BgClassName
{
background-color: #7BC540;
}
</style>
border-color css
<style>
span { border-color: #7BC540; }
span { border-color: rgb(123,197,64); }
td.TdClassName
{
border-color: #7BC540;
}
.TagClassName
{
border-color: #7BC540;
}
</style>