Shades of Mantis #78D061
Tints of Mantis #78D061
RGB
CMYK
RGB Variations
Color information
#78D061 (or 0x78D061) is known color: Mantis. HEX triplet: 78, D0 and 61. RGB value is (120,208,97). Sum of RGB (Red+Green+Blue) = 120+208+97=425 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.24% from 425); Green value is 208 (81.64% from 255 or 48.94% from 425); Blue value is 97 (38.28% from 255 or 22.82% from 425); Max value from RGB is 208 - color contains mainly: green. Hex color #78D061 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D061 is #872F9E. Grayscale: #A9A9A9. Windows color (decimal): -8859551 or 6410360. OLE color: 6410360.
HSL color Cylindrical-coordinate representation of color #78D061: hue angle of 107.57º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78D061 is Cyan = 0.42, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 208 | 97 | - |
| CMYK | 0.42 | 0 | 0.53 | 0.18 |
| HSL | 107.57º | 0.54% | 0.6% | - |
| HSV(B) | 107.57º | 0.53% | 0.82% | - |
| XYZ | 32.46 | 49.97 | 19.24 | - |
| YUV | 169.03 | 87.35 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 208 | 97 | 0.42 | 0 | 0.53 | 0.18 | 107.57 | 0.54 | 0.6 |
| Hex | 78 | D0 | 61 | 2A | 0 | 35 | 12 | 6C | 36 | 3C |
| Octal | 170 | 320 | 141 | 52 | 0 | 65 | 22 | 154 | 66 | 74 |
| Binary | 1111000 | 11010000 | 1100001 | 101010 | 0 | 110101 | 10010 | 1101100 | 110110 | 111100 |
Color Harmonies of #78D061
Complementary color
Monochromatic Colors of #78D061
Black with #78D061
Text Example
Text Example
White with #78D061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D061; }
p { color: rgb(120,208,97); }
H1.HeaderClassName
{
color: #78D061;
}
.AnyTagClassName
{
color: #78D061;
}
</style>
background-color css
<style>
a { background-color: #78D061; }
a { background-color: rgb(120,208,97); }
div.DivClassName
{
background-color: #78D061;
}
.BgClassName
{
background-color: #78D061;
}
</style>
border-color css
<style>
span { border-color: #78D061; }
span { border-color: rgb(120,208,97); }
td.TdClassName
{
border-color: #78D061;
}
.TagClassName
{
border-color: #78D061;
}
</style>