Shades of Mantis #78D855
Tints of Mantis #78D855
RGB
CMYK
RGB Variations
Color information
#78D855 (or 0x78D855) is known color: Mantis. HEX triplet: 78, D8 and 55. RGB value is (120,216,85). Sum of RGB (Red+Green+Blue) = 120+216+85=421 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.50% from 421); Green value is 216 (84.77% from 255 or 51.31% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 216 - color contains mainly: green. Hex color #78D855 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D855 is #8727AA. Grayscale: #ACACAC. Windows color (decimal): -8857515 or 5625976. OLE color: 5625976.
HSL color Cylindrical-coordinate representation of color #78D855: hue angle of 103.97º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #78D855 is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 216 | 85 | - |
| CMYK | 0.44 | 0 | 0.61 | 0.15 |
| HSL | 103.97º | 0.63% | 0.59% | - |
| HSV(B) | 103.97º | 0.61% | 0.85% | - |
| XYZ | 33.94 | 53.76 | 17.18 | - |
| YUV | 172.36 | 78.7 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 216 | 85 | 0.44 | 0 | 0.61 | 0.15 | 103.97 | 0.63 | 0.59 |
| Hex | 78 | D8 | 55 | 2C | 0 | 3D | F | 68 | 3F | 3B |
| Octal | 170 | 330 | 125 | 54 | 0 | 75 | 17 | 150 | 77 | 73 |
| Binary | 1111000 | 11011000 | 1010101 | 101100 | 0 | 111101 | 1111 | 1101000 | 111111 | 111011 |
Color Harmonies of #78D855
Complementary color
Monochromatic Colors of #78D855
Black with #78D855
Text Example
Text Example
White with #78D855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D855; }
p { color: rgb(120,216,85); }
H1.HeaderClassName
{
color: #78D855;
}
.AnyTagClassName
{
color: #78D855;
}
</style>
background-color css
<style>
a { background-color: #78D855; }
a { background-color: rgb(120,216,85); }
div.DivClassName
{
background-color: #78D855;
}
.BgClassName
{
background-color: #78D855;
}
</style>
border-color css
<style>
span { border-color: #78D855; }
span { border-color: rgb(120,216,85); }
td.TdClassName
{
border-color: #78D855;
}
.TagClassName
{
border-color: #78D855;
}
</style>