Shades of Mantis #78C056
Tints of Mantis #78C056
RGB
CMYK
RGB Variations
Color information
#78C056 (or 0x78C056) is known color: Mantis. HEX triplet: 78, C0 and 56. RGB value is (120,192,86). Sum of RGB (Red+Green+Blue) = 120+192+86=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 192 - color contains mainly: green. Hex color #78C056 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C056 is #873FA9. Grayscale: #9E9E9E. Windows color (decimal): -8863658 or 5685368. OLE color: 5685368.
HSL color Cylindrical-coordinate representation of color #78C056: hue angle of 100.75º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #78C056 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 192 | 86 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.25 |
| HSL | 100.75º | 0.46% | 0.55% | - |
| HSV(B) | 100.75º | 0.55% | 0.75% | - |
| XYZ | 28.28 | 42.36 | 15.49 | - |
| YUV | 158.39 | 87.15 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 192 | 86 | 0.38 | 0 | 0.55 | 0.25 | 100.75 | 0.46 | 0.55 |
| Hex | 78 | C0 | 56 | 26 | 0 | 37 | 19 | 65 | 2E | 37 |
| Octal | 170 | 300 | 126 | 46 | 0 | 67 | 31 | 145 | 56 | 67 |
| Binary | 1111000 | 11000000 | 1010110 | 100110 | 0 | 110111 | 11001 | 1100101 | 101110 | 110111 |
Color Harmonies of #78C056
Complementary color
Monochromatic Colors of #78C056
Black with #78C056
Text Example
Text Example
White with #78C056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C056; }
p { color: rgb(120,192,86); }
H1.HeaderClassName
{
color: #78C056;
}
.AnyTagClassName
{
color: #78C056;
}
</style>
background-color css
<style>
a { background-color: #78C056; }
a { background-color: rgb(120,192,86); }
div.DivClassName
{
background-color: #78C056;
}
.BgClassName
{
background-color: #78C056;
}
</style>
border-color css
<style>
span { border-color: #78C056; }
span { border-color: rgb(120,192,86); }
td.TdClassName
{
border-color: #78C056;
}
.TagClassName
{
border-color: #78C056;
}
</style>