Shades of Mantis #78D941
Tints of Mantis #78D941
RGB
CMYK
RGB Variations
Color information
#78D941 (or 0x78D941) is known color: Mantis. HEX triplet: 78, D9 and 41. RGB value is (120,217,65). Sum of RGB (Red+Green+Blue) = 120+217+65=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 217 (85.16% from 255 or 53.98% from 402); Blue value is 65 (25.78% from 255 or 16.17% from 402); Max value from RGB is 217 - color contains mainly: green. Hex color #78D941 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78D941 is #8726BE. Grayscale: #ABABAB. Windows color (decimal): -8857279 or 4315512. OLE color: 4315512.
HSL color Cylindrical-coordinate representation of color #78D941: hue angle of 98.29º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #78D941 is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 217 | 65 | - |
| CMYK | 0.45 | 0 | 0.70 | 0.15 |
| HSL | 98.29º | 0.67% | 0.55% | - |
| HSV(B) | 98.29º | 0.7% | 0.85% | - |
| XYZ | 33.51 | 54 | 13.66 | - |
| YUV | 170.67 | 68.36 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 217 | 65 | 0.45 | 0 | 0.70 | 0.15 | 98.29 | 0.67 | 0.55 |
| Hex | 78 | D9 | 41 | 2D | 0 | 46 | F | 62 | 43 | 37 |
| Octal | 170 | 331 | 101 | 55 | 0 | 106 | 17 | 142 | 103 | 67 |
| Binary | 1111000 | 11011001 | 1000001 | 101101 | 0 | 1000110 | 1111 | 1100010 | 1000011 | 110111 |
Color Harmonies of #78D941
Complementary color
Monochromatic Colors of #78D941
Black with #78D941
Text Example
Text Example
White with #78D941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D941; }
p { color: rgb(120,217,65); }
H1.HeaderClassName
{
color: #78D941;
}
.AnyTagClassName
{
color: #78D941;
}
</style>
background-color css
<style>
a { background-color: #78D941; }
a { background-color: rgb(120,217,65); }
div.DivClassName
{
background-color: #78D941;
}
.BgClassName
{
background-color: #78D941;
}
</style>
border-color css
<style>
span { border-color: #78D941; }
span { border-color: rgb(120,217,65); }
td.TdClassName
{
border-color: #78D941;
}
.TagClassName
{
border-color: #78D941;
}
</style>