Shades of Mantis #78C158
Tints of Mantis #78C158
RGB
CMYK
RGB Variations
Color information
#78C158 (or 0x78C158) is known color: Mantis. HEX triplet: 78, C1 and 58. RGB value is (120,193,88). Sum of RGB (Red+Green+Blue) = 120+193+88=401 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.93% from 401); Green value is 193 (75.78% from 255 or 48.13% from 401); Blue value is 88 (34.77% from 255 or 21.95% from 401); Max value from RGB is 193 - color contains mainly: green. Hex color #78C158 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C158 is #873EA7. Grayscale: #9F9F9F. Windows color (decimal): -8863400 or 5816696. OLE color: 5816696.
HSL color Cylindrical-coordinate representation of color #78C158: hue angle of 101.71º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #78C158 is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 193 | 88 | - |
| CMYK | 0.38 | 0 | 0.54 | 0.24 |
| HSL | 101.71º | 0.46% | 0.55% | - |
| HSV(B) | 101.71º | 0.54% | 0.76% | - |
| XYZ | 28.58 | 42.84 | 15.99 | - |
| YUV | 159.2 | 87.82 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 193 | 88 | 0.38 | 0 | 0.54 | 0.24 | 101.71 | 0.46 | 0.55 |
| Hex | 78 | C1 | 58 | 26 | 0 | 36 | 18 | 66 | 2E | 37 |
| Octal | 170 | 301 | 130 | 46 | 0 | 66 | 30 | 146 | 56 | 67 |
| Binary | 1111000 | 11000001 | 1011000 | 100110 | 0 | 110110 | 11000 | 1100110 | 101110 | 110111 |
Color Harmonies of #78C158
Complementary color
Monochromatic Colors of #78C158
Black with #78C158
Text Example
Text Example
White with #78C158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C158; }
p { color: rgb(120,193,88); }
H1.HeaderClassName
{
color: #78C158;
}
.AnyTagClassName
{
color: #78C158;
}
</style>
background-color css
<style>
a { background-color: #78C158; }
a { background-color: rgb(120,193,88); }
div.DivClassName
{
background-color: #78C158;
}
.BgClassName
{
background-color: #78C158;
}
</style>
border-color css
<style>
span { border-color: #78C158; }
span { border-color: rgb(120,193,88); }
td.TdClassName
{
border-color: #78C158;
}
.TagClassName
{
border-color: #78C158;
}
</style>