Shades of Mantis #78BE4D
Tints of Mantis #78BE4D
RGB
CMYK
RGB Variations
Color information
#78BE4D (or 0x78BE4D) is known color: Mantis. HEX triplet: 78, BE and 4D. RGB value is (120,190,77). Sum of RGB (Red+Green+Blue) = 120+190+77=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 190 (74.61% from 255 or 49.10% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 190 - color contains mainly: green. Hex color #78BE4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78BE4D is #8741B2. Grayscale: #9C9C9C. Windows color (decimal): -8864179 or 5095032. OLE color: 5095032.
HSL color Cylindrical-coordinate representation of color #78BE4D: hue angle of 97.17º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #78BE4D is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 190 | 77 | - |
| CMYK | 0.37 | 0 | 0.59 | 0.25 |
| HSL | 97.17º | 0.47% | 0.52% | - |
| HSV(B) | 97.17º | 0.59% | 0.75% | - |
| XYZ | 27.5 | 41.36 | 13.55 | - |
| YUV | 156.19 | 83.31 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 190 | 77 | 0.37 | 0 | 0.59 | 0.25 | 97.17 | 0.47 | 0.52 |
| Hex | 78 | BE | 4D | 25 | 0 | 3B | 19 | 61 | 2F | 34 |
| Octal | 170 | 276 | 115 | 45 | 0 | 73 | 31 | 141 | 57 | 64 |
| Binary | 1111000 | 10111110 | 1001101 | 100101 | 0 | 111011 | 11001 | 1100001 | 101111 | 110100 |
Color Harmonies of #78BE4D
Complementary color
Monochromatic Colors of #78BE4D
Black with #78BE4D
Text Example
Text Example
White with #78BE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BE4D; }
p { color: rgb(120,190,77); }
H1.HeaderClassName
{
color: #78BE4D;
}
.AnyTagClassName
{
color: #78BE4D;
}
</style>
background-color css
<style>
a { background-color: #78BE4D; }
a { background-color: rgb(120,190,77); }
div.DivClassName
{
background-color: #78BE4D;
}
.BgClassName
{
background-color: #78BE4D;
}
</style>
border-color css
<style>
span { border-color: #78BE4D; }
span { border-color: rgb(120,190,77); }
td.TdClassName
{
border-color: #78BE4D;
}
.TagClassName
{
border-color: #78BE4D;
}
</style>