Shades of Mantis #78C26E
Tints of Mantis #78C26E
RGB
CMYK
RGB Variations
Color information
#78C26E (or 0x78C26E) is known color: Mantis. HEX triplet: 78, C2 and 6E. RGB value is (120,194,110). Sum of RGB (Red+Green+Blue) = 120+194+110=424 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.30% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 110 (43.36% from 255 or 25.94% from 424); Max value from RGB is 194 - color contains mainly: green. Hex color #78C26E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C26E is #873D91. Grayscale: #A2A2A2. Windows color (decimal): -8863122 or 7258744. OLE color: 7258744.
HSL color Cylindrical-coordinate representation of color #78C26E: hue angle of 112.86º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78C26E is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 194 | 110 | - |
| CMYK | 0.38 | 0 | 0.43 | 0.24 |
| HSL | 112.86º | 0.41% | 0.6% | - |
| HSV(B) | 112.86º | 0.43% | 0.76% | - |
| XYZ | 29.85 | 43.7 | 21.61 | - |
| YUV | 162.3 | 98.48 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 194 | 110 | 0.38 | 0 | 0.43 | 0.24 | 112.86 | 0.41 | 0.6 |
| Hex | 78 | C2 | 6E | 26 | 0 | 2B | 18 | 71 | 29 | 3C |
| Octal | 170 | 302 | 156 | 46 | 0 | 53 | 30 | 161 | 51 | 74 |
| Binary | 1111000 | 11000010 | 1101110 | 100110 | 0 | 101011 | 11000 | 1110001 | 101001 | 111100 |
Color Harmonies of #78C26E
Complementary color
Monochromatic Colors of #78C26E
Black with #78C26E
Text Example
Text Example
White with #78C26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C26E; }
p { color: rgb(120,194,110); }
H1.HeaderClassName
{
color: #78C26E;
}
.AnyTagClassName
{
color: #78C26E;
}
</style>
background-color css
<style>
a { background-color: #78C26E; }
a { background-color: rgb(120,194,110); }
div.DivClassName
{
background-color: #78C26E;
}
.BgClassName
{
background-color: #78C26E;
}
</style>
border-color css
<style>
span { border-color: #78C26E; }
span { border-color: rgb(120,194,110); }
td.TdClassName
{
border-color: #78C26E;
}
.TagClassName
{
border-color: #78C26E;
}
</style>