Shades of Mantis #78D157
Tints of Mantis #78D157
RGB
CMYK
RGB Variations
Color information
#78D157 (or 0x78D157) is known color: Mantis. HEX triplet: 78, D1 and 57. RGB value is (120,209,87). Sum of RGB (Red+Green+Blue) = 120+209+87=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 209 (82.03% from 255 or 50.24% from 416); Blue value is 87 (34.38% from 255 or 20.91% from 416); Max value from RGB is 209 - color contains mainly: green. Hex color #78D157 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D157 is #872EA8. Grayscale: #A8A8A8. Windows color (decimal): -8859305 or 5755256. OLE color: 5755256.
HSL color Cylindrical-coordinate representation of color #78D157: hue angle of 103.77º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #78D157 is Cyan = 0.43, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 209 | 87 | - |
| CMYK | 0.43 | 0 | 0.58 | 0.18 |
| HSL | 103.77º | 0.57% | 0.58% | - |
| HSV(B) | 103.77º | 0.58% | 0.82% | - |
| XYZ | 32.27 | 50.28 | 17.02 | - |
| YUV | 168.48 | 82.01 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 209 | 87 | 0.43 | 0 | 0.58 | 0.18 | 103.77 | 0.57 | 0.58 |
| Hex | 78 | D1 | 57 | 2B | 0 | 3A | 12 | 68 | 39 | 3A |
| Octal | 170 | 321 | 127 | 53 | 0 | 72 | 22 | 150 | 71 | 72 |
| Binary | 1111000 | 11010001 | 1010111 | 101011 | 0 | 111010 | 10010 | 1101000 | 111001 | 111010 |
Color Harmonies of #78D157
Complementary color
Monochromatic Colors of #78D157
Black with #78D157
Text Example
Text Example
White with #78D157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D157; }
p { color: rgb(120,209,87); }
H1.HeaderClassName
{
color: #78D157;
}
.AnyTagClassName
{
color: #78D157;
}
</style>
background-color css
<style>
a { background-color: #78D157; }
a { background-color: rgb(120,209,87); }
div.DivClassName
{
background-color: #78D157;
}
.BgClassName
{
background-color: #78D157;
}
</style>
border-color css
<style>
span { border-color: #78D157; }
span { border-color: rgb(120,209,87); }
td.TdClassName
{
border-color: #78D157;
}
.TagClassName
{
border-color: #78D157;
}
</style>