Shades of Mantis #78D850
Tints of Mantis #78D850
RGB
CMYK
RGB Variations
Color information
#78D850 (or 0x78D850) is known color: Mantis. HEX triplet: 78, D8 and 50. RGB value is (120,216,80). Sum of RGB (Red+Green+Blue) = 120+216+80=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 216 (84.77% from 255 or 51.92% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 216 - color contains mainly: green. Hex color #78D850 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D850 is #8727AF. Grayscale: #ACACAC. Windows color (decimal): -8857520 or 5298296. OLE color: 5298296.
HSL color Cylindrical-coordinate representation of color #78D850: hue angle of 102.35º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #78D850 is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 216 | 80 | - |
| CMYK | 0.44 | 0 | 0.63 | 0.15 |
| HSL | 102.35º | 0.64% | 0.58% | - |
| HSV(B) | 102.35º | 0.63% | 0.85% | - |
| XYZ | 33.75 | 53.68 | 16.17 | - |
| YUV | 171.79 | 76.2 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 216 | 80 | 0.44 | 0 | 0.63 | 0.15 | 102.35 | 0.64 | 0.58 |
| Hex | 78 | D8 | 50 | 2C | 0 | 3F | F | 66 | 40 | 3A |
| Octal | 170 | 330 | 120 | 54 | 0 | 77 | 17 | 146 | 100 | 72 |
| Binary | 1111000 | 11011000 | 1010000 | 101100 | 0 | 111111 | 1111 | 1100110 | 1000000 | 111010 |
Color Harmonies of #78D850
Complementary color
Monochromatic Colors of #78D850
Black with #78D850
Text Example
Text Example
White with #78D850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D850; }
p { color: rgb(120,216,80); }
H1.HeaderClassName
{
color: #78D850;
}
.AnyTagClassName
{
color: #78D850;
}
</style>
background-color css
<style>
a { background-color: #78D850; }
a { background-color: rgb(120,216,80); }
div.DivClassName
{
background-color: #78D850;
}
.BgClassName
{
background-color: #78D850;
}
</style>
border-color css
<style>
span { border-color: #78D850; }
span { border-color: rgb(120,216,80); }
td.TdClassName
{
border-color: #78D850;
}
.TagClassName
{
border-color: #78D850;
}
</style>