Shades of Mantis #78C059
Tints of Mantis #78C059
RGB
CMYK
RGB Variations
Color information
#78C059 (or 0x78C059) is known color: Mantis. HEX triplet: 78, C0 and 59. RGB value is (120,192,89). Sum of RGB (Red+Green+Blue) = 120+192+89=401 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.93% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 89 (35.16% from 255 or 22.19% from 401); Max value from RGB is 192 - color contains mainly: green. Hex color #78C059 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C059 is #873FA6. Grayscale: #9F9F9F. Windows color (decimal): -8863655 or 5881976. OLE color: 5881976.
HSL color Cylindrical-coordinate representation of color #78C059: hue angle of 101.94º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #78C059 is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 192 | 89 | - |
| CMYK | 0.38 | 0 | 0.54 | 0.25 |
| HSL | 101.94º | 0.45% | 0.55% | - |
| HSV(B) | 101.94º | 0.54% | 0.75% | - |
| XYZ | 28.4 | 42.41 | 16.14 | - |
| YUV | 158.73 | 88.65 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 192 | 89 | 0.38 | 0 | 0.54 | 0.25 | 101.94 | 0.45 | 0.55 |
| Hex | 78 | C0 | 59 | 26 | 0 | 36 | 19 | 66 | 2D | 37 |
| Octal | 170 | 300 | 131 | 46 | 0 | 66 | 31 | 146 | 55 | 67 |
| Binary | 1111000 | 11000000 | 1011001 | 100110 | 0 | 110110 | 11001 | 1100110 | 101101 | 110111 |
Color Harmonies of #78C059
Complementary color
Monochromatic Colors of #78C059
Black with #78C059
Text Example
Text Example
White with #78C059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C059; }
p { color: rgb(120,192,89); }
H1.HeaderClassName
{
color: #78C059;
}
.AnyTagClassName
{
color: #78C059;
}
</style>
background-color css
<style>
a { background-color: #78C059; }
a { background-color: rgb(120,192,89); }
div.DivClassName
{
background-color: #78C059;
}
.BgClassName
{
background-color: #78C059;
}
</style>
border-color css
<style>
span { border-color: #78C059; }
span { border-color: rgb(120,192,89); }
td.TdClassName
{
border-color: #78C059;
}
.TagClassName
{
border-color: #78C059;
}
</style>