Shades of Mantis #78B551
Tints of Mantis #78B551
RGB
CMYK
RGB Variations
Color information
#78B551 (or 0x78B551) is known color: Mantis. HEX triplet: 78, B5 and 51. RGB value is (120,181,81). Sum of RGB (Red+Green+Blue) = 120+181+81=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 181 (71.09% from 255 or 47.38% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 181 - color contains mainly: green. Hex color #78B551 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78B551 is #874AAE. Grayscale: #979797. Windows color (decimal): -8866479 or 5354872. OLE color: 5354872.
HSL color Cylindrical-coordinate representation of color #78B551: hue angle of 96.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #78B551 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 120 | 181 | 81 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.29 |
| HSL | 96.6º | 0.4% | 0.51% | - |
| HSV(B) | 96.6º | 0.55% | 0.71% | - |
| XYZ | 25.75 | 37.63 | 13.69 | - |
| YUV | 151.36 | 88.29 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 181 | 81 | 0.34 | 0 | 0.55 | 0.29 | 96.6 | 0.4 | 0.51 |
| Hex | 78 | B5 | 51 | 22 | 0 | 37 | 1D | 61 | 28 | 33 |
| Octal | 170 | 265 | 121 | 42 | 0 | 67 | 35 | 141 | 50 | 63 |
| Binary | 1111000 | 10110101 | 1010001 | 100010 | 0 | 110111 | 11101 | 1100001 | 101000 | 110011 |
Color Harmonies of #78B551
Complementary color
Monochromatic Colors of #78B551
Black with #78B551
Text Example
Text Example
White with #78B551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B551; }
p { color: rgb(120,181,81); }
H1.HeaderClassName
{
color: #78B551;
}
.AnyTagClassName
{
color: #78B551;
}
</style>
background-color css
<style>
a { background-color: #78B551; }
a { background-color: rgb(120,181,81); }
div.DivClassName
{
background-color: #78B551;
}
.BgClassName
{
background-color: #78B551;
}
</style>
border-color css
<style>
span { border-color: #78B551; }
span { border-color: rgb(120,181,81); }
td.TdClassName
{
border-color: #78B551;
}
.TagClassName
{
border-color: #78B551;
}
</style>