Shades of Mantis #78DA4C
Tints of Mantis #78DA4C
RGB
CMYK
RGB Variations
Color information
#78DA4C (or 0x78DA4C) is known color: Mantis. HEX triplet: 78, DA and 4C. RGB value is (120,218,76). Sum of RGB (Red+Green+Blue) = 120+218+76=414 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.99% from 414); Green value is 218 (85.55% from 255 or 52.66% from 414); Blue value is 76 (30.08% from 255 or 18.36% from 414); Max value from RGB is 218 - color contains mainly: green. Hex color #78DA4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78DA4C is #8725B3. Grayscale: #ACACAC. Windows color (decimal): -8857012 or 5036664. OLE color: 5036664.
HSL color Cylindrical-coordinate representation of color #78DA4C: hue angle of 101.41º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #78DA4C is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 218 | 76 | - |
| CMYK | 0.45 | 0 | 0.65 | 0.15 |
| HSL | 101.41º | 0.66% | 0.58% | - |
| HSV(B) | 101.41º | 0.65% | 0.85% | - |
| XYZ | 34.12 | 54.66 | 15.59 | - |
| YUV | 172.51 | 73.53 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 218 | 76 | 0.45 | 0 | 0.65 | 0.15 | 101.41 | 0.66 | 0.58 |
| Hex | 78 | DA | 4C | 2D | 0 | 41 | F | 65 | 42 | 3A |
| Octal | 170 | 332 | 114 | 55 | 0 | 101 | 17 | 145 | 102 | 72 |
| Binary | 1111000 | 11011010 | 1001100 | 101101 | 0 | 1000001 | 1111 | 1100101 | 1000010 | 111010 |
Color Harmonies of #78DA4C
Complementary color
Monochromatic Colors of #78DA4C
Black with #78DA4C
Text Example
Text Example
White with #78DA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DA4C; }
p { color: rgb(120,218,76); }
H1.HeaderClassName
{
color: #78DA4C;
}
.AnyTagClassName
{
color: #78DA4C;
}
</style>
background-color css
<style>
a { background-color: #78DA4C; }
a { background-color: rgb(120,218,76); }
div.DivClassName
{
background-color: #78DA4C;
}
.BgClassName
{
background-color: #78DA4C;
}
</style>
border-color css
<style>
span { border-color: #78DA4C; }
span { border-color: rgb(120,218,76); }
td.TdClassName
{
border-color: #78DA4C;
}
.TagClassName
{
border-color: #78DA4C;
}
</style>