Shades of Mantis #78D844
Tints of Mantis #78D844
RGB
CMYK
RGB Variations
Color information
#78D844 (or 0x78D844) is known color: Mantis. HEX triplet: 78, D8 and 44. RGB value is (120,216,68). Sum of RGB (Red+Green+Blue) = 120+216+68=404 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.70% from 404); Green value is 216 (84.77% from 255 or 53.47% from 404); Blue value is 68 (26.95% from 255 or 16.83% from 404); Max value from RGB is 216 - color contains mainly: green. Hex color #78D844 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78D844 is #8727BB. Grayscale: #AAAAAA. Windows color (decimal): -8857532 or 4511864. OLE color: 4511864.
HSL color Cylindrical-coordinate representation of color #78D844: hue angle of 98.92º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #78D844 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 216 | 68 | - |
| CMYK | 0.44 | 0 | 0.69 | 0.15 |
| HSL | 98.92º | 0.65% | 0.56% | - |
| HSV(B) | 98.92º | 0.69% | 0.85% | - |
| XYZ | 33.34 | 53.52 | 14.04 | - |
| YUV | 170.42 | 70.2 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 216 | 68 | 0.44 | 0 | 0.69 | 0.15 | 98.92 | 0.65 | 0.56 |
| Hex | 78 | D8 | 44 | 2C | 0 | 45 | F | 63 | 41 | 38 |
| Octal | 170 | 330 | 104 | 54 | 0 | 105 | 17 | 143 | 101 | 70 |
| Binary | 1111000 | 11011000 | 1000100 | 101100 | 0 | 1000101 | 1111 | 1100011 | 1000001 | 111000 |
Color Harmonies of #78D844
Complementary color
Monochromatic Colors of #78D844
Black with #78D844
Text Example
Text Example
White with #78D844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D844; }
p { color: rgb(120,216,68); }
H1.HeaderClassName
{
color: #78D844;
}
.AnyTagClassName
{
color: #78D844;
}
</style>
background-color css
<style>
a { background-color: #78D844; }
a { background-color: rgb(120,216,68); }
div.DivClassName
{
background-color: #78D844;
}
.BgClassName
{
background-color: #78D844;
}
</style>
border-color css
<style>
span { border-color: #78D844; }
span { border-color: rgb(120,216,68); }
td.TdClassName
{
border-color: #78D844;
}
.TagClassName
{
border-color: #78D844;
}
</style>