Shades of Mantis #78DB4E
Tints of Mantis #78DB4E
RGB
CMYK
RGB Variations
Color information
#78DB4E (or 0x78DB4E) is known color: Mantis. HEX triplet: 78, DB and 4E. RGB value is (120,219,78). Sum of RGB (Red+Green+Blue) = 120+219+78=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 219 (85.94% from 255 or 52.52% from 417); Blue value is 78 (30.86% from 255 or 18.71% from 417); Max value from RGB is 219 - color contains mainly: green. Hex color #78DB4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78DB4E is #8724B1. Grayscale: #ADADAD. Windows color (decimal): -8856754 or 5167992. OLE color: 5167992.
HSL color Cylindrical-coordinate representation of color #78DB4E: hue angle of 102.13º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #78DB4E is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 219 | 78 | - |
| CMYK | 0.45 | 0 | 0.64 | 0.14 |
| HSL | 102.13º | 0.66% | 0.58% | - |
| HSV(B) | 102.13º | 0.64% | 0.86% | - |
| XYZ | 34.45 | 55.21 | 16.05 | - |
| YUV | 173.33 | 74.2 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 219 | 78 | 0.45 | 0 | 0.64 | 0.14 | 102.13 | 0.66 | 0.58 |
| Hex | 78 | DB | 4E | 2D | 0 | 40 | E | 66 | 42 | 3A |
| Octal | 170 | 333 | 116 | 55 | 0 | 100 | 16 | 146 | 102 | 72 |
| Binary | 1111000 | 11011011 | 1001110 | 101101 | 0 | 1000000 | 1110 | 1100110 | 1000010 | 111010 |
Color Harmonies of #78DB4E
Complementary color
Monochromatic Colors of #78DB4E
Black with #78DB4E
Text Example
Text Example
White with #78DB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DB4E; }
p { color: rgb(120,219,78); }
H1.HeaderClassName
{
color: #78DB4E;
}
.AnyTagClassName
{
color: #78DB4E;
}
</style>
background-color css
<style>
a { background-color: #78DB4E; }
a { background-color: rgb(120,219,78); }
div.DivClassName
{
background-color: #78DB4E;
}
.BgClassName
{
background-color: #78DB4E;
}
</style>
border-color css
<style>
span { border-color: #78DB4E; }
span { border-color: rgb(120,219,78); }
td.TdClassName
{
border-color: #78DB4E;
}
.TagClassName
{
border-color: #78DB4E;
}
</style>