Shades of Mantis #78C34A
Tints of Mantis #78C34A
RGB
CMYK
RGB Variations
Color information
#78C34A (or 0x78C34A) is known color: Mantis. HEX triplet: 78, C3 and 4A. RGB value is (120,195,74). Sum of RGB (Red+Green+Blue) = 120+195+74=389 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.85% from 389); Green value is 195 (76.56% from 255 or 50.13% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 195 - color contains mainly: green. Hex color #78C34A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C34A is #873CB5. Grayscale: #9F9F9F. Windows color (decimal): -8862902 or 4899704. OLE color: 4899704.
HSL color Cylindrical-coordinate representation of color #78C34A: hue angle of 97.19º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #78C34A is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 195 | 74 | - |
| CMYK | 0.38 | 0 | 0.62 | 0.24 |
| HSL | 97.19º | 0.5% | 0.53% | - |
| HSV(B) | 97.19º | 0.62% | 0.76% | - |
| XYZ | 28.5 | 43.52 | 13.38 | - |
| YUV | 158.78 | 80.15 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 195 | 74 | 0.38 | 0 | 0.62 | 0.24 | 97.19 | 0.5 | 0.53 |
| Hex | 78 | C3 | 4A | 26 | 0 | 3E | 18 | 61 | 32 | 35 |
| Octal | 170 | 303 | 112 | 46 | 0 | 76 | 30 | 141 | 62 | 65 |
| Binary | 1111000 | 11000011 | 1001010 | 100110 | 0 | 111110 | 11000 | 1100001 | 110010 | 110101 |
Color Harmonies of #78C34A
Complementary color
Monochromatic Colors of #78C34A
Black with #78C34A
Text Example
Text Example
White with #78C34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C34A; }
p { color: rgb(120,195,74); }
H1.HeaderClassName
{
color: #78C34A;
}
.AnyTagClassName
{
color: #78C34A;
}
</style>
background-color css
<style>
a { background-color: #78C34A; }
a { background-color: rgb(120,195,74); }
div.DivClassName
{
background-color: #78C34A;
}
.BgClassName
{
background-color: #78C34A;
}
</style>
border-color css
<style>
span { border-color: #78C34A; }
span { border-color: rgb(120,195,74); }
td.TdClassName
{
border-color: #78C34A;
}
.TagClassName
{
border-color: #78C34A;
}
</style>