Shades of Mantis #78B55E
Tints of Mantis #78B55E
RGB
CMYK
RGB Variations
Color information
#78B55E (or 0x78B55E) is known color: Mantis. HEX triplet: 78, B5 and 5E. RGB value is (120,181,94). Sum of RGB (Red+Green+Blue) = 120+181+94=395 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.38% from 395); Green value is 181 (71.09% from 255 or 45.82% from 395); Blue value is 94 (37.11% from 255 or 23.80% from 395); Max value from RGB is 181 - color contains mainly: green. Hex color #78B55E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78B55E is #874AA1. Grayscale: #999999. Windows color (decimal): -8866466 or 6206840. OLE color: 6206840.
HSL color Cylindrical-coordinate representation of color #78B55E: hue angle of 102.07º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78B55E is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 120 | 181 | 94 | - |
| CMYK | 0.34 | 0 | 0.48 | 0.29 |
| HSL | 102.07º | 0.37% | 0.54% | - |
| HSV(B) | 102.07º | 0.48% | 0.71% | - |
| XYZ | 26.29 | 37.85 | 16.51 | - |
| YUV | 152.84 | 94.79 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 181 | 94 | 0.34 | 0 | 0.48 | 0.29 | 102.07 | 0.37 | 0.54 |
| Hex | 78 | B5 | 5E | 22 | 0 | 30 | 1D | 66 | 25 | 36 |
| Octal | 170 | 265 | 136 | 42 | 0 | 60 | 35 | 146 | 45 | 66 |
| Binary | 1111000 | 10110101 | 1011110 | 100010 | 0 | 110000 | 11101 | 1100110 | 100101 | 110110 |
Color Harmonies of #78B55E
Complementary color
Monochromatic Colors of #78B55E
Black with #78B55E
Text Example
Text Example
White with #78B55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B55E; }
p { color: rgb(120,181,94); }
H1.HeaderClassName
{
color: #78B55E;
}
.AnyTagClassName
{
color: #78B55E;
}
</style>
background-color css
<style>
a { background-color: #78B55E; }
a { background-color: rgb(120,181,94); }
div.DivClassName
{
background-color: #78B55E;
}
.BgClassName
{
background-color: #78B55E;
}
</style>
border-color css
<style>
span { border-color: #78B55E; }
span { border-color: rgb(120,181,94); }
td.TdClassName
{
border-color: #78B55E;
}
.TagClassName
{
border-color: #78B55E;
}
</style>