Shades of Mantis #78E548
Tints of Mantis #78E548
RGB
CMYK
RGB Variations
Color information
#78E548 (or 0x78E548) is known color: Mantis. HEX triplet: 78, E5 and 48. RGB value is (120,229,72). Sum of RGB (Red+Green+Blue) = 120+229+72=421 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.50% from 421); Green value is 229 (89.84% from 255 or 54.39% from 421); Blue value is 72 (28.52% from 255 or 17.10% from 421); Max value from RGB is 229 - color contains mainly: green. Hex color #78E548 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78E548 is #871AB7. Grayscale: #B3B3B3. Windows color (decimal): -8854200 or 4777336. OLE color: 4777336.
HSL color Cylindrical-coordinate representation of color #78E548: hue angle of 101.66º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #78E548 is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 120 | 229 | 72 | - |
| CMYK | 0.48 | 0 | 0.69 | 0.10 |
| HSL | 101.66º | 0.75% | 0.59% | - |
| HSV(B) | 101.66º | 0.69% | 0.9% | - |
| XYZ | 36.93 | 60.5 | 15.86 | - |
| YUV | 178.51 | 67.89 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 229 | 72 | 0.48 | 0 | 0.69 | 0.10 | 101.66 | 0.75 | 0.59 |
| Hex | 78 | E5 | 48 | 30 | 0 | 45 | A | 66 | 4B | 3B |
| Octal | 170 | 345 | 110 | 60 | 0 | 105 | 12 | 146 | 113 | 73 |
| Binary | 1111000 | 11100101 | 1001000 | 110000 | 0 | 1000101 | 1010 | 1100110 | 1001011 | 111011 |
Color Harmonies of #78E548
Complementary color
Monochromatic Colors of #78E548
Black with #78E548
Text Example
Text Example
White with #78E548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E548; }
p { color: rgb(120,229,72); }
H1.HeaderClassName
{
color: #78E548;
}
.AnyTagClassName
{
color: #78E548;
}
</style>
background-color css
<style>
a { background-color: #78E548; }
a { background-color: rgb(120,229,72); }
div.DivClassName
{
background-color: #78E548;
}
.BgClassName
{
background-color: #78E548;
}
</style>
border-color css
<style>
span { border-color: #78E548; }
span { border-color: rgb(120,229,72); }
td.TdClassName
{
border-color: #78E548;
}
.TagClassName
{
border-color: #78E548;
}
</style>