Shades of Mantis #78C247
Tints of Mantis #78C247
RGB
CMYK
RGB Variations
Color information
#78C247 (or 0x78C247) is known color: Mantis. HEX triplet: 78, C2 and 47. RGB value is (120,194,71). Sum of RGB (Red+Green+Blue) = 120+194+71=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 194 (76.17% from 255 or 50.39% from 385); Blue value is 71 (28.12% from 255 or 18.44% from 385); Max value from RGB is 194 - color contains mainly: green. Hex color #78C247 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C247 is #873DB8. Grayscale: #9E9E9E. Windows color (decimal): -8863161 or 4702840. OLE color: 4702840.
HSL color Cylindrical-coordinate representation of color #78C247: hue angle of 96.1º degrees, saturation: 0.5, 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 #78C247 is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 194 | 71 | - |
| CMYK | 0.38 | 0 | 0.63 | 0.24 |
| HSL | 96.1º | 0.5% | 0.52% | - |
| HSV(B) | 96.1º | 0.63% | 0.76% | - |
| XYZ | 28.17 | 43.03 | 12.78 | - |
| YUV | 157.85 | 78.98 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 194 | 71 | 0.38 | 0 | 0.63 | 0.24 | 96.1 | 0.5 | 0.52 |
| Hex | 78 | C2 | 47 | 26 | 0 | 3F | 18 | 60 | 32 | 34 |
| Octal | 170 | 302 | 107 | 46 | 0 | 77 | 30 | 140 | 62 | 64 |
| Binary | 1111000 | 11000010 | 1000111 | 100110 | 0 | 111111 | 11000 | 1100000 | 110010 | 110100 |
Color Harmonies of #78C247
Complementary color
Monochromatic Colors of #78C247
Black with #78C247
Text Example
Text Example
White with #78C247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C247; }
p { color: rgb(120,194,71); }
H1.HeaderClassName
{
color: #78C247;
}
.AnyTagClassName
{
color: #78C247;
}
</style>
background-color css
<style>
a { background-color: #78C247; }
a { background-color: rgb(120,194,71); }
div.DivClassName
{
background-color: #78C247;
}
.BgClassName
{
background-color: #78C247;
}
</style>
border-color css
<style>
span { border-color: #78C247; }
span { border-color: rgb(120,194,71); }
td.TdClassName
{
border-color: #78C247;
}
.TagClassName
{
border-color: #78C247;
}
</style>