Shades of Mantis #78C04C
Tints of Mantis #78C04C
RGB
CMYK
RGB Variations
Color information
#78C04C (or 0x78C04C) is known color: Mantis. HEX triplet: 78, C0 and 4C. RGB value is (120,192,76). Sum of RGB (Red+Green+Blue) = 120+192+76=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 76 (30.08% from 255 or 19.59% from 388); Max value from RGB is 192 - color contains mainly: green. Hex color #78C04C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C04C is #873FB3. Grayscale: #9D9D9D. Windows color (decimal): -8863668 or 5030008. OLE color: 5030008.
HSL color Cylindrical-coordinate representation of color #78C04C: hue angle of 97.24º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #78C04C is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 192 | 76 | - |
| CMYK | 0.38 | 0 | 0.60 | 0.25 |
| HSL | 97.24º | 0.48% | 0.53% | - |
| HSV(B) | 97.24º | 0.6% | 0.75% | - |
| XYZ | 27.9 | 42.21 | 13.52 | - |
| YUV | 157.25 | 82.15 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 192 | 76 | 0.38 | 0 | 0.60 | 0.25 | 97.24 | 0.48 | 0.53 |
| Hex | 78 | C0 | 4C | 26 | 0 | 3C | 19 | 61 | 30 | 35 |
| Octal | 170 | 300 | 114 | 46 | 0 | 74 | 31 | 141 | 60 | 65 |
| Binary | 1111000 | 11000000 | 1001100 | 100110 | 0 | 111100 | 11001 | 1100001 | 110000 | 110101 |
Color Harmonies of #78C04C
Complementary color
Monochromatic Colors of #78C04C
Black with #78C04C
Text Example
Text Example
White with #78C04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C04C; }
p { color: rgb(120,192,76); }
H1.HeaderClassName
{
color: #78C04C;
}
.AnyTagClassName
{
color: #78C04C;
}
</style>
background-color css
<style>
a { background-color: #78C04C; }
a { background-color: rgb(120,192,76); }
div.DivClassName
{
background-color: #78C04C;
}
.BgClassName
{
background-color: #78C04C;
}
</style>
border-color css
<style>
span { border-color: #78C04C; }
span { border-color: rgb(120,192,76); }
td.TdClassName
{
border-color: #78C04C;
}
.TagClassName
{
border-color: #78C04C;
}
</style>