Shades of Mantis #78C064
Tints of Mantis #78C064
RGB
CMYK
RGB Variations
Color information
#78C064 (or 0x78C064) is known color: Mantis. HEX triplet: 78, C0 and 64. RGB value is (120,192,100). Sum of RGB (Red+Green+Blue) = 120+192+100=412 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.13% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 100 (39.45% from 255 or 24.27% from 412); Max value from RGB is 192 - color contains mainly: green. Hex color #78C064 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C064 is #873F9B. Grayscale: #A0A0A0. Windows color (decimal): -8863644 or 6602872. OLE color: 6602872.
HSL color Cylindrical-coordinate representation of color #78C064: hue angle of 106.96º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78C064 is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 192 | 100 | - |
| CMYK | 0.38 | 0 | 0.48 | 0.25 |
| HSL | 106.96º | 0.42% | 0.57% | - |
| HSV(B) | 106.96º | 0.48% | 0.75% | - |
| XYZ | 28.9 | 42.61 | 18.76 | - |
| YUV | 159.98 | 94.15 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 192 | 100 | 0.38 | 0 | 0.48 | 0.25 | 106.96 | 0.42 | 0.57 |
| Hex | 78 | C0 | 64 | 26 | 0 | 30 | 19 | 6B | 2A | 39 |
| Octal | 170 | 300 | 144 | 46 | 0 | 60 | 31 | 153 | 52 | 71 |
| Binary | 1111000 | 11000000 | 1100100 | 100110 | 0 | 110000 | 11001 | 1101011 | 101010 | 111001 |
Color Harmonies of #78C064
Complementary color
Monochromatic Colors of #78C064
Black with #78C064
Text Example
Text Example
White with #78C064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C064; }
p { color: rgb(120,192,100); }
H1.HeaderClassName
{
color: #78C064;
}
.AnyTagClassName
{
color: #78C064;
}
</style>
background-color css
<style>
a { background-color: #78C064; }
a { background-color: rgb(120,192,100); }
div.DivClassName
{
background-color: #78C064;
}
.BgClassName
{
background-color: #78C064;
}
</style>
border-color css
<style>
span { border-color: #78C064; }
span { border-color: rgb(120,192,100); }
td.TdClassName
{
border-color: #78C064;
}
.TagClassName
{
border-color: #78C064;
}
</style>