Shades of Mantis #78CC64
Tints of Mantis #78CC64
RGB
CMYK
RGB Variations
Color information
#78CC64 (or 0x78CC64) is known color: Mantis. HEX triplet: 78, CC and 64. RGB value is (120,204,100). Sum of RGB (Red+Green+Blue) = 120+204+100=424 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.30% from 424); Green value is 204 (80.08% from 255 or 48.11% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 204 - color contains mainly: green. Hex color #78CC64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78CC64 is #87339B. Grayscale: #A7A7A7. Windows color (decimal): -8860572 or 6605944. OLE color: 6605944.
HSL color Cylindrical-coordinate representation of color #78CC64: hue angle of 108.46º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78CC64 is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 204 | 100 | - |
| CMYK | 0.41 | 0 | 0.51 | 0.2 |
| HSL | 108.46º | 0.5% | 0.6% | - |
| HSV(B) | 108.46º | 0.51% | 0.8% | - |
| XYZ | 31.64 | 48.1 | 19.67 | - |
| YUV | 167.03 | 90.17 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 204 | 100 | 0.41 | 0 | 0.51 | 0.2 | 108.46 | 0.5 | 0.6 |
| Hex | 78 | CC | 64 | 29 | 0 | 33 | 14 | 6C | 32 | 3C |
| Octal | 170 | 314 | 144 | 51 | 0 | 63 | 24 | 154 | 62 | 74 |
| Binary | 1111000 | 11001100 | 1100100 | 101001 | 0 | 110011 | 10100 | 1101100 | 110010 | 111100 |
Color Harmonies of #78CC64
Complementary color
Monochromatic Colors of #78CC64
Black with #78CC64
Text Example
Text Example
White with #78CC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CC64; }
p { color: rgb(120,204,100); }
H1.HeaderClassName
{
color: #78CC64;
}
.AnyTagClassName
{
color: #78CC64;
}
</style>
background-color css
<style>
a { background-color: #78CC64; }
a { background-color: rgb(120,204,100); }
div.DivClassName
{
background-color: #78CC64;
}
.BgClassName
{
background-color: #78CC64;
}
</style>
border-color css
<style>
span { border-color: #78CC64; }
span { border-color: rgb(120,204,100); }
td.TdClassName
{
border-color: #78CC64;
}
.TagClassName
{
border-color: #78CC64;
}
</style>