Shades of Mantis #78DB58
Tints of Mantis #78DB58
RGB
CMYK
RGB Variations
Color information
#78DB58 (or 0x78DB58) is known color: Mantis. HEX triplet: 78, DB and 58. RGB value is (120,219,88). Sum of RGB (Red+Green+Blue) = 120+219+88=427 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.10% from 427); Green value is 219 (85.94% from 255 or 51.29% from 427); Blue value is 88 (34.77% from 255 or 20.61% from 427); Max value from RGB is 219 - color contains mainly: green. Hex color #78DB58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78DB58 is #8724A7. Grayscale: #AEAEAE. Windows color (decimal): -8856744 or 5823352. OLE color: 5823352.
HSL color Cylindrical-coordinate representation of color #78DB58: hue angle of 105.34º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #78DB58 is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 219 | 88 | - |
| CMYK | 0.45 | 0 | 0.60 | 0.14 |
| HSL | 105.34º | 0.65% | 0.6% | - |
| HSV(B) | 105.34º | 0.6% | 0.86% | - |
| XYZ | 34.84 | 55.36 | 18.08 | - |
| YUV | 174.47 | 79.2 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 219 | 88 | 0.45 | 0 | 0.60 | 0.14 | 105.34 | 0.65 | 0.6 |
| Hex | 78 | DB | 58 | 2D | 0 | 3C | E | 69 | 41 | 3C |
| Octal | 170 | 333 | 130 | 55 | 0 | 74 | 16 | 151 | 101 | 74 |
| Binary | 1111000 | 11011011 | 1011000 | 101101 | 0 | 111100 | 1110 | 1101001 | 1000001 | 111100 |
Color Harmonies of #78DB58
Complementary color
Monochromatic Colors of #78DB58
Black with #78DB58
Text Example
Text Example
White with #78DB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DB58; }
p { color: rgb(120,219,88); }
H1.HeaderClassName
{
color: #78DB58;
}
.AnyTagClassName
{
color: #78DB58;
}
</style>
background-color css
<style>
a { background-color: #78DB58; }
a { background-color: rgb(120,219,88); }
div.DivClassName
{
background-color: #78DB58;
}
.BgClassName
{
background-color: #78DB58;
}
</style>
border-color css
<style>
span { border-color: #78DB58; }
span { border-color: rgb(120,219,88); }
td.TdClassName
{
border-color: #78DB58;
}
.TagClassName
{
border-color: #78DB58;
}
</style>