Shades of Mantis #78D656
Tints of Mantis #78D656
RGB
CMYK
RGB Variations
Color information
#78D656 (or 0x78D656) is known color: Mantis. HEX triplet: 78, D6 and 56. RGB value is (120,214,86). Sum of RGB (Red+Green+Blue) = 120+214+86=420 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.57% from 420); Green value is 214 (83.98% from 255 or 50.95% from 420); Blue value is 86 (33.98% from 255 or 20.48% from 420); Max value from RGB is 214 - color contains mainly: green. Hex color #78D656 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D656 is #8729A9. Grayscale: #ABABAB. Windows color (decimal): -8858026 or 5691000. OLE color: 5691000.
HSL color Cylindrical-coordinate representation of color #78D656: hue angle of 104.06º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #78D656 is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 214 | 86 | - |
| CMYK | 0.44 | 0 | 0.60 | 0.16 |
| HSL | 104.06º | 0.61% | 0.59% | - |
| HSV(B) | 104.06º | 0.6% | 0.84% | - |
| XYZ | 33.47 | 52.76 | 17.22 | - |
| YUV | 171.3 | 79.86 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 214 | 86 | 0.44 | 0 | 0.60 | 0.16 | 104.06 | 0.61 | 0.59 |
| Hex | 78 | D6 | 56 | 2C | 0 | 3C | 10 | 68 | 3D | 3B |
| Octal | 170 | 326 | 126 | 54 | 0 | 74 | 20 | 150 | 75 | 73 |
| Binary | 1111000 | 11010110 | 1010110 | 101100 | 0 | 111100 | 10000 | 1101000 | 111101 | 111011 |
Color Harmonies of #78D656
Complementary color
Monochromatic Colors of #78D656
Black with #78D656
Text Example
Text Example
White with #78D656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D656; }
p { color: rgb(120,214,86); }
H1.HeaderClassName
{
color: #78D656;
}
.AnyTagClassName
{
color: #78D656;
}
</style>
background-color css
<style>
a { background-color: #78D656; }
a { background-color: rgb(120,214,86); }
div.DivClassName
{
background-color: #78D656;
}
.BgClassName
{
background-color: #78D656;
}
</style>
border-color css
<style>
span { border-color: #78D656; }
span { border-color: rgb(120,214,86); }
td.TdClassName
{
border-color: #78D656;
}
.TagClassName
{
border-color: #78D656;
}
</style>