Shades of Mantis #78D954
Tints of Mantis #78D954
RGB
CMYK
RGB Variations
Color information
#78D954 (or 0x78D954) is known color: Mantis. HEX triplet: 78, D9 and 54. RGB value is (120,217,84). Sum of RGB (Red+Green+Blue) = 120+217+84=421 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.50% from 421); Green value is 217 (85.16% from 255 or 51.54% from 421); Blue value is 84 (33.20% from 255 or 19.95% from 421); Max value from RGB is 217 - color contains mainly: green. Hex color #78D954 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D954 is #8726AB. Grayscale: #ADADAD. Windows color (decimal): -8857260 or 5560696. OLE color: 5560696.
HSL color Cylindrical-coordinate representation of color #78D954: hue angle of 103.76º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #78D954 is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 217 | 84 | - |
| CMYK | 0.45 | 0 | 0.61 | 0.15 |
| HSL | 103.76º | 0.64% | 0.59% | - |
| HSV(B) | 103.76º | 0.61% | 0.85% | - |
| XYZ | 34.16 | 54.26 | 17.06 | - |
| YUV | 172.84 | 77.86 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 217 | 84 | 0.45 | 0 | 0.61 | 0.15 | 103.76 | 0.64 | 0.59 |
| Hex | 78 | D9 | 54 | 2D | 0 | 3D | F | 68 | 40 | 3B |
| Octal | 170 | 331 | 124 | 55 | 0 | 75 | 17 | 150 | 100 | 73 |
| Binary | 1111000 | 11011001 | 1010100 | 101101 | 0 | 111101 | 1111 | 1101000 | 1000000 | 111011 |
Color Harmonies of #78D954
Complementary color
Monochromatic Colors of #78D954
Black with #78D954
Text Example
Text Example
White with #78D954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D954; }
p { color: rgb(120,217,84); }
H1.HeaderClassName
{
color: #78D954;
}
.AnyTagClassName
{
color: #78D954;
}
</style>
background-color css
<style>
a { background-color: #78D954; }
a { background-color: rgb(120,217,84); }
div.DivClassName
{
background-color: #78D954;
}
.BgClassName
{
background-color: #78D954;
}
</style>
border-color css
<style>
span { border-color: #78D954; }
span { border-color: rgb(120,217,84); }
td.TdClassName
{
border-color: #78D954;
}
.TagClassName
{
border-color: #78D954;
}
</style>