Shades of Mantis #78E348
Tints of Mantis #78E348
RGB
CMYK
RGB Variations
Color information
#78E348 (or 0x78E348) is known color: Mantis. HEX triplet: 78, E3 and 48. RGB value is (120,227,72). Sum of RGB (Red+Green+Blue) = 120+227+72=419 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.64% from 419); Green value is 227 (89.06% from 255 or 54.18% from 419); Blue value is 72 (28.52% from 255 or 17.18% from 419); Max value from RGB is 227 - color contains mainly: green. Hex color #78E348 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78E348 is #871CB7. Grayscale: #B1B1B1. Windows color (decimal): -8854712 or 4776824. OLE color: 4776824.
HSL color Cylindrical-coordinate representation of color #78E348: hue angle of 101.42º 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 #78E348 is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 120 | 227 | 72 | - |
| CMYK | 0.47 | 0 | 0.68 | 0.11 |
| HSL | 101.42º | 0.73% | 0.59% | - |
| HSV(B) | 101.42º | 0.68% | 0.89% | - |
| XYZ | 36.38 | 59.4 | 15.68 | - |
| YUV | 177.34 | 68.55 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 227 | 72 | 0.47 | 0 | 0.68 | 0.11 | 101.42 | 0.73 | 0.59 |
| Hex | 78 | E3 | 48 | 2F | 0 | 44 | B | 65 | 49 | 3B |
| Octal | 170 | 343 | 110 | 57 | 0 | 104 | 13 | 145 | 111 | 73 |
| Binary | 1111000 | 11100011 | 1001000 | 101111 | 0 | 1000100 | 1011 | 1100101 | 1001001 | 111011 |
Color Harmonies of #78E348
Complementary color
Monochromatic Colors of #78E348
Black with #78E348
Text Example
Text Example
White with #78E348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E348; }
p { color: rgb(120,227,72); }
H1.HeaderClassName
{
color: #78E348;
}
.AnyTagClassName
{
color: #78E348;
}
</style>
background-color css
<style>
a { background-color: #78E348; }
a { background-color: rgb(120,227,72); }
div.DivClassName
{
background-color: #78E348;
}
.BgClassName
{
background-color: #78E348;
}
</style>
border-color css
<style>
span { border-color: #78E348; }
span { border-color: rgb(120,227,72); }
td.TdClassName
{
border-color: #78E348;
}
.TagClassName
{
border-color: #78E348;
}
</style>