Shades of Mantis #78C558
Tints of Mantis #78C558
RGB
CMYK
RGB Variations
Color information
#78C558 (or 0x78C558) is known color: Mantis. HEX triplet: 78, C5 and 58. RGB value is (120,197,88). Sum of RGB (Red+Green+Blue) = 120+197+88=405 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.63% from 405); Green value is 197 (77.34% from 255 or 48.64% from 405); Blue value is 88 (34.77% from 255 or 21.73% from 405); Max value from RGB is 197 - color contains mainly: green. Hex color #78C558 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C558 is #873AA7. Grayscale: #A1A1A1. Windows color (decimal): -8862376 or 5817720. OLE color: 5817720.
HSL color Cylindrical-coordinate representation of color #78C558: hue angle of 102.39º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #78C558 is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 120 | 197 | 88 | - |
| CMYK | 0.39 | 0 | 0.55 | 0.23 |
| HSL | 102.39º | 0.48% | 0.56% | - |
| HSV(B) | 102.39º | 0.55% | 0.77% | - |
| XYZ | 29.47 | 44.63 | 16.29 | - |
| YUV | 161.55 | 86.49 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 197 | 88 | 0.39 | 0 | 0.55 | 0.23 | 102.39 | 0.48 | 0.56 |
| Hex | 78 | C5 | 58 | 27 | 0 | 37 | 17 | 66 | 30 | 38 |
| Octal | 170 | 305 | 130 | 47 | 0 | 67 | 27 | 146 | 60 | 70 |
| Binary | 1111000 | 11000101 | 1011000 | 100111 | 0 | 110111 | 10111 | 1100110 | 110000 | 111000 |
Color Harmonies of #78C558
Complementary color
Monochromatic Colors of #78C558
Black with #78C558
Text Example
Text Example
White with #78C558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C558; }
p { color: rgb(120,197,88); }
H1.HeaderClassName
{
color: #78C558;
}
.AnyTagClassName
{
color: #78C558;
}
</style>
background-color css
<style>
a { background-color: #78C558; }
a { background-color: rgb(120,197,88); }
div.DivClassName
{
background-color: #78C558;
}
.BgClassName
{
background-color: #78C558;
}
</style>
border-color css
<style>
span { border-color: #78C558; }
span { border-color: rgb(120,197,88); }
td.TdClassName
{
border-color: #78C558;
}
.TagClassName
{
border-color: #78C558;
}
</style>