Shades of Mantis #78E846
Tints of Mantis #78E846
RGB
CMYK
RGB Variations
Color information
#78E846 (or 0x78E846) is known color: Mantis. HEX triplet: 78, E8 and 46. RGB value is (120,232,70). Sum of RGB (Red+Green+Blue) = 120+232+70=422 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.44% from 422); Green value is 232 (91.02% from 255 or 54.98% from 422); Blue value is 70 (27.73% from 255 or 16.59% from 422); Max value from RGB is 232 - color contains mainly: green. Hex color #78E846 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #78E846 is #8717B9. Grayscale: #B4B4B4. Windows color (decimal): -8853434 or 4647032. OLE color: 4647032.
HSL color Cylindrical-coordinate representation of color #78E846: hue angle of 101.48º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #78E846 is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 120 | 232 | 70 | - |
| CMYK | 0.48 | 0 | 0.70 | 0.09 |
| HSL | 101.48º | 0.78% | 0.59% | - |
| HSV(B) | 101.48º | 0.7% | 0.91% | - |
| XYZ | 37.71 | 62.15 | 15.8 | - |
| YUV | 180.04 | 65.89 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 232 | 70 | 0.48 | 0 | 0.70 | 0.09 | 101.48 | 0.78 | 0.59 |
| Hex | 78 | E8 | 46 | 30 | 0 | 46 | 9 | 65 | 4E | 3B |
| Octal | 170 | 350 | 106 | 60 | 0 | 106 | 11 | 145 | 116 | 73 |
| Binary | 1111000 | 11101000 | 1000110 | 110000 | 0 | 1000110 | 1001 | 1100101 | 1001110 | 111011 |
Color Harmonies of #78E846
Complementary color
Monochromatic Colors of #78E846
Black with #78E846
Text Example
Text Example
White with #78E846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E846; }
p { color: rgb(120,232,70); }
H1.HeaderClassName
{
color: #78E846;
}
.AnyTagClassName
{
color: #78E846;
}
</style>
background-color css
<style>
a { background-color: #78E846; }
a { background-color: rgb(120,232,70); }
div.DivClassName
{
background-color: #78E846;
}
.BgClassName
{
background-color: #78E846;
}
</style>
border-color css
<style>
span { border-color: #78E846; }
span { border-color: rgb(120,232,70); }
td.TdClassName
{
border-color: #78E846;
}
.TagClassName
{
border-color: #78E846;
}
</style>