Shades of Mantis #78BA50
Tints of Mantis #78BA50
RGB
CMYK
RGB Variations
Color information
#78BA50 (or 0x78BA50) is known color: Mantis. HEX triplet: 78, BA and 50. RGB value is (120,186,80). Sum of RGB (Red+Green+Blue) = 120+186+80=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 186 - color contains mainly: green. Hex color #78BA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78BA50 is #8745AF. Grayscale: #9A9A9A. Windows color (decimal): -8865200 or 5290616. OLE color: 5290616.
HSL color Cylindrical-coordinate representation of color #78BA50: hue angle of 97.36º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #78BA50 is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 186 | 80 | - |
| CMYK | 0.35 | 0 | 0.57 | 0.27 |
| HSL | 97.36º | 0.43% | 0.52% | - |
| HSV(B) | 97.36º | 0.57% | 0.73% | - |
| XYZ | 26.75 | 39.69 | 13.84 | - |
| YUV | 154.18 | 86.13 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 186 | 80 | 0.35 | 0 | 0.57 | 0.27 | 97.36 | 0.43 | 0.52 |
| Hex | 78 | BA | 50 | 23 | 0 | 39 | 1B | 61 | 2B | 34 |
| Octal | 170 | 272 | 120 | 43 | 0 | 71 | 33 | 141 | 53 | 64 |
| Binary | 1111000 | 10111010 | 1010000 | 100011 | 0 | 111001 | 11011 | 1100001 | 101011 | 110100 |
Color Harmonies of #78BA50
Complementary color
Monochromatic Colors of #78BA50
Black with #78BA50
Text Example
Text Example
White with #78BA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BA50; }
p { color: rgb(120,186,80); }
H1.HeaderClassName
{
color: #78BA50;
}
.AnyTagClassName
{
color: #78BA50;
}
</style>
background-color css
<style>
a { background-color: #78BA50; }
a { background-color: rgb(120,186,80); }
div.DivClassName
{
background-color: #78BA50;
}
.BgClassName
{
background-color: #78BA50;
}
</style>
border-color css
<style>
span { border-color: #78BA50; }
span { border-color: rgb(120,186,80); }
td.TdClassName
{
border-color: #78BA50;
}
.TagClassName
{
border-color: #78BA50;
}
</style>