Shades of Mantis #7BC845
Tints of Mantis #7BC845
RGB
CMYK
RGB Variations
Color information
#7BC845 (or 0x7BC845) is known color: Mantis. HEX triplet: 7B, C8 and 45. RGB value is (123,200,69). Sum of RGB (Red+Green+Blue) = 123+200+69=392 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.38% from 392); Green value is 200 (78.52% from 255 or 51.02% from 392); Blue value is 69 (27.34% from 255 or 17.60% from 392); Max value from RGB is 200 - color contains mainly: green. Hex color #7BC845 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC845 is #8437BA. Grayscale: #A2A2A2. Windows color (decimal): -8665019 or 4573307. OLE color: 4573307.
HSL color Cylindrical-coordinate representation of color #7BC845: hue angle of 95.27º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7BC845 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 123 | 200 | 69 | - |
| CMYK | 0.38 | 0 | 0.66 | 0.22 |
| HSL | 95.27º | 0.54% | 0.53% | - |
| HSV(B) | 95.27º | 0.66% | 0.78% | - |
| XYZ | 29.9 | 45.95 | 12.92 | - |
| YUV | 162.04 | 75.49 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 200 | 69 | 0.38 | 0 | 0.66 | 0.22 | 95.27 | 0.54 | 0.53 |
| Hex | 7B | C8 | 45 | 26 | 0 | 42 | 16 | 5F | 36 | 35 |
| Octal | 173 | 310 | 105 | 46 | 0 | 102 | 26 | 137 | 66 | 65 |
| Binary | 1111011 | 11001000 | 1000101 | 100110 | 0 | 1000010 | 10110 | 1011111 | 110110 | 110101 |
Color Harmonies of #7BC845
Complementary color
Monochromatic Colors of #7BC845
Black with #7BC845
Text Example
Text Example
White with #7BC845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC845; }
p { color: rgb(123,200,69); }
H1.HeaderClassName
{
color: #7BC845;
}
.AnyTagClassName
{
color: #7BC845;
}
</style>
background-color css
<style>
a { background-color: #7BC845; }
a { background-color: rgb(123,200,69); }
div.DivClassName
{
background-color: #7BC845;
}
.BgClassName
{
background-color: #7BC845;
}
</style>
border-color css
<style>
span { border-color: #7BC845; }
span { border-color: rgb(123,200,69); }
td.TdClassName
{
border-color: #7BC845;
}
.TagClassName
{
border-color: #7BC845;
}
</style>