Shades of Mantis #7BC542
Tints of Mantis #7BC542
RGB
CMYK
RGB Variations
Color information
#7BC542 (or 0x7BC542) is known color: Mantis. HEX triplet: 7B, C5 and 42. RGB value is (123,197,66). Sum of RGB (Red+Green+Blue) = 123+197+66=386 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.87% from 386); Green value is 197 (77.34% from 255 or 51.04% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 197 - color contains mainly: green. Hex color #7BC542 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC542 is #843ABD. Grayscale: #A0A0A0. Windows color (decimal): -8665790 or 4375931. OLE color: 4375931.
HSL color Cylindrical-coordinate representation of color #7BC542: hue angle of 93.89º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7BC542 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 123 | 197 | 66 | - |
| CMYK | 0.38 | 0 | 0.66 | 0.23 |
| HSL | 93.89º | 0.53% | 0.52% | - |
| HSV(B) | 93.89º | 0.66% | 0.77% | - |
| XYZ | 29.12 | 44.54 | 12.22 | - |
| YUV | 159.94 | 74.98 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 197 | 66 | 0.38 | 0 | 0.66 | 0.23 | 93.89 | 0.53 | 0.52 |
| Hex | 7B | C5 | 42 | 26 | 0 | 42 | 17 | 5E | 35 | 34 |
| Octal | 173 | 305 | 102 | 46 | 0 | 102 | 27 | 136 | 65 | 64 |
| Binary | 1111011 | 11000101 | 1000010 | 100110 | 0 | 1000010 | 10111 | 1011110 | 110101 | 110100 |
Color Harmonies of #7BC542
Complementary color
Monochromatic Colors of #7BC542
Black with #7BC542
Text Example
Text Example
White with #7BC542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC542; }
p { color: rgb(123,197,66); }
H1.HeaderClassName
{
color: #7BC542;
}
.AnyTagClassName
{
color: #7BC542;
}
</style>
background-color css
<style>
a { background-color: #7BC542; }
a { background-color: rgb(123,197,66); }
div.DivClassName
{
background-color: #7BC542;
}
.BgClassName
{
background-color: #7BC542;
}
</style>
border-color css
<style>
span { border-color: #7BC542; }
span { border-color: rgb(123,197,66); }
td.TdClassName
{
border-color: #7BC542;
}
.TagClassName
{
border-color: #7BC542;
}
</style>