Shades of Mantis #78C04A
Tints of Mantis #78C04A
RGB
CMYK
RGB Variations
Color information
#78C04A (or 0x78C04A) is known color: Mantis. HEX triplet: 78, C0 and 4A. RGB value is (120,192,74). Sum of RGB (Red+Green+Blue) = 120+192+74=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 192 (75.39% from 255 or 49.74% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 192 - color contains mainly: green. Hex color #78C04A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C04A is #873FB5. Grayscale: #9D9D9D. Windows color (decimal): -8863670 or 4898936. OLE color: 4898936.
HSL color Cylindrical-coordinate representation of color #78C04A: hue angle of 96.61º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #78C04A is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 192 | 74 | - |
| CMYK | 0.38 | 0 | 0.61 | 0.25 |
| HSL | 96.61º | 0.48% | 0.52% | - |
| HSV(B) | 96.61º | 0.61% | 0.75% | - |
| XYZ | 27.83 | 42.19 | 13.15 | - |
| YUV | 157.02 | 81.15 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 192 | 74 | 0.38 | 0 | 0.61 | 0.25 | 96.61 | 0.48 | 0.52 |
| Hex | 78 | C0 | 4A | 26 | 0 | 3D | 19 | 61 | 30 | 34 |
| Octal | 170 | 300 | 112 | 46 | 0 | 75 | 31 | 141 | 60 | 64 |
| Binary | 1111000 | 11000000 | 1001010 | 100110 | 0 | 111101 | 11001 | 1100001 | 110000 | 110100 |
Color Harmonies of #78C04A
Complementary color
Monochromatic Colors of #78C04A
Black with #78C04A
Text Example
Text Example
White with #78C04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C04A; }
p { color: rgb(120,192,74); }
H1.HeaderClassName
{
color: #78C04A;
}
.AnyTagClassName
{
color: #78C04A;
}
</style>
background-color css
<style>
a { background-color: #78C04A; }
a { background-color: rgb(120,192,74); }
div.DivClassName
{
background-color: #78C04A;
}
.BgClassName
{
background-color: #78C04A;
}
</style>
border-color css
<style>
span { border-color: #78C04A; }
span { border-color: rgb(120,192,74); }
td.TdClassName
{
border-color: #78C04A;
}
.TagClassName
{
border-color: #78C04A;
}
</style>