Shades of Mantis #78C556
Tints of Mantis #78C556
RGB
CMYK
RGB Variations
Color information
#78C556 (or 0x78C556) is known color: Mantis. HEX triplet: 78, C5 and 56. RGB value is (120,197,86). Sum of RGB (Red+Green+Blue) = 120+197+86=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 197 (77.34% from 255 or 48.88% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 197 - color contains mainly: green. Hex color #78C556 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C556 is #873AA9. Grayscale: #A1A1A1. Windows color (decimal): -8862378 or 5686648. OLE color: 5686648.
HSL color Cylindrical-coordinate representation of color #78C556: hue angle of 101.62º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #78C556 is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 120 | 197 | 86 | - |
| CMYK | 0.39 | 0 | 0.56 | 0.23 |
| HSL | 101.62º | 0.49% | 0.55% | - |
| HSV(B) | 101.62º | 0.56% | 0.77% | - |
| XYZ | 29.39 | 44.6 | 15.86 | - |
| YUV | 161.32 | 85.49 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 197 | 86 | 0.39 | 0 | 0.56 | 0.23 | 101.62 | 0.49 | 0.55 |
| Hex | 78 | C5 | 56 | 27 | 0 | 38 | 17 | 66 | 31 | 37 |
| Octal | 170 | 305 | 126 | 47 | 0 | 70 | 27 | 146 | 61 | 67 |
| Binary | 1111000 | 11000101 | 1010110 | 100111 | 0 | 111000 | 10111 | 1100110 | 110001 | 110111 |
Color Harmonies of #78C556
Complementary color
Monochromatic Colors of #78C556
Black with #78C556
Text Example
Text Example
White with #78C556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C556; }
p { color: rgb(120,197,86); }
H1.HeaderClassName
{
color: #78C556;
}
.AnyTagClassName
{
color: #78C556;
}
</style>
background-color css
<style>
a { background-color: #78C556; }
a { background-color: rgb(120,197,86); }
div.DivClassName
{
background-color: #78C556;
}
.BgClassName
{
background-color: #78C556;
}
</style>
border-color css
<style>
span { border-color: #78C556; }
span { border-color: rgb(120,197,86); }
td.TdClassName
{
border-color: #78C556;
}
.TagClassName
{
border-color: #78C556;
}
</style>