Shades of Mantis #78BC5E
Tints of Mantis #78BC5E
RGB
CMYK
RGB Variations
Color information
#78BC5E (or 0x78BC5E) is known color: Mantis. HEX triplet: 78, BC and 5E. RGB value is (120,188,94). Sum of RGB (Red+Green+Blue) = 120+188+94=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 188 - color contains mainly: green. Hex color #78BC5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78BC5E is #8743A1. Grayscale: #9D9D9D. Windows color (decimal): -8864674 or 6208632. OLE color: 6208632.
HSL color Cylindrical-coordinate representation of color #78BC5E: hue angle of 103.4º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78BC5E is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 188 | 94 | - |
| CMYK | 0.36 | 0 | 0.50 | 0.26 |
| HSL | 103.4º | 0.41% | 0.55% | - |
| HSV(B) | 103.4º | 0.5% | 0.74% | - |
| XYZ | 27.75 | 40.77 | 17 | - |
| YUV | 156.95 | 92.47 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 188 | 94 | 0.36 | 0 | 0.50 | 0.26 | 103.4 | 0.41 | 0.55 |
| Hex | 78 | BC | 5E | 24 | 0 | 32 | 1A | 67 | 29 | 37 |
| Octal | 170 | 274 | 136 | 44 | 0 | 62 | 32 | 147 | 51 | 67 |
| Binary | 1111000 | 10111100 | 1011110 | 100100 | 0 | 110010 | 11010 | 1100111 | 101001 | 110111 |
Color Harmonies of #78BC5E
Complementary color
Monochromatic Colors of #78BC5E
Black with #78BC5E
Text Example
Text Example
White with #78BC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BC5E; }
p { color: rgb(120,188,94); }
H1.HeaderClassName
{
color: #78BC5E;
}
.AnyTagClassName
{
color: #78BC5E;
}
</style>
background-color css
<style>
a { background-color: #78BC5E; }
a { background-color: rgb(120,188,94); }
div.DivClassName
{
background-color: #78BC5E;
}
.BgClassName
{
background-color: #78BC5E;
}
</style>
border-color css
<style>
span { border-color: #78BC5E; }
span { border-color: rgb(120,188,94); }
td.TdClassName
{
border-color: #78BC5E;
}
.TagClassName
{
border-color: #78BC5E;
}
</style>