Shades of Mantis #78E945
Tints of Mantis #78E945
RGB
CMYK
RGB Variations
Color information
#78E945 (or 0x78E945) is known color: Mantis. HEX triplet: 78, E9 and 45. RGB value is (120,233,69). Sum of RGB (Red+Green+Blue) = 120+233+69=422 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.44% from 422); Green value is 233 (91.41% from 255 or 55.21% from 422); Blue value is 69 (27.34% from 255 or 16.35% from 422); Max value from RGB is 233 - color contains mainly: green. Hex color #78E945 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #78E945 is #8716BA. Grayscale: #B5B5B5. Windows color (decimal): -8853179 or 4581752. OLE color: 4581752.
HSL color Cylindrical-coordinate representation of color #78E945: hue angle of 101.34º degrees, saturation: 0.79, 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 #78E945 is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 120 | 233 | 69 | - |
| CMYK | 0.48 | 0 | 0.70 | 0.09 |
| HSL | 101.34º | 0.79% | 0.59% | - |
| HSV(B) | 101.34º | 0.7% | 0.91% | - |
| XYZ | 37.96 | 62.7 | 15.73 | - |
| YUV | 180.52 | 65.06 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 233 | 69 | 0.48 | 0 | 0.70 | 0.09 | 101.34 | 0.79 | 0.59 |
| Hex | 78 | E9 | 45 | 30 | 0 | 46 | 9 | 65 | 4F | 3B |
| Octal | 170 | 351 | 105 | 60 | 0 | 106 | 11 | 145 | 117 | 73 |
| Binary | 1111000 | 11101001 | 1000101 | 110000 | 0 | 1000110 | 1001 | 1100101 | 1001111 | 111011 |
Color Harmonies of #78E945
Complementary color
Monochromatic Colors of #78E945
Black with #78E945
Text Example
Text Example
White with #78E945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E945; }
p { color: rgb(120,233,69); }
H1.HeaderClassName
{
color: #78E945;
}
.AnyTagClassName
{
color: #78E945;
}
</style>
background-color css
<style>
a { background-color: #78E945; }
a { background-color: rgb(120,233,69); }
div.DivClassName
{
background-color: #78E945;
}
.BgClassName
{
background-color: #78E945;
}
</style>
border-color css
<style>
span { border-color: #78E945; }
span { border-color: rgb(120,233,69); }
td.TdClassName
{
border-color: #78E945;
}
.TagClassName
{
border-color: #78E945;
}
</style>