Shades of Mantis #78C346
Tints of Mantis #78C346
RGB
CMYK
RGB Variations
Color information
#78C346 (or 0x78C346) is known color: Mantis. HEX triplet: 78, C3 and 46. RGB value is (120,195,70). Sum of RGB (Red+Green+Blue) = 120+195+70=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 195 (76.56% from 255 or 50.65% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 195 - color contains mainly: green. Hex color #78C346 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C346 is #873CB9. Grayscale: #9E9E9E. Windows color (decimal): -8862906 or 4637560. OLE color: 4637560.
HSL color Cylindrical-coordinate representation of color #78C346: hue angle of 96º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #78C346 is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 195 | 70 | - |
| CMYK | 0.38 | 0 | 0.64 | 0.24 |
| HSL | 96º | 0.51% | 0.52% | - |
| HSV(B) | 96º | 0.64% | 0.76% | - |
| XYZ | 28.37 | 43.47 | 12.69 | - |
| YUV | 158.33 | 78.15 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 195 | 70 | 0.38 | 0 | 0.64 | 0.24 | 96 | 0.51 | 0.52 |
| Hex | 78 | C3 | 46 | 26 | 0 | 40 | 18 | 60 | 33 | 34 |
| Octal | 170 | 303 | 106 | 46 | 0 | 100 | 30 | 140 | 63 | 64 |
| Binary | 1111000 | 11000011 | 1000110 | 100110 | 0 | 1000000 | 11000 | 1100000 | 110011 | 110100 |
Color Harmonies of #78C346
Complementary color
Monochromatic Colors of #78C346
Black with #78C346
Text Example
Text Example
White with #78C346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C346; }
p { color: rgb(120,195,70); }
H1.HeaderClassName
{
color: #78C346;
}
.AnyTagClassName
{
color: #78C346;
}
</style>
background-color css
<style>
a { background-color: #78C346; }
a { background-color: rgb(120,195,70); }
div.DivClassName
{
background-color: #78C346;
}
.BgClassName
{
background-color: #78C346;
}
</style>
border-color css
<style>
span { border-color: #78C346; }
span { border-color: rgb(120,195,70); }
td.TdClassName
{
border-color: #78C346;
}
.TagClassName
{
border-color: #78C346;
}
</style>