Shades of Mantis #7BC340
Tints of Mantis #7BC340
RGB
CMYK
RGB Variations
Color information
#7BC340 (or 0x7BC340) is known color: Mantis. HEX triplet: 7B, C3 and 40. RGB value is (123,195,64). Sum of RGB (Red+Green+Blue) = 123+195+64=382 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.20% from 382); Green value is 195 (76.56% from 255 or 51.05% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 195 - color contains mainly: green. Hex color #7BC340 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC340 is #843CBF. Grayscale: #9E9E9E. Windows color (decimal): -8666304 or 4244347. OLE color: 4244347.
HSL color Cylindrical-coordinate representation of color #7BC340: hue angle of 92.98º 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 #7BC340 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 195 | 64 | - |
| CMYK | 0.37 | 0 | 0.67 | 0.24 |
| HSL | 92.98º | 0.52% | 0.51% | - |
| HSV(B) | 92.98º | 0.67% | 0.76% | - |
| XYZ | 28.61 | 43.61 | 11.76 | - |
| YUV | 158.54 | 74.65 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 195 | 64 | 0.37 | 0 | 0.67 | 0.24 | 92.98 | 0.52 | 0.51 |
| Hex | 7B | C3 | 40 | 25 | 0 | 43 | 18 | 5D | 34 | 33 |
| Octal | 173 | 303 | 100 | 45 | 0 | 103 | 30 | 135 | 64 | 63 |
| Binary | 1111011 | 11000011 | 1000000 | 100101 | 0 | 1000011 | 11000 | 1011101 | 110100 | 110011 |
Color Harmonies of #7BC340
Complementary color
Monochromatic Colors of #7BC340
Black with #7BC340
Text Example
Text Example
White with #7BC340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC340; }
p { color: rgb(123,195,64); }
H1.HeaderClassName
{
color: #7BC340;
}
.AnyTagClassName
{
color: #7BC340;
}
</style>
background-color css
<style>
a { background-color: #7BC340; }
a { background-color: rgb(123,195,64); }
div.DivClassName
{
background-color: #7BC340;
}
.BgClassName
{
background-color: #7BC340;
}
</style>
border-color css
<style>
span { border-color: #7BC340; }
span { border-color: rgb(123,195,64); }
td.TdClassName
{
border-color: #7BC340;
}
.TagClassName
{
border-color: #7BC340;
}
</style>