Shades of Mantis #78D646
Tints of Mantis #78D646
RGB
CMYK
RGB Variations
Color information
#78D646 (or 0x78D646) is known color: Mantis. HEX triplet: 78, D6 and 46. RGB value is (120,214,70). Sum of RGB (Red+Green+Blue) = 120+214+70=404 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.70% from 404); Green value is 214 (83.98% from 255 or 52.97% from 404); Blue value is 70 (27.73% from 255 or 17.33% from 404); Max value from RGB is 214 - color contains mainly: green. Hex color #78D646 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78D646 is #8729B9. Grayscale: #A9A9A9. Windows color (decimal): -8858042 or 4642424. OLE color: 4642424.
HSL color Cylindrical-coordinate representation of color #78D646: hue angle of 99.17º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #78D646 is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 214 | 70 | - |
| CMYK | 0.44 | 0 | 0.67 | 0.16 |
| HSL | 99.17º | 0.64% | 0.56% | - |
| HSV(B) | 99.17º | 0.67% | 0.84% | - |
| XYZ | 32.9 | 52.53 | 14.2 | - |
| YUV | 169.48 | 71.86 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 214 | 70 | 0.44 | 0 | 0.67 | 0.16 | 99.17 | 0.64 | 0.56 |
| Hex | 78 | D6 | 46 | 2C | 0 | 43 | 10 | 63 | 40 | 38 |
| Octal | 170 | 326 | 106 | 54 | 0 | 103 | 20 | 143 | 100 | 70 |
| Binary | 1111000 | 11010110 | 1000110 | 101100 | 0 | 1000011 | 10000 | 1100011 | 1000000 | 111000 |
Color Harmonies of #78D646
Complementary color
Monochromatic Colors of #78D646
Black with #78D646
Text Example
Text Example
White with #78D646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D646; }
p { color: rgb(120,214,70); }
H1.HeaderClassName
{
color: #78D646;
}
.AnyTagClassName
{
color: #78D646;
}
</style>
background-color css
<style>
a { background-color: #78D646; }
a { background-color: rgb(120,214,70); }
div.DivClassName
{
background-color: #78D646;
}
.BgClassName
{
background-color: #78D646;
}
</style>
border-color css
<style>
span { border-color: #78D646; }
span { border-color: rgb(120,214,70); }
td.TdClassName
{
border-color: #78D646;
}
.TagClassName
{
border-color: #78D646;
}
</style>