Shades of Mantis #7BC343
Tints of Mantis #7BC343
RGB
CMYK
RGB Variations
Color information
#7BC343 (or 0x7BC343) is known color: Mantis. HEX triplet: 7B, C3 and 43. RGB value is (123,195,67). Sum of RGB (Red+Green+Blue) = 123+195+67=385 (50% of max value = 765). Red value is 123 (48.44% from 255 or 31.95% from 385); Green value is 195 (76.56% from 255 or 50.65% from 385); Blue value is 67 (26.56% from 255 or 17.40% from 385); Max value from RGB is 195 - color contains mainly: green. Hex color #7BC343 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC343 is #843CBC. Grayscale: #9F9F9F. Windows color (decimal): -8666301 or 4440955. OLE color: 4440955.
HSL color Cylindrical-coordinate representation of color #7BC343: hue angle of 93.75º degrees, saturation: 0.52, 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 #7BC343 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 195 | 67 | - |
| CMYK | 0.37 | 0 | 0.66 | 0.24 |
| HSL | 93.75º | 0.52% | 0.51% | - |
| HSV(B) | 93.75º | 0.66% | 0.76% | - |
| XYZ | 28.7 | 43.65 | 12.22 | - |
| YUV | 158.88 | 76.15 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 195 | 67 | 0.37 | 0 | 0.66 | 0.24 | 93.75 | 0.52 | 0.51 |
| Hex | 7B | C3 | 43 | 25 | 0 | 42 | 18 | 5E | 34 | 33 |
| Octal | 173 | 303 | 103 | 45 | 0 | 102 | 30 | 136 | 64 | 63 |
| Binary | 1111011 | 11000011 | 1000011 | 100101 | 0 | 1000010 | 11000 | 1011110 | 110100 | 110011 |
Color Harmonies of #7BC343
Complementary color
Monochromatic Colors of #7BC343
Black with #7BC343
Text Example
Text Example
White with #7BC343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC343; }
p { color: rgb(123,195,67); }
H1.HeaderClassName
{
color: #7BC343;
}
.AnyTagClassName
{
color: #7BC343;
}
</style>
background-color css
<style>
a { background-color: #7BC343; }
a { background-color: rgb(123,195,67); }
div.DivClassName
{
background-color: #7BC343;
}
.BgClassName
{
background-color: #7BC343;
}
</style>
border-color css
<style>
span { border-color: #7BC343; }
span { border-color: rgb(123,195,67); }
td.TdClassName
{
border-color: #7BC343;
}
.TagClassName
{
border-color: #7BC343;
}
</style>