Shades of Mantis #78C36A
Tints of Mantis #78C36A
RGB
CMYK
RGB Variations
Color information
#78C36A (or 0x78C36A) is known color: Mantis. HEX triplet: 78, C3 and 6A. RGB value is (120,195,106). Sum of RGB (Red+Green+Blue) = 120+195+106=421 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.50% from 421); Green value is 195 (76.56% from 255 or 46.32% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 195 - color contains mainly: green. Hex color #78C36A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C36A is #873C95. Grayscale: #A2A2A2. Windows color (decimal): -8862870 or 6996856. OLE color: 6996856.
HSL color Cylindrical-coordinate representation of color #78C36A: hue angle of 110.56º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78C36A is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 195 | 106 | - |
| CMYK | 0.38 | 0 | 0.46 | 0.24 |
| HSL | 110.56º | 0.43% | 0.59% | - |
| HSV(B) | 110.56º | 0.46% | 0.76% | - |
| XYZ | 29.86 | 44.06 | 20.57 | - |
| YUV | 162.43 | 96.15 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 195 | 106 | 0.38 | 0 | 0.46 | 0.24 | 110.56 | 0.43 | 0.59 |
| Hex | 78 | C3 | 6A | 26 | 0 | 2E | 18 | 6F | 2B | 3B |
| Octal | 170 | 303 | 152 | 46 | 0 | 56 | 30 | 157 | 53 | 73 |
| Binary | 1111000 | 11000011 | 1101010 | 100110 | 0 | 101110 | 11000 | 1101111 | 101011 | 111011 |
Color Harmonies of #78C36A
Complementary color
Monochromatic Colors of #78C36A
Black with #78C36A
Text Example
Text Example
White with #78C36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C36A; }
p { color: rgb(120,195,106); }
H1.HeaderClassName
{
color: #78C36A;
}
.AnyTagClassName
{
color: #78C36A;
}
</style>
background-color css
<style>
a { background-color: #78C36A; }
a { background-color: rgb(120,195,106); }
div.DivClassName
{
background-color: #78C36A;
}
.BgClassName
{
background-color: #78C36A;
}
</style>
border-color css
<style>
span { border-color: #78C36A; }
span { border-color: rgb(120,195,106); }
td.TdClassName
{
border-color: #78C36A;
}
.TagClassName
{
border-color: #78C36A;
}
</style>