Shades of Mantis #78C64C
Tints of Mantis #78C64C
RGB
CMYK
RGB Variations
Color information
#78C64C (or 0x78C64C) is known color: Mantis. HEX triplet: 78, C6 and 4C. RGB value is (120,198,76). Sum of RGB (Red+Green+Blue) = 120+198+76=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 198 (77.73% from 255 or 50.25% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 198 - color contains mainly: green. Hex color #78C64C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C64C is #8739B3. Grayscale: #A1A1A1. Windows color (decimal): -8862132 or 5031544. OLE color: 5031544.
HSL color Cylindrical-coordinate representation of color #78C64C: hue angle of 98.36º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #78C64C is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 198 | 76 | - |
| CMYK | 0.39 | 0 | 0.62 | 0.22 |
| HSL | 98.36º | 0.52% | 0.54% | - |
| HSV(B) | 98.36º | 0.62% | 0.78% | - |
| XYZ | 29.24 | 44.9 | 13.96 | - |
| YUV | 160.77 | 80.16 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 198 | 76 | 0.39 | 0 | 0.62 | 0.22 | 98.36 | 0.52 | 0.54 |
| Hex | 78 | C6 | 4C | 27 | 0 | 3E | 16 | 62 | 34 | 36 |
| Octal | 170 | 306 | 114 | 47 | 0 | 76 | 26 | 142 | 64 | 66 |
| Binary | 1111000 | 11000110 | 1001100 | 100111 | 0 | 111110 | 10110 | 1100010 | 110100 | 110110 |
Color Harmonies of #78C64C
Complementary color
Monochromatic Colors of #78C64C
Black with #78C64C
Text Example
Text Example
White with #78C64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C64C; }
p { color: rgb(120,198,76); }
H1.HeaderClassName
{
color: #78C64C;
}
.AnyTagClassName
{
color: #78C64C;
}
</style>
background-color css
<style>
a { background-color: #78C64C; }
a { background-color: rgb(120,198,76); }
div.DivClassName
{
background-color: #78C64C;
}
.BgClassName
{
background-color: #78C64C;
}
</style>
border-color css
<style>
span { border-color: #78C64C; }
span { border-color: rgb(120,198,76); }
td.TdClassName
{
border-color: #78C64C;
}
.TagClassName
{
border-color: #78C64C;
}
</style>