Shades of Mantis #78C550
Tints of Mantis #78C550
RGB
CMYK
RGB Variations
Color information
#78C550 (or 0x78C550) is known color: Mantis. HEX triplet: 78, C5 and 50. RGB value is (120,197,80). Sum of RGB (Red+Green+Blue) = 120+197+80=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 197 (77.34% from 255 or 49.62% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 197 - color contains mainly: green. Hex color #78C550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C550 is #873AAF. Grayscale: #A1A1A1. Windows color (decimal): -8862384 or 5293432. OLE color: 5293432.
HSL color Cylindrical-coordinate representation of color #78C550: hue angle of 99.49º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #78C550 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 120 | 197 | 80 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.23 |
| HSL | 99.49º | 0.5% | 0.54% | - |
| HSV(B) | 99.49º | 0.59% | 0.77% | - |
| XYZ | 29.16 | 44.5 | 14.64 | - |
| YUV | 160.64 | 82.49 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 197 | 80 | 0.39 | 0 | 0.59 | 0.23 | 99.49 | 0.5 | 0.54 |
| Hex | 78 | C5 | 50 | 27 | 0 | 3B | 17 | 63 | 32 | 36 |
| Octal | 170 | 305 | 120 | 47 | 0 | 73 | 27 | 143 | 62 | 66 |
| Binary | 1111000 | 11000101 | 1010000 | 100111 | 0 | 111011 | 10111 | 1100011 | 110010 | 110110 |
Color Harmonies of #78C550
Complementary color
Monochromatic Colors of #78C550
Black with #78C550
Text Example
Text Example
White with #78C550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C550; }
p { color: rgb(120,197,80); }
H1.HeaderClassName
{
color: #78C550;
}
.AnyTagClassName
{
color: #78C550;
}
</style>
background-color css
<style>
a { background-color: #78C550; }
a { background-color: rgb(120,197,80); }
div.DivClassName
{
background-color: #78C550;
}
.BgClassName
{
background-color: #78C550;
}
</style>
border-color css
<style>
span { border-color: #78C550; }
span { border-color: rgb(120,197,80); }
td.TdClassName
{
border-color: #78C550;
}
.TagClassName
{
border-color: #78C550;
}
</style>