Shades of Mantis #78C050
Tints of Mantis #78C050
RGB
CMYK
RGB Variations
Color information
#78C050 (or 0x78C050) is known color: Mantis. HEX triplet: 78, C0 and 50. RGB value is (120,192,80). Sum of RGB (Red+Green+Blue) = 120+192+80=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 192 (75.39% from 255 or 48.98% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 192 - color contains mainly: green. Hex color #78C050 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C050 is #873FAF. Grayscale: #9E9E9E. Windows color (decimal): -8863664 or 5292152. OLE color: 5292152.
HSL color Cylindrical-coordinate representation of color #78C050: hue angle of 98.57º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #78C050 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 192 | 80 | - |
| CMYK | 0.38 | 0 | 0.58 | 0.25 |
| HSL | 98.57º | 0.47% | 0.53% | - |
| HSV(B) | 98.57º | 0.58% | 0.75% | - |
| XYZ | 28.04 | 42.27 | 14.27 | - |
| YUV | 157.7 | 84.15 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 192 | 80 | 0.38 | 0 | 0.58 | 0.25 | 98.57 | 0.47 | 0.53 |
| Hex | 78 | C0 | 50 | 26 | 0 | 3A | 19 | 63 | 2F | 35 |
| Octal | 170 | 300 | 120 | 46 | 0 | 72 | 31 | 143 | 57 | 65 |
| Binary | 1111000 | 11000000 | 1010000 | 100110 | 0 | 111010 | 11001 | 1100011 | 101111 | 110101 |
Color Harmonies of #78C050
Complementary color
Monochromatic Colors of #78C050
Black with #78C050
Text Example
Text Example
White with #78C050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C050; }
p { color: rgb(120,192,80); }
H1.HeaderClassName
{
color: #78C050;
}
.AnyTagClassName
{
color: #78C050;
}
</style>
background-color css
<style>
a { background-color: #78C050; }
a { background-color: rgb(120,192,80); }
div.DivClassName
{
background-color: #78C050;
}
.BgClassName
{
background-color: #78C050;
}
</style>
border-color css
<style>
span { border-color: #78C050; }
span { border-color: rgb(120,192,80); }
td.TdClassName
{
border-color: #78C050;
}
.TagClassName
{
border-color: #78C050;
}
</style>