Shades of Mantis #78D445
Tints of Mantis #78D445
RGB
CMYK
RGB Variations
Color information
#78D445 (or 0x78D445) is known color: Mantis. HEX triplet: 78, D4 and 45. RGB value is (120,212,69). Sum of RGB (Red+Green+Blue) = 120+212+69=401 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.93% from 401); Green value is 212 (83.20% from 255 or 52.87% from 401); Blue value is 69 (27.34% from 255 or 17.21% from 401); Max value from RGB is 212 - color contains mainly: green. Hex color #78D445 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78D445 is #872BBA. Grayscale: #A8A8A8. Windows color (decimal): -8858555 or 4576376. OLE color: 4576376.
HSL color Cylindrical-coordinate representation of color #78D445: hue angle of 98.6º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #78D445 is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 120 | 212 | 69 | - |
| CMYK | 0.43 | 0 | 0.67 | 0.17 |
| HSL | 98.6º | 0.62% | 0.55% | - |
| HSV(B) | 98.6º | 0.67% | 0.83% | - |
| XYZ | 32.36 | 51.51 | 13.87 | - |
| YUV | 168.19 | 72.02 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 212 | 69 | 0.43 | 0 | 0.67 | 0.17 | 98.6 | 0.62 | 0.55 |
| Hex | 78 | D4 | 45 | 2B | 0 | 43 | 11 | 63 | 3E | 37 |
| Octal | 170 | 324 | 105 | 53 | 0 | 103 | 21 | 143 | 76 | 67 |
| Binary | 1111000 | 11010100 | 1000101 | 101011 | 0 | 1000011 | 10001 | 1100011 | 111110 | 110111 |
Color Harmonies of #78D445
Complementary color
Monochromatic Colors of #78D445
Black with #78D445
Text Example
Text Example
White with #78D445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D445; }
p { color: rgb(120,212,69); }
H1.HeaderClassName
{
color: #78D445;
}
.AnyTagClassName
{
color: #78D445;
}
</style>
background-color css
<style>
a { background-color: #78D445; }
a { background-color: rgb(120,212,69); }
div.DivClassName
{
background-color: #78D445;
}
.BgClassName
{
background-color: #78D445;
}
</style>
border-color css
<style>
span { border-color: #78D445; }
span { border-color: rgb(120,212,69); }
td.TdClassName
{
border-color: #78D445;
}
.TagClassName
{
border-color: #78D445;
}
</style>