Shades of Mantis #78C348
Tints of Mantis #78C348
RGB
CMYK
RGB Variations
Color information
#78C348 (or 0x78C348) is known color: Mantis. HEX triplet: 78, C3 and 48. RGB value is (120,195,72). Sum of RGB (Red+Green+Blue) = 120+195+72=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 195 (76.56% from 255 or 50.39% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 195 - color contains mainly: green. Hex color #78C348 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C348 is #873CB7. Grayscale: #9E9E9E. Windows color (decimal): -8862904 or 4768632. OLE color: 4768632.
HSL color Cylindrical-coordinate representation of color #78C348: hue angle of 96.59º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #78C348 is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 195 | 72 | - |
| CMYK | 0.38 | 0 | 0.63 | 0.24 |
| HSL | 96.59º | 0.51% | 0.52% | - |
| HSV(B) | 96.59º | 0.63% | 0.76% | - |
| XYZ | 28.43 | 43.49 | 13.03 | - |
| YUV | 158.55 | 79.15 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 195 | 72 | 0.38 | 0 | 0.63 | 0.24 | 96.59 | 0.51 | 0.52 |
| Hex | 78 | C3 | 48 | 26 | 0 | 3F | 18 | 61 | 33 | 34 |
| Octal | 170 | 303 | 110 | 46 | 0 | 77 | 30 | 141 | 63 | 64 |
| Binary | 1111000 | 11000011 | 1001000 | 100110 | 0 | 111111 | 11000 | 1100001 | 110011 | 110100 |
Color Harmonies of #78C348
Complementary color
Monochromatic Colors of #78C348
Black with #78C348
Text Example
Text Example
White with #78C348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C348; }
p { color: rgb(120,195,72); }
H1.HeaderClassName
{
color: #78C348;
}
.AnyTagClassName
{
color: #78C348;
}
</style>
background-color css
<style>
a { background-color: #78C348; }
a { background-color: rgb(120,195,72); }
div.DivClassName
{
background-color: #78C348;
}
.BgClassName
{
background-color: #78C348;
}
</style>
border-color css
<style>
span { border-color: #78C348; }
span { border-color: rgb(120,195,72); }
td.TdClassName
{
border-color: #78C348;
}
.TagClassName
{
border-color: #78C348;
}
</style>