Shades of Mantis #78C855
Tints of Mantis #78C855
RGB
CMYK
RGB Variations
Color information
#78C855 (or 0x78C855) is known color: Mantis. HEX triplet: 78, C8 and 55. RGB value is (120,200,85). Sum of RGB (Red+Green+Blue) = 120+200+85=405 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.63% from 405); Green value is 200 (78.52% from 255 or 49.38% from 405); Blue value is 85 (33.59% from 255 or 20.99% from 405); Max value from RGB is 200 - color contains mainly: green. Hex color #78C855 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C855 is #8737AA. Grayscale: #A3A3A3. Windows color (decimal): -8861611 or 5621880. OLE color: 5621880.
HSL color Cylindrical-coordinate representation of color #78C855: hue angle of 101.74º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #78C855 is Cyan = 0.4, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 200 | 85 | - |
| CMYK | 0.4 | 0 | 0.58 | 0.22 |
| HSL | 101.74º | 0.51% | 0.56% | - |
| HSV(B) | 101.74º | 0.58% | 0.78% | - |
| XYZ | 30.04 | 45.96 | 15.88 | - |
| YUV | 162.97 | 84 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 200 | 85 | 0.4 | 0 | 0.58 | 0.22 | 101.74 | 0.51 | 0.56 |
| Hex | 78 | C8 | 55 | 28 | 0 | 3A | 16 | 66 | 33 | 38 |
| Octal | 170 | 310 | 125 | 50 | 0 | 72 | 26 | 146 | 63 | 70 |
| Binary | 1111000 | 11001000 | 1010101 | 101000 | 0 | 111010 | 10110 | 1100110 | 110011 | 111000 |
Color Harmonies of #78C855
Complementary color
Monochromatic Colors of #78C855
Black with #78C855
Text Example
Text Example
White with #78C855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C855; }
p { color: rgb(120,200,85); }
H1.HeaderClassName
{
color: #78C855;
}
.AnyTagClassName
{
color: #78C855;
}
</style>
background-color css
<style>
a { background-color: #78C855; }
a { background-color: rgb(120,200,85); }
div.DivClassName
{
background-color: #78C855;
}
.BgClassName
{
background-color: #78C855;
}
</style>
border-color css
<style>
span { border-color: #78C855; }
span { border-color: rgb(120,200,85); }
td.TdClassName
{
border-color: #78C855;
}
.TagClassName
{
border-color: #78C855;
}
</style>