Shades of Mantis #7BC544
Tints of Mantis #7BC544
RGB
CMYK
RGB Variations
Color information
#7BC544 (or 0x7BC544) is known color: Mantis. HEX triplet: 7B, C5 and 44. RGB value is (123,197,68). Sum of RGB (Red+Green+Blue) = 123+197+68=388 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.70% from 388); Green value is 197 (77.34% from 255 or 50.77% from 388); Blue value is 68 (26.95% from 255 or 17.53% from 388); Max value from RGB is 197 - color contains mainly: green. Hex color #7BC544 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC544 is #843ABB. Grayscale: #A0A0A0. Windows color (decimal): -8665788 or 4507003. OLE color: 4507003.
HSL color Cylindrical-coordinate representation of color #7BC544: hue angle of 94.42º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7BC544 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 123 | 197 | 68 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.23 |
| HSL | 94.42º | 0.53% | 0.52% | - |
| HSV(B) | 94.42º | 0.65% | 0.77% | - |
| XYZ | 29.18 | 44.56 | 12.53 | - |
| YUV | 160.17 | 75.98 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 197 | 68 | 0.38 | 0 | 0.65 | 0.23 | 94.42 | 0.53 | 0.52 |
| Hex | 7B | C5 | 44 | 26 | 0 | 41 | 17 | 5E | 35 | 34 |
| Octal | 173 | 305 | 104 | 46 | 0 | 101 | 27 | 136 | 65 | 64 |
| Binary | 1111011 | 11000101 | 1000100 | 100110 | 0 | 1000001 | 10111 | 1011110 | 110101 | 110100 |
Color Harmonies of #7BC544
Complementary color
Monochromatic Colors of #7BC544
Black with #7BC544
Text Example
Text Example
White with #7BC544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC544; }
p { color: rgb(123,197,68); }
H1.HeaderClassName
{
color: #7BC544;
}
.AnyTagClassName
{
color: #7BC544;
}
</style>
background-color css
<style>
a { background-color: #7BC544; }
a { background-color: rgb(123,197,68); }
div.DivClassName
{
background-color: #7BC544;
}
.BgClassName
{
background-color: #7BC544;
}
</style>
border-color css
<style>
span { border-color: #7BC544; }
span { border-color: rgb(123,197,68); }
td.TdClassName
{
border-color: #7BC544;
}
.TagClassName
{
border-color: #7BC544;
}
</style>