Shades of Mantis #78D245
Tints of Mantis #78D245
RGB
CMYK
RGB Variations
Color information
#78D245 (or 0x78D245) is known color: Mantis. HEX triplet: 78, D2 and 45. RGB value is (120,210,69). Sum of RGB (Red+Green+Blue) = 120+210+69=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 210 (82.42% from 255 or 52.63% from 399); Blue value is 69 (27.34% from 255 or 17.29% from 399); Max value from RGB is 210 - color contains mainly: green. Hex color #78D245 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78D245 is #872DBA. Grayscale: #A7A7A7. Windows color (decimal): -8859067 or 4575864. OLE color: 4575864.
HSL color Cylindrical-coordinate representation of color #78D245: hue angle of 98.3º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #78D245 is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 210 | 69 | - |
| CMYK | 0.43 | 0 | 0.67 | 0.18 |
| HSL | 98.3º | 0.61% | 0.55% | - |
| HSV(B) | 98.3º | 0.67% | 0.82% | - |
| XYZ | 31.87 | 50.52 | 13.7 | - |
| YUV | 167.02 | 72.68 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 210 | 69 | 0.43 | 0 | 0.67 | 0.18 | 98.3 | 0.61 | 0.55 |
| Hex | 78 | D2 | 45 | 2B | 0 | 43 | 12 | 62 | 3D | 37 |
| Octal | 170 | 322 | 105 | 53 | 0 | 103 | 22 | 142 | 75 | 67 |
| Binary | 1111000 | 11010010 | 1000101 | 101011 | 0 | 1000011 | 10010 | 1100010 | 111101 | 110111 |
Color Harmonies of #78D245
Complementary color
Monochromatic Colors of #78D245
Black with #78D245
Text Example
Text Example
White with #78D245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D245; }
p { color: rgb(120,210,69); }
H1.HeaderClassName
{
color: #78D245;
}
.AnyTagClassName
{
color: #78D245;
}
</style>
background-color css
<style>
a { background-color: #78D245; }
a { background-color: rgb(120,210,69); }
div.DivClassName
{
background-color: #78D245;
}
.BgClassName
{
background-color: #78D245;
}
</style>
border-color css
<style>
span { border-color: #78D245; }
span { border-color: rgb(120,210,69); }
td.TdClassName
{
border-color: #78D245;
}
.TagClassName
{
border-color: #78D245;
}
</style>