Shades of Mantis #78DA5E
Tints of Mantis #78DA5E
RGB
CMYK
RGB Variations
Color information
#78DA5E (or 0x78DA5E) is known color: Mantis. HEX triplet: 78, DA and 5E. RGB value is (120,218,94). Sum of RGB (Red+Green+Blue) = 120+218+94=432 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.78% from 432); Green value is 218 (85.55% from 255 or 50.46% from 432); Blue value is 94 (37.11% from 255 or 21.76% from 432); Max value from RGB is 218 - color contains mainly: green. Hex color #78DA5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78DA5E is #8725A1. Grayscale: #AEAEAE. Windows color (decimal): -8856994 or 6216312. OLE color: 6216312.
HSL color Cylindrical-coordinate representation of color #78DA5E: hue angle of 107.42º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #78DA5E is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 218 | 94 | - |
| CMYK | 0.45 | 0 | 0.57 | 0.15 |
| HSL | 107.42º | 0.63% | 0.61% | - |
| HSV(B) | 107.42º | 0.57% | 0.85% | - |
| XYZ | 34.84 | 54.94 | 19.36 | - |
| YUV | 174.56 | 82.53 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 218 | 94 | 0.45 | 0 | 0.57 | 0.15 | 107.42 | 0.63 | 0.61 |
| Hex | 78 | DA | 5E | 2D | 0 | 39 | F | 6B | 3F | 3D |
| Octal | 170 | 332 | 136 | 55 | 0 | 71 | 17 | 153 | 77 | 75 |
| Binary | 1111000 | 11011010 | 1011110 | 101101 | 0 | 111001 | 1111 | 1101011 | 111111 | 111101 |
Color Harmonies of #78DA5E
Complementary color
Monochromatic Colors of #78DA5E
Black with #78DA5E
Text Example
Text Example
White with #78DA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DA5E; }
p { color: rgb(120,218,94); }
H1.HeaderClassName
{
color: #78DA5E;
}
.AnyTagClassName
{
color: #78DA5E;
}
</style>
background-color css
<style>
a { background-color: #78DA5E; }
a { background-color: rgb(120,218,94); }
div.DivClassName
{
background-color: #78DA5E;
}
.BgClassName
{
background-color: #78DA5E;
}
</style>
border-color css
<style>
span { border-color: #78DA5E; }
span { border-color: rgb(120,218,94); }
td.TdClassName
{
border-color: #78DA5E;
}
.TagClassName
{
border-color: #78DA5E;
}
</style>