Shades of Mantis #78B562
Tints of Mantis #78B562
RGB
CMYK
RGB Variations
Color information
#78B562 (or 0x78B562) is known color: Mantis. HEX triplet: 78, B5 and 62. RGB value is (120,181,98). Sum of RGB (Red+Green+Blue) = 120+181+98=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 181 (71.09% from 255 or 45.36% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 181 - color contains mainly: green. Hex color #78B562 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78B562 is #874A9D. Grayscale: #999999. Windows color (decimal): -8866462 or 6468984. OLE color: 6468984.
HSL color Cylindrical-coordinate representation of color #78B562: hue angle of 104.1º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78B562 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 120 | 181 | 98 | - |
| CMYK | 0.34 | 0 | 0.46 | 0.29 |
| HSL | 104.1º | 0.36% | 0.55% | - |
| HSV(B) | 104.1º | 0.46% | 0.71% | - |
| XYZ | 26.47 | 37.92 | 17.48 | - |
| YUV | 153.3 | 96.79 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 181 | 98 | 0.34 | 0 | 0.46 | 0.29 | 104.1 | 0.36 | 0.55 |
| Hex | 78 | B5 | 62 | 22 | 0 | 2E | 1D | 68 | 24 | 37 |
| Octal | 170 | 265 | 142 | 42 | 0 | 56 | 35 | 150 | 44 | 67 |
| Binary | 1111000 | 10110101 | 1100010 | 100010 | 0 | 101110 | 11101 | 1101000 | 100100 | 110111 |
Color Harmonies of #78B562
Complementary color
Monochromatic Colors of #78B562
Black with #78B562
Text Example
Text Example
White with #78B562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B562; }
p { color: rgb(120,181,98); }
H1.HeaderClassName
{
color: #78B562;
}
.AnyTagClassName
{
color: #78B562;
}
</style>
background-color css
<style>
a { background-color: #78B562; }
a { background-color: rgb(120,181,98); }
div.DivClassName
{
background-color: #78B562;
}
.BgClassName
{
background-color: #78B562;
}
</style>
border-color css
<style>
span { border-color: #78B562; }
span { border-color: rgb(120,181,98); }
td.TdClassName
{
border-color: #78B562;
}
.TagClassName
{
border-color: #78B562;
}
</style>