Shades of Mantis #78D751
Tints of Mantis #78D751
RGB
CMYK
RGB Variations
Color information
#78D751 (or 0x78D751) is known color: Mantis. HEX triplet: 78, D7 and 51. RGB value is (120,215,81). Sum of RGB (Red+Green+Blue) = 120+215+81=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 215 (84.38% from 255 or 51.68% from 416); Blue value is 81 (32.03% from 255 or 19.47% from 416); Max value from RGB is 215 - color contains mainly: green. Hex color #78D751 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D751 is #8728AE. Grayscale: #ABABAB. Windows color (decimal): -8857775 or 5363576. OLE color: 5363576.
HSL color Cylindrical-coordinate representation of color #78D751: hue angle of 102.54º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #78D751 is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 215 | 81 | - |
| CMYK | 0.44 | 0 | 0.62 | 0.16 |
| HSL | 102.54º | 0.63% | 0.58% | - |
| HSV(B) | 102.54º | 0.62% | 0.84% | - |
| XYZ | 33.53 | 53.19 | 16.28 | - |
| YUV | 171.32 | 77.03 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 215 | 81 | 0.44 | 0 | 0.62 | 0.16 | 102.54 | 0.63 | 0.58 |
| Hex | 78 | D7 | 51 | 2C | 0 | 3E | 10 | 67 | 3F | 3A |
| Octal | 170 | 327 | 121 | 54 | 0 | 76 | 20 | 147 | 77 | 72 |
| Binary | 1111000 | 11010111 | 1010001 | 101100 | 0 | 111110 | 10000 | 1100111 | 111111 | 111010 |
Color Harmonies of #78D751
Complementary color
Monochromatic Colors of #78D751
Black with #78D751
Text Example
Text Example
White with #78D751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D751; }
p { color: rgb(120,215,81); }
H1.HeaderClassName
{
color: #78D751;
}
.AnyTagClassName
{
color: #78D751;
}
</style>
background-color css
<style>
a { background-color: #78D751; }
a { background-color: rgb(120,215,81); }
div.DivClassName
{
background-color: #78D751;
}
.BgClassName
{
background-color: #78D751;
}
</style>
border-color css
<style>
span { border-color: #78D751; }
span { border-color: rgb(120,215,81); }
td.TdClassName
{
border-color: #78D751;
}
.TagClassName
{
border-color: #78D751;
}
</style>