Shades of Mantis #78D858
Tints of Mantis #78D858
RGB
CMYK
RGB Variations
Color information
#78D858 (or 0x78D858) is known color: Mantis. HEX triplet: 78, D8 and 58. RGB value is (120,216,88). Sum of RGB (Red+Green+Blue) = 120+216+88=424 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.30% from 424); Green value is 216 (84.77% from 255 or 50.94% from 424); Blue value is 88 (34.77% from 255 or 20.75% from 424); Max value from RGB is 216 - color contains mainly: green. Hex color #78D858 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D858 is #8727A7. Grayscale: #ADADAD. Windows color (decimal): -8857512 or 5822584. OLE color: 5822584.
HSL color Cylindrical-coordinate representation of color #78D858: hue angle of 105º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #78D858 is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 216 | 88 | - |
| CMYK | 0.44 | 0 | 0.59 | 0.15 |
| HSL | 105º | 0.62% | 0.6% | - |
| HSV(B) | 105º | 0.59% | 0.85% | - |
| XYZ | 34.06 | 53.81 | 17.82 | - |
| YUV | 172.7 | 80.2 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 216 | 88 | 0.44 | 0 | 0.59 | 0.15 | 105 | 0.62 | 0.6 |
| Hex | 78 | D8 | 58 | 2C | 0 | 3B | F | 69 | 3E | 3C |
| Octal | 170 | 330 | 130 | 54 | 0 | 73 | 17 | 151 | 76 | 74 |
| Binary | 1111000 | 11011000 | 1011000 | 101100 | 0 | 111011 | 1111 | 1101001 | 111110 | 111100 |
Color Harmonies of #78D858
Complementary color
Monochromatic Colors of #78D858
Black with #78D858
Text Example
Text Example
White with #78D858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D858; }
p { color: rgb(120,216,88); }
H1.HeaderClassName
{
color: #78D858;
}
.AnyTagClassName
{
color: #78D858;
}
</style>
background-color css
<style>
a { background-color: #78D858; }
a { background-color: rgb(120,216,88); }
div.DivClassName
{
background-color: #78D858;
}
.BgClassName
{
background-color: #78D858;
}
</style>
border-color css
<style>
span { border-color: #78D858; }
span { border-color: rgb(120,216,88); }
td.TdClassName
{
border-color: #78D858;
}
.TagClassName
{
border-color: #78D858;
}
</style>