Shades of Mantis #7BC240
Tints of Mantis #7BC240
RGB
CMYK
RGB Variations
Color information
#7BC240 (or 0x7BC240) is known color: Mantis. HEX triplet: 7B, C2 and 40. RGB value is (123,194,64). Sum of RGB (Red+Green+Blue) = 123+194+64=381 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.28% from 381); Green value is 194 (76.17% from 255 or 50.92% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 194 - color contains mainly: green. Hex color #7BC240 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC240 is #843DBF. Grayscale: #9E9E9E. Windows color (decimal): -8666560 or 4244091. OLE color: 4244091.
HSL color Cylindrical-coordinate representation of color #7BC240: hue angle of 92.77º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7BC240 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 194 | 64 | - |
| CMYK | 0.37 | 0 | 0.67 | 0.24 |
| HSL | 92.77º | 0.52% | 0.51% | - |
| HSV(B) | 92.77º | 0.67% | 0.76% | - |
| XYZ | 28.39 | 43.16 | 11.69 | - |
| YUV | 157.95 | 74.98 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 194 | 64 | 0.37 | 0 | 0.67 | 0.24 | 92.77 | 0.52 | 0.51 |
| Hex | 7B | C2 | 40 | 25 | 0 | 43 | 18 | 5D | 34 | 33 |
| Octal | 173 | 302 | 100 | 45 | 0 | 103 | 30 | 135 | 64 | 63 |
| Binary | 1111011 | 11000010 | 1000000 | 100101 | 0 | 1000011 | 11000 | 1011101 | 110100 | 110011 |
Color Harmonies of #7BC240
Complementary color
Monochromatic Colors of #7BC240
Black with #7BC240
Text Example
Text Example
White with #7BC240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC240; }
p { color: rgb(123,194,64); }
H1.HeaderClassName
{
color: #7BC240;
}
.AnyTagClassName
{
color: #7BC240;
}
</style>
background-color css
<style>
a { background-color: #7BC240; }
a { background-color: rgb(123,194,64); }
div.DivClassName
{
background-color: #7BC240;
}
.BgClassName
{
background-color: #7BC240;
}
</style>
border-color css
<style>
span { border-color: #7BC240; }
span { border-color: rgb(123,194,64); }
td.TdClassName
{
border-color: #7BC240;
}
.TagClassName
{
border-color: #7BC240;
}
</style>