Shades of Mantis #78D940
Tints of Mantis #78D940
RGB
CMYK
RGB Variations
Color information
#78D940 (or 0x78D940) is known color: Mantis. HEX triplet: 78, D9 and 40. RGB value is (120,217,64). Sum of RGB (Red+Green+Blue) = 120+217+64=401 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.93% from 401); Green value is 217 (85.16% from 255 or 54.11% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 217 - color contains mainly: green. Hex color #78D940 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78D940 is #8726BF. Grayscale: #ABABAB. Windows color (decimal): -8857280 or 4249976. OLE color: 4249976.
HSL color Cylindrical-coordinate representation of color #78D940: hue angle of 98.04º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #78D940 is Cyan = 0.45, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 217 | 64 | - |
| CMYK | 0.45 | 0 | 0.71 | 0.15 |
| HSL | 98.04º | 0.67% | 0.55% | - |
| HSV(B) | 98.04º | 0.71% | 0.85% | - |
| XYZ | 33.48 | 53.99 | 13.51 | - |
| YUV | 170.56 | 67.86 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 217 | 64 | 0.45 | 0 | 0.71 | 0.15 | 98.04 | 0.67 | 0.55 |
| Hex | 78 | D9 | 40 | 2D | 0 | 47 | F | 62 | 43 | 37 |
| Octal | 170 | 331 | 100 | 55 | 0 | 107 | 17 | 142 | 103 | 67 |
| Binary | 1111000 | 11011001 | 1000000 | 101101 | 0 | 1000111 | 1111 | 1100010 | 1000011 | 110111 |
Color Harmonies of #78D940
Complementary color
Monochromatic Colors of #78D940
Black with #78D940
Text Example
Text Example
White with #78D940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D940; }
p { color: rgb(120,217,64); }
H1.HeaderClassName
{
color: #78D940;
}
.AnyTagClassName
{
color: #78D940;
}
</style>
background-color css
<style>
a { background-color: #78D940; }
a { background-color: rgb(120,217,64); }
div.DivClassName
{
background-color: #78D940;
}
.BgClassName
{
background-color: #78D940;
}
</style>
border-color css
<style>
span { border-color: #78D940; }
span { border-color: rgb(120,217,64); }
td.TdClassName
{
border-color: #78D940;
}
.TagClassName
{
border-color: #78D940;
}
</style>