Shades of Mantis #78C551
Tints of Mantis #78C551
RGB
CMYK
RGB Variations
Color information
#78C551 (or 0x78C551) is known color: Mantis. HEX triplet: 78, C5 and 51. RGB value is (120,197,81). Sum of RGB (Red+Green+Blue) = 120+197+81=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 197 (77.34% from 255 or 49.50% from 398); Blue value is 81 (32.03% from 255 or 20.35% from 398); Max value from RGB is 197 - color contains mainly: green. Hex color #78C551 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C551 is #873AAE. Grayscale: #A1A1A1. Windows color (decimal): -8862383 or 5358968. OLE color: 5358968.
HSL color Cylindrical-coordinate representation of color #78C551: hue angle of 99.83º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #78C551 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 120 | 197 | 81 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.23 |
| HSL | 99.83º | 0.5% | 0.55% | - |
| HSV(B) | 99.83º | 0.59% | 0.77% | - |
| XYZ | 29.2 | 44.52 | 14.84 | - |
| YUV | 160.75 | 82.99 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 197 | 81 | 0.39 | 0 | 0.59 | 0.23 | 99.83 | 0.5 | 0.55 |
| Hex | 78 | C5 | 51 | 27 | 0 | 3B | 17 | 64 | 32 | 37 |
| Octal | 170 | 305 | 121 | 47 | 0 | 73 | 27 | 144 | 62 | 67 |
| Binary | 1111000 | 11000101 | 1010001 | 100111 | 0 | 111011 | 10111 | 1100100 | 110010 | 110111 |
Color Harmonies of #78C551
Complementary color
Monochromatic Colors of #78C551
Black with #78C551
Text Example
Text Example
White with #78C551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C551; }
p { color: rgb(120,197,81); }
H1.HeaderClassName
{
color: #78C551;
}
.AnyTagClassName
{
color: #78C551;
}
</style>
background-color css
<style>
a { background-color: #78C551; }
a { background-color: rgb(120,197,81); }
div.DivClassName
{
background-color: #78C551;
}
.BgClassName
{
background-color: #78C551;
}
</style>
border-color css
<style>
span { border-color: #78C551; }
span { border-color: rgb(120,197,81); }
td.TdClassName
{
border-color: #78C551;
}
.TagClassName
{
border-color: #78C551;
}
</style>