Shades of Mantis #78DB50
Tints of Mantis #78DB50
RGB
CMYK
RGB Variations
Color information
#78DB50 (or 0x78DB50) is known color: Mantis. HEX triplet: 78, DB and 50. RGB value is (120,219,80). Sum of RGB (Red+Green+Blue) = 120+219+80=419 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.64% from 419); Green value is 219 (85.94% from 255 or 52.27% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 219 - color contains mainly: green. Hex color #78DB50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78DB50 is #8724AF. Grayscale: #AEAEAE. Windows color (decimal): -8856752 or 5299064. OLE color: 5299064.
HSL color Cylindrical-coordinate representation of color #78DB50: hue angle of 102.73º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #78DB50 is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 219 | 80 | - |
| CMYK | 0.45 | 0 | 0.63 | 0.14 |
| HSL | 102.73º | 0.66% | 0.59% | - |
| HSV(B) | 102.73º | 0.63% | 0.86% | - |
| XYZ | 34.53 | 55.24 | 16.43 | - |
| YUV | 173.55 | 75.2 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 219 | 80 | 0.45 | 0 | 0.63 | 0.14 | 102.73 | 0.66 | 0.59 |
| Hex | 78 | DB | 50 | 2D | 0 | 3F | E | 67 | 42 | 3B |
| Octal | 170 | 333 | 120 | 55 | 0 | 77 | 16 | 147 | 102 | 73 |
| Binary | 1111000 | 11011011 | 1010000 | 101101 | 0 | 111111 | 1110 | 1100111 | 1000010 | 111011 |
Color Harmonies of #78DB50
Complementary color
Monochromatic Colors of #78DB50
Black with #78DB50
Text Example
Text Example
White with #78DB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DB50; }
p { color: rgb(120,219,80); }
H1.HeaderClassName
{
color: #78DB50;
}
.AnyTagClassName
{
color: #78DB50;
}
</style>
background-color css
<style>
a { background-color: #78DB50; }
a { background-color: rgb(120,219,80); }
div.DivClassName
{
background-color: #78DB50;
}
.BgClassName
{
background-color: #78DB50;
}
</style>
border-color css
<style>
span { border-color: #78DB50; }
span { border-color: rgb(120,219,80); }
td.TdClassName
{
border-color: #78DB50;
}
.TagClassName
{
border-color: #78DB50;
}
</style>