Shades of Mantis #78C26A
Tints of Mantis #78C26A
RGB
CMYK
RGB Variations
Color information
#78C26A (or 0x78C26A) is known color: Mantis. HEX triplet: 78, C2 and 6A. RGB value is (120,194,106). Sum of RGB (Red+Green+Blue) = 120+194+106=420 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.57% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 194 - color contains mainly: green. Hex color #78C26A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C26A is #873D95. Grayscale: #A2A2A2. Windows color (decimal): -8863126 or 6996600. OLE color: 6996600.
HSL color Cylindrical-coordinate representation of color #78C26A: hue angle of 110.45º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78C26A is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 194 | 106 | - |
| CMYK | 0.38 | 0 | 0.45 | 0.24 |
| HSL | 110.45º | 0.42% | 0.59% | - |
| HSV(B) | 110.45º | 0.45% | 0.76% | - |
| XYZ | 29.64 | 43.62 | 20.49 | - |
| YUV | 161.84 | 96.48 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 194 | 106 | 0.38 | 0 | 0.45 | 0.24 | 110.45 | 0.42 | 0.59 |
| Hex | 78 | C2 | 6A | 26 | 0 | 2D | 18 | 6E | 2A | 3B |
| Octal | 170 | 302 | 152 | 46 | 0 | 55 | 30 | 156 | 52 | 73 |
| Binary | 1111000 | 11000010 | 1101010 | 100110 | 0 | 101101 | 11000 | 1101110 | 101010 | 111011 |
Color Harmonies of #78C26A
Complementary color
Monochromatic Colors of #78C26A
Black with #78C26A
Text Example
Text Example
White with #78C26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C26A; }
p { color: rgb(120,194,106); }
H1.HeaderClassName
{
color: #78C26A;
}
.AnyTagClassName
{
color: #78C26A;
}
</style>
background-color css
<style>
a { background-color: #78C26A; }
a { background-color: rgb(120,194,106); }
div.DivClassName
{
background-color: #78C26A;
}
.BgClassName
{
background-color: #78C26A;
}
</style>
border-color css
<style>
span { border-color: #78C26A; }
span { border-color: rgb(120,194,106); }
td.TdClassName
{
border-color: #78C26A;
}
.TagClassName
{
border-color: #78C26A;
}
</style>