Shades of Mantis #78CC4C
Tints of Mantis #78CC4C
RGB
CMYK
RGB Variations
Color information
#78CC4C (or 0x78CC4C) is known color: Mantis. HEX triplet: 78, CC and 4C. RGB value is (120,204,76). Sum of RGB (Red+Green+Blue) = 120+204+76=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 204 (80.08% from 255 or 51% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 204 - color contains mainly: green. Hex color #78CC4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78CC4C is #8733B3. Grayscale: #A4A4A4. Windows color (decimal): -8860596 or 5033080. OLE color: 5033080.
HSL color Cylindrical-coordinate representation of color #78CC4C: hue angle of 99.38º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #78CC4C is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 204 | 76 | - |
| CMYK | 0.41 | 0 | 0.63 | 0.2 |
| HSL | 99.38º | 0.56% | 0.55% | - |
| HSV(B) | 99.38º | 0.63% | 0.8% | - |
| XYZ | 30.64 | 47.7 | 14.43 | - |
| YUV | 164.29 | 78.17 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 204 | 76 | 0.41 | 0 | 0.63 | 0.2 | 99.38 | 0.56 | 0.55 |
| Hex | 78 | CC | 4C | 29 | 0 | 3F | 14 | 63 | 38 | 37 |
| Octal | 170 | 314 | 114 | 51 | 0 | 77 | 24 | 143 | 70 | 67 |
| Binary | 1111000 | 11001100 | 1001100 | 101001 | 0 | 111111 | 10100 | 1100011 | 111000 | 110111 |
Color Harmonies of #78CC4C
Complementary color
Monochromatic Colors of #78CC4C
Black with #78CC4C
Text Example
Text Example
White with #78CC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CC4C; }
p { color: rgb(120,204,76); }
H1.HeaderClassName
{
color: #78CC4C;
}
.AnyTagClassName
{
color: #78CC4C;
}
</style>
background-color css
<style>
a { background-color: #78CC4C; }
a { background-color: rgb(120,204,76); }
div.DivClassName
{
background-color: #78CC4C;
}
.BgClassName
{
background-color: #78CC4C;
}
</style>
border-color css
<style>
span { border-color: #78CC4C; }
span { border-color: rgb(120,204,76); }
td.TdClassName
{
border-color: #78CC4C;
}
.TagClassName
{
border-color: #78CC4C;
}
</style>