Shades of Mantis #78B858
Tints of Mantis #78B858
RGB
CMYK
RGB Variations
Color information
#78B858 (or 0x78B858) is known color: Mantis. HEX triplet: 78, B8 and 58. RGB value is (120,184,88). Sum of RGB (Red+Green+Blue) = 120+184+88=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 184 (72.27% from 255 or 46.94% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 184 - color contains mainly: green. Hex color #78B858 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78B858 is #8747A7. Grayscale: #9A9A9A. Windows color (decimal): -8865704 or 5814392. OLE color: 5814392.
HSL color Cylindrical-coordinate representation of color #78B858: hue angle of 100º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78B858 is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 184 | 88 | - |
| CMYK | 0.35 | 0 | 0.52 | 0.28 |
| HSL | 100º | 0.4% | 0.53% | - |
| HSV(B) | 100º | 0.52% | 0.72% | - |
| XYZ | 26.65 | 38.98 | 15.35 | - |
| YUV | 153.92 | 90.8 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 184 | 88 | 0.35 | 0 | 0.52 | 0.28 | 100 | 0.4 | 0.53 |
| Hex | 78 | B8 | 58 | 23 | 0 | 34 | 1C | 64 | 28 | 35 |
| Octal | 170 | 270 | 130 | 43 | 0 | 64 | 34 | 144 | 50 | 65 |
| Binary | 1111000 | 10111000 | 1011000 | 100011 | 0 | 110100 | 11100 | 1100100 | 101000 | 110101 |
Color Harmonies of #78B858
Complementary color
Monochromatic Colors of #78B858
Black with #78B858
Text Example
Text Example
White with #78B858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B858; }
p { color: rgb(120,184,88); }
H1.HeaderClassName
{
color: #78B858;
}
.AnyTagClassName
{
color: #78B858;
}
</style>
background-color css
<style>
a { background-color: #78B858; }
a { background-color: rgb(120,184,88); }
div.DivClassName
{
background-color: #78B858;
}
.BgClassName
{
background-color: #78B858;
}
</style>
border-color css
<style>
span { border-color: #78B858; }
span { border-color: rgb(120,184,88); }
td.TdClassName
{
border-color: #78B858;
}
.TagClassName
{
border-color: #78B858;
}
</style>