Shades of Mantis #78C645
Tints of Mantis #78C645
RGB
CMYK
RGB Variations
Color information
#78C645 (or 0x78C645) is known color: Mantis. HEX triplet: 78, C6 and 45. RGB value is (120,198,69). Sum of RGB (Red+Green+Blue) = 120+198+69=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 198 (77.73% from 255 or 51.16% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 198 - color contains mainly: green. Hex color #78C645 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C645 is #8739BA. Grayscale: #A0A0A0. Windows color (decimal): -8862139 or 4572792. OLE color: 4572792.
HSL color Cylindrical-coordinate representation of color #78C645: hue angle of 96.28º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #78C645 is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 198 | 69 | - |
| CMYK | 0.39 | 0 | 0.65 | 0.22 |
| HSL | 96.28º | 0.53% | 0.52% | - |
| HSV(B) | 96.28º | 0.65% | 0.78% | - |
| XYZ | 29.01 | 44.81 | 12.75 | - |
| YUV | 159.97 | 76.66 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 198 | 69 | 0.39 | 0 | 0.65 | 0.22 | 96.28 | 0.53 | 0.52 |
| Hex | 78 | C6 | 45 | 27 | 0 | 41 | 16 | 60 | 35 | 34 |
| Octal | 170 | 306 | 105 | 47 | 0 | 101 | 26 | 140 | 65 | 64 |
| Binary | 1111000 | 11000110 | 1000101 | 100111 | 0 | 1000001 | 10110 | 1100000 | 110101 | 110100 |
Color Harmonies of #78C645
Complementary color
Monochromatic Colors of #78C645
Black with #78C645
Text Example
Text Example
White with #78C645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C645; }
p { color: rgb(120,198,69); }
H1.HeaderClassName
{
color: #78C645;
}
.AnyTagClassName
{
color: #78C645;
}
</style>
background-color css
<style>
a { background-color: #78C645; }
a { background-color: rgb(120,198,69); }
div.DivClassName
{
background-color: #78C645;
}
.BgClassName
{
background-color: #78C645;
}
</style>
border-color css
<style>
span { border-color: #78C645; }
span { border-color: rgb(120,198,69); }
td.TdClassName
{
border-color: #78C645;
}
.TagClassName
{
border-color: #78C645;
}
</style>