Shades of Mantis #7BC141
Tints of Mantis #7BC141
RGB
CMYK
RGB Variations
Color information
#7BC141 (or 0x7BC141) is known color: Mantis. HEX triplet: 7B, C1 and 41. RGB value is (123,193,65). Sum of RGB (Red+Green+Blue) = 123+193+65=381 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.28% from 381); Green value is 193 (75.78% from 255 or 50.66% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 193 - color contains mainly: green. Hex color #7BC141 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC141 is #843EBE. Grayscale: #9D9D9D. Windows color (decimal): -8666815 or 4309371. OLE color: 4309371.
HSL color Cylindrical-coordinate representation of color #7BC141: hue angle of 92.81º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7BC141 is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 193 | 65 | - |
| CMYK | 0.36 | 0 | 0.66 | 0.24 |
| HSL | 92.81º | 0.51% | 0.51% | - |
| HSV(B) | 92.81º | 0.66% | 0.76% | - |
| XYZ | 28.19 | 42.73 | 11.76 | - |
| YUV | 157.48 | 75.81 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 193 | 65 | 0.36 | 0 | 0.66 | 0.24 | 92.81 | 0.51 | 0.51 |
| Hex | 7B | C1 | 41 | 24 | 0 | 42 | 18 | 5D | 33 | 33 |
| Octal | 173 | 301 | 101 | 44 | 0 | 102 | 30 | 135 | 63 | 63 |
| Binary | 1111011 | 11000001 | 1000001 | 100100 | 0 | 1000010 | 11000 | 1011101 | 110011 | 110011 |
Color Harmonies of #7BC141
Complementary color
Monochromatic Colors of #7BC141
Black with #7BC141
Text Example
Text Example
White with #7BC141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC141; }
p { color: rgb(123,193,65); }
H1.HeaderClassName
{
color: #7BC141;
}
.AnyTagClassName
{
color: #7BC141;
}
</style>
background-color css
<style>
a { background-color: #7BC141; }
a { background-color: rgb(123,193,65); }
div.DivClassName
{
background-color: #7BC141;
}
.BgClassName
{
background-color: #7BC141;
}
</style>
border-color css
<style>
span { border-color: #7BC141; }
span { border-color: rgb(123,193,65); }
td.TdClassName
{
border-color: #7BC141;
}
.TagClassName
{
border-color: #7BC141;
}
</style>