Shades of Mantis #78C151
Tints of Mantis #78C151
RGB
CMYK
RGB Variations
Color information
#78C151 (or 0x78C151) is known color: Mantis. HEX triplet: 78, C1 and 51. RGB value is (120,193,81). Sum of RGB (Red+Green+Blue) = 120+193+81=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 81 (32.03% from 255 or 20.56% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #78C151 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C151 is #873EAE. Grayscale: #9E9E9E. Windows color (decimal): -8863407 or 5357944. OLE color: 5357944.
HSL color Cylindrical-coordinate representation of color #78C151: hue angle of 99.11º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #78C151 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 193 | 81 | - |
| CMYK | 0.38 | 0 | 0.58 | 0.24 |
| HSL | 99.11º | 0.47% | 0.54% | - |
| HSV(B) | 99.11º | 0.58% | 0.76% | - |
| XYZ | 28.3 | 42.73 | 14.54 | - |
| YUV | 158.41 | 84.32 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 193 | 81 | 0.38 | 0 | 0.58 | 0.24 | 99.11 | 0.47 | 0.54 |
| Hex | 78 | C1 | 51 | 26 | 0 | 3A | 18 | 63 | 2F | 36 |
| Octal | 170 | 301 | 121 | 46 | 0 | 72 | 30 | 143 | 57 | 66 |
| Binary | 1111000 | 11000001 | 1010001 | 100110 | 0 | 111010 | 11000 | 1100011 | 101111 | 110110 |
Color Harmonies of #78C151
Complementary color
Monochromatic Colors of #78C151
Black with #78C151
Text Example
Text Example
White with #78C151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C151; }
p { color: rgb(120,193,81); }
H1.HeaderClassName
{
color: #78C151;
}
.AnyTagClassName
{
color: #78C151;
}
</style>
background-color css
<style>
a { background-color: #78C151; }
a { background-color: rgb(120,193,81); }
div.DivClassName
{
background-color: #78C151;
}
.BgClassName
{
background-color: #78C151;
}
</style>
border-color css
<style>
span { border-color: #78C151; }
span { border-color: rgb(120,193,81); }
td.TdClassName
{
border-color: #78C151;
}
.TagClassName
{
border-color: #78C151;
}
</style>