Shades of Mantis #78C45A
Tints of Mantis #78C45A
RGB
CMYK
RGB Variations
Color information
#78C45A (or 0x78C45A) is known color: Mantis. HEX triplet: 78, C4 and 5A. RGB value is (120,196,90). Sum of RGB (Red+Green+Blue) = 120+196+90=406 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.56% from 406); Green value is 196 (76.95% from 255 or 48.28% from 406); Blue value is 90 (35.55% from 255 or 22.17% from 406); Max value from RGB is 196 - color contains mainly: green. Hex color #78C45A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C45A is #873BA5. Grayscale: #A1A1A1. Windows color (decimal): -8862630 or 5948536. OLE color: 5948536.
HSL color Cylindrical-coordinate representation of color #78C45A: hue angle of 103.02º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #78C45A is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 120 | 196 | 90 | - |
| CMYK | 0.39 | 0 | 0.54 | 0.23 |
| HSL | 103.02º | 0.47% | 0.56% | - |
| HSV(B) | 103.02º | 0.54% | 0.77% | - |
| XYZ | 29.33 | 44.21 | 16.66 | - |
| YUV | 161.19 | 87.82 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 196 | 90 | 0.39 | 0 | 0.54 | 0.23 | 103.02 | 0.47 | 0.56 |
| Hex | 78 | C4 | 5A | 27 | 0 | 36 | 17 | 67 | 2F | 38 |
| Octal | 170 | 304 | 132 | 47 | 0 | 66 | 27 | 147 | 57 | 70 |
| Binary | 1111000 | 11000100 | 1011010 | 100111 | 0 | 110110 | 10111 | 1100111 | 101111 | 111000 |
Color Harmonies of #78C45A
Complementary color
Monochromatic Colors of #78C45A
Black with #78C45A
Text Example
Text Example
White with #78C45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C45A; }
p { color: rgb(120,196,90); }
H1.HeaderClassName
{
color: #78C45A;
}
.AnyTagClassName
{
color: #78C45A;
}
</style>
background-color css
<style>
a { background-color: #78C45A; }
a { background-color: rgb(120,196,90); }
div.DivClassName
{
background-color: #78C45A;
}
.BgClassName
{
background-color: #78C45A;
}
</style>
border-color css
<style>
span { border-color: #78C45A; }
span { border-color: rgb(120,196,90); }
td.TdClassName
{
border-color: #78C45A;
}
.TagClassName
{
border-color: #78C45A;
}
</style>