Shades of Mantis #78E249
Tints of Mantis #78E249
RGB
CMYK
RGB Variations
Color information
#78E249 (or 0x78E249) is known color: Mantis. HEX triplet: 78, E2 and 49. RGB value is (120,226,73). Sum of RGB (Red+Green+Blue) = 120+226+73=419 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.64% from 419); Green value is 226 (88.67% from 255 or 53.94% from 419); Blue value is 73 (28.91% from 255 or 17.42% from 419); Max value from RGB is 226 - color contains mainly: green. Hex color #78E249 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78E249 is #871DB6. Grayscale: #B1B1B1. Windows color (decimal): -8854967 or 4842104. OLE color: 4842104.
HSL color Cylindrical-coordinate representation of color #78E249: hue angle of 101.57º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #78E249 is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 120 | 226 | 73 | - |
| CMYK | 0.47 | 0 | 0.68 | 0.11 |
| HSL | 101.57º | 0.73% | 0.59% | - |
| HSV(B) | 101.57º | 0.68% | 0.89% | - |
| XYZ | 36.14 | 58.87 | 15.76 | - |
| YUV | 176.86 | 69.38 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 226 | 73 | 0.47 | 0 | 0.68 | 0.11 | 101.57 | 0.73 | 0.59 |
| Hex | 78 | E2 | 49 | 2F | 0 | 44 | B | 66 | 49 | 3B |
| Octal | 170 | 342 | 111 | 57 | 0 | 104 | 13 | 146 | 111 | 73 |
| Binary | 1111000 | 11100010 | 1001001 | 101111 | 0 | 1000100 | 1011 | 1100110 | 1001001 | 111011 |
Color Harmonies of #78E249
Complementary color
Monochromatic Colors of #78E249
Black with #78E249
Text Example
Text Example
White with #78E249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E249; }
p { color: rgb(120,226,73); }
H1.HeaderClassName
{
color: #78E249;
}
.AnyTagClassName
{
color: #78E249;
}
</style>
background-color css
<style>
a { background-color: #78E249; }
a { background-color: rgb(120,226,73); }
div.DivClassName
{
background-color: #78E249;
}
.BgClassName
{
background-color: #78E249;
}
</style>
border-color css
<style>
span { border-color: #78E249; }
span { border-color: rgb(120,226,73); }
td.TdClassName
{
border-color: #78E249;
}
.TagClassName
{
border-color: #78E249;
}
</style>