Shades of Mantis #78DC50
Tints of Mantis #78DC50
RGB
CMYK
RGB Variations
Color information
#78DC50 (or 0x78DC50) is known color: Mantis. HEX triplet: 78, DC and 50. RGB value is (120,220,80). Sum of RGB (Red+Green+Blue) = 120+220+80=420 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.57% from 420); Green value is 220 (86.33% from 255 or 52.38% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 220 - color contains mainly: green. Hex color #78DC50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78DC50 is #8723AF. Grayscale: #AEAEAE. Windows color (decimal): -8856496 or 5299320. OLE color: 5299320.
HSL color Cylindrical-coordinate representation of color #78DC50: hue angle of 102.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #78DC50 is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 220 | 80 | - |
| CMYK | 0.45 | 0 | 0.64 | 0.14 |
| HSL | 102.86º | 0.67% | 0.59% | - |
| HSV(B) | 102.86º | 0.64% | 0.86% | - |
| XYZ | 34.79 | 55.76 | 16.52 | - |
| YUV | 174.14 | 74.87 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 220 | 80 | 0.45 | 0 | 0.64 | 0.14 | 102.86 | 0.67 | 0.59 |
| Hex | 78 | DC | 50 | 2D | 0 | 40 | E | 67 | 43 | 3B |
| Octal | 170 | 334 | 120 | 55 | 0 | 100 | 16 | 147 | 103 | 73 |
| Binary | 1111000 | 11011100 | 1010000 | 101101 | 0 | 1000000 | 1110 | 1100111 | 1000011 | 111011 |
Color Harmonies of #78DC50
Complementary color
Monochromatic Colors of #78DC50
Black with #78DC50
Text Example
Text Example
White with #78DC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DC50; }
p { color: rgb(120,220,80); }
H1.HeaderClassName
{
color: #78DC50;
}
.AnyTagClassName
{
color: #78DC50;
}
</style>
background-color css
<style>
a { background-color: #78DC50; }
a { background-color: rgb(120,220,80); }
div.DivClassName
{
background-color: #78DC50;
}
.BgClassName
{
background-color: #78DC50;
}
</style>
border-color css
<style>
span { border-color: #78DC50; }
span { border-color: rgb(120,220,80); }
td.TdClassName
{
border-color: #78DC50;
}
.TagClassName
{
border-color: #78DC50;
}
</style>