Shades of Mantis #78C462
Tints of Mantis #78C462
RGB
CMYK
RGB Variations
Color information
#78C462 (or 0x78C462) is known color: Mantis. HEX triplet: 78, C4 and 62. RGB value is (120,196,98). Sum of RGB (Red+Green+Blue) = 120+196+98=414 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.99% from 414); Green value is 196 (76.95% from 255 or 47.34% from 414); Blue value is 98 (38.67% from 255 or 23.67% from 414); Max value from RGB is 196 - color contains mainly: green. Hex color #78C462 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C462 is #873B9D. Grayscale: #A2A2A2. Windows color (decimal): -8862622 or 6472824. OLE color: 6472824.
HSL color Cylindrical-coordinate representation of color #78C462: hue angle of 106.53º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78C462 is Cyan = 0.39, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 120 | 196 | 98 | - |
| CMYK | 0.39 | 0 | 0.5 | 0.23 |
| HSL | 106.53º | 0.45% | 0.58% | - |
| HSV(B) | 106.53º | 0.5% | 0.77% | - |
| XYZ | 29.69 | 44.35 | 18.55 | - |
| YUV | 162.1 | 91.82 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 196 | 98 | 0.39 | 0 | 0.5 | 0.23 | 106.53 | 0.45 | 0.58 |
| Hex | 78 | C4 | 62 | 27 | 0 | 32 | 17 | 6B | 2D | 3A |
| Octal | 170 | 304 | 142 | 47 | 0 | 62 | 27 | 153 | 55 | 72 |
| Binary | 1111000 | 11000100 | 1100010 | 100111 | 0 | 110010 | 10111 | 1101011 | 101101 | 111010 |
Color Harmonies of #78C462
Complementary color
Monochromatic Colors of #78C462
Black with #78C462
Text Example
Text Example
White with #78C462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C462; }
p { color: rgb(120,196,98); }
H1.HeaderClassName
{
color: #78C462;
}
.AnyTagClassName
{
color: #78C462;
}
</style>
background-color css
<style>
a { background-color: #78C462; }
a { background-color: rgb(120,196,98); }
div.DivClassName
{
background-color: #78C462;
}
.BgClassName
{
background-color: #78C462;
}
</style>
border-color css
<style>
span { border-color: #78C462; }
span { border-color: rgb(120,196,98); }
td.TdClassName
{
border-color: #78C462;
}
.TagClassName
{
border-color: #78C462;
}
</style>