Shades of Mantis #78C047
Tints of Mantis #78C047
RGB
CMYK
RGB Variations
Color information
#78C047 (or 0x78C047) is known color: Mantis. HEX triplet: 78, C0 and 47. RGB value is (120,192,71). Sum of RGB (Red+Green+Blue) = 120+192+71=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 71 (28.12% from 255 or 18.54% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #78C047 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C047 is #873FB8. Grayscale: #9D9D9D. Windows color (decimal): -8863673 or 4702328. OLE color: 4702328.
HSL color Cylindrical-coordinate representation of color #78C047: hue angle of 95.7º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #78C047 is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 192 | 71 | - |
| CMYK | 0.38 | 0 | 0.63 | 0.25 |
| HSL | 95.7º | 0.49% | 0.52% | - |
| HSV(B) | 95.7º | 0.63% | 0.75% | - |
| XYZ | 27.73 | 42.15 | 12.63 | - |
| YUV | 156.68 | 79.65 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 192 | 71 | 0.38 | 0 | 0.63 | 0.25 | 95.7 | 0.49 | 0.52 |
| Hex | 78 | C0 | 47 | 26 | 0 | 3F | 19 | 60 | 31 | 34 |
| Octal | 170 | 300 | 107 | 46 | 0 | 77 | 31 | 140 | 61 | 64 |
| Binary | 1111000 | 11000000 | 1000111 | 100110 | 0 | 111111 | 11001 | 1100000 | 110001 | 110100 |
Color Harmonies of #78C047
Complementary color
Monochromatic Colors of #78C047
Black with #78C047
Text Example
Text Example
White with #78C047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C047; }
p { color: rgb(120,192,71); }
H1.HeaderClassName
{
color: #78C047;
}
.AnyTagClassName
{
color: #78C047;
}
</style>
background-color css
<style>
a { background-color: #78C047; }
a { background-color: rgb(120,192,71); }
div.DivClassName
{
background-color: #78C047;
}
.BgClassName
{
background-color: #78C047;
}
</style>
border-color css
<style>
span { border-color: #78C047; }
span { border-color: rgb(120,192,71); }
td.TdClassName
{
border-color: #78C047;
}
.TagClassName
{
border-color: #78C047;
}
</style>