Shades of Mantis #7BC44C
Tints of Mantis #7BC44C
RGB
CMYK
RGB Variations
Color information
#7BC44C (or 0x7BC44C) is known color: Mantis. HEX triplet: 7B, C4 and 4C. RGB value is (123,196,76). Sum of RGB (Red+Green+Blue) = 123+196+76=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 196 (76.95% from 255 or 49.62% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 196 - color contains mainly: green. Hex color #7BC44C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC44C is #843BB3. Grayscale: #A0A0A0. Windows color (decimal): -8666036 or 5031035. OLE color: 5031035.
HSL color Cylindrical-coordinate representation of color #7BC44C: hue angle of 96.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7BC44C is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 123 | 196 | 76 | - |
| CMYK | 0.37 | 0 | 0.61 | 0.23 |
| HSL | 96.5º | 0.5% | 0.53% | - |
| HSV(B) | 96.5º | 0.61% | 0.77% | - |
| XYZ | 29.21 | 44.21 | 13.83 | - |
| YUV | 160.49 | 80.32 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 196 | 76 | 0.37 | 0 | 0.61 | 0.23 | 96.5 | 0.5 | 0.53 |
| Hex | 7B | C4 | 4C | 25 | 0 | 3D | 17 | 60 | 32 | 35 |
| Octal | 173 | 304 | 114 | 45 | 0 | 75 | 27 | 140 | 62 | 65 |
| Binary | 1111011 | 11000100 | 1001100 | 100101 | 0 | 111101 | 10111 | 1100000 | 110010 | 110101 |
Color Harmonies of #7BC44C
Complementary color
Monochromatic Colors of #7BC44C
Black with #7BC44C
Text Example
Text Example
White with #7BC44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC44C; }
p { color: rgb(123,196,76); }
H1.HeaderClassName
{
color: #7BC44C;
}
.AnyTagClassName
{
color: #7BC44C;
}
</style>
background-color css
<style>
a { background-color: #7BC44C; }
a { background-color: rgb(123,196,76); }
div.DivClassName
{
background-color: #7BC44C;
}
.BgClassName
{
background-color: #7BC44C;
}
</style>
border-color css
<style>
span { border-color: #7BC44C; }
span { border-color: rgb(123,196,76); }
td.TdClassName
{
border-color: #7BC44C;
}
.TagClassName
{
border-color: #7BC44C;
}
</style>