Shades of Mantis #78C563
Tints of Mantis #78C563
RGB
CMYK
RGB Variations
Color information
#78C563 (or 0x78C563) is known color: Mantis. HEX triplet: 78, C5 and 63. RGB value is (120,197,99). Sum of RGB (Red+Green+Blue) = 120+197+99=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 99 (39.06% from 255 or 23.80% from 416); Max value from RGB is 197 - color contains mainly: green. Hex color #78C563 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C563 is #873A9C. Grayscale: #A3A3A3. Windows color (decimal): -8862365 or 6538616. OLE color: 6538616.
HSL color Cylindrical-coordinate representation of color #78C563: hue angle of 107.14º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78C563 is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 120 | 197 | 99 | - |
| CMYK | 0.39 | 0 | 0.50 | 0.23 |
| HSL | 107.14º | 0.46% | 0.58% | - |
| HSV(B) | 107.14º | 0.5% | 0.77% | - |
| XYZ | 29.96 | 44.83 | 18.88 | - |
| YUV | 162.81 | 91.99 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 197 | 99 | 0.39 | 0 | 0.50 | 0.23 | 107.14 | 0.46 | 0.58 |
| Hex | 78 | C5 | 63 | 27 | 0 | 32 | 17 | 6B | 2E | 3A |
| Octal | 170 | 305 | 143 | 47 | 0 | 62 | 27 | 153 | 56 | 72 |
| Binary | 1111000 | 11000101 | 1100011 | 100111 | 0 | 110010 | 10111 | 1101011 | 101110 | 111010 |
Color Harmonies of #78C563
Complementary color
Monochromatic Colors of #78C563
Black with #78C563
Text Example
Text Example
White with #78C563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C563; }
p { color: rgb(120,197,99); }
H1.HeaderClassName
{
color: #78C563;
}
.AnyTagClassName
{
color: #78C563;
}
</style>
background-color css
<style>
a { background-color: #78C563; }
a { background-color: rgb(120,197,99); }
div.DivClassName
{
background-color: #78C563;
}
.BgClassName
{
background-color: #78C563;
}
</style>
border-color css
<style>
span { border-color: #78C563; }
span { border-color: rgb(120,197,99); }
td.TdClassName
{
border-color: #78C563;
}
.TagClassName
{
border-color: #78C563;
}
</style>