Shades of Mantis #78C347
Tints of Mantis #78C347
RGB
CMYK
RGB Variations
Color information
#78C347 (or 0x78C347) is known color: Mantis. HEX triplet: 78, C3 and 47. RGB value is (120,195,71). Sum of RGB (Red+Green+Blue) = 120+195+71=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 195 (76.56% from 255 or 50.52% from 386); Blue value is 71 (28.12% from 255 or 18.39% from 386); Max value from RGB is 195 - color contains mainly: green. Hex color #78C347 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C347 is #873CB8. Grayscale: #9E9E9E. Windows color (decimal): -8862905 or 4703096. OLE color: 4703096.
HSL color Cylindrical-coordinate representation of color #78C347: hue angle of 96.29º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #78C347 is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 195 | 71 | - |
| CMYK | 0.38 | 0 | 0.64 | 0.24 |
| HSL | 96.29º | 0.51% | 0.52% | - |
| HSV(B) | 96.29º | 0.64% | 0.76% | - |
| XYZ | 28.4 | 43.48 | 12.86 | - |
| YUV | 158.44 | 78.65 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 195 | 71 | 0.38 | 0 | 0.64 | 0.24 | 96.29 | 0.51 | 0.52 |
| Hex | 78 | C3 | 47 | 26 | 0 | 40 | 18 | 60 | 33 | 34 |
| Octal | 170 | 303 | 107 | 46 | 0 | 100 | 30 | 140 | 63 | 64 |
| Binary | 1111000 | 11000011 | 1000111 | 100110 | 0 | 1000000 | 11000 | 1100000 | 110011 | 110100 |
Color Harmonies of #78C347
Complementary color
Monochromatic Colors of #78C347
Black with #78C347
Text Example
Text Example
White with #78C347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C347; }
p { color: rgb(120,195,71); }
H1.HeaderClassName
{
color: #78C347;
}
.AnyTagClassName
{
color: #78C347;
}
</style>
background-color css
<style>
a { background-color: #78C347; }
a { background-color: rgb(120,195,71); }
div.DivClassName
{
background-color: #78C347;
}
.BgClassName
{
background-color: #78C347;
}
</style>
border-color css
<style>
span { border-color: #78C347; }
span { border-color: rgb(120,195,71); }
td.TdClassName
{
border-color: #78C347;
}
.TagClassName
{
border-color: #78C347;
}
</style>