Shades of Mantis #78BE64
Tints of Mantis #78BE64
RGB
CMYK
RGB Variations
Color information
#78BE64 (or 0x78BE64) is known color: Mantis. HEX triplet: 78, BE and 64. RGB value is (120,190,100). Sum of RGB (Red+Green+Blue) = 120+190+100=410 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.27% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 100 (39.45% from 255 or 24.39% from 410); Max value from RGB is 190 - color contains mainly: green. Hex color #78BE64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78BE64 is #87419B. Grayscale: #9F9F9F. Windows color (decimal): -8864156 or 6602360. OLE color: 6602360.
HSL color Cylindrical-coordinate representation of color #78BE64: hue angle of 106.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78BE64 is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 190 | 100 | - |
| CMYK | 0.37 | 0 | 0.47 | 0.25 |
| HSL | 106.67º | 0.41% | 0.57% | - |
| HSV(B) | 106.67º | 0.47% | 0.75% | - |
| XYZ | 28.46 | 41.74 | 18.61 | - |
| YUV | 158.81 | 94.81 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 190 | 100 | 0.37 | 0 | 0.47 | 0.25 | 106.67 | 0.41 | 0.57 |
| Hex | 78 | BE | 64 | 25 | 0 | 2F | 19 | 6B | 29 | 39 |
| Octal | 170 | 276 | 144 | 45 | 0 | 57 | 31 | 153 | 51 | 71 |
| Binary | 1111000 | 10111110 | 1100100 | 100101 | 0 | 101111 | 11001 | 1101011 | 101001 | 111001 |
Color Harmonies of #78BE64
Complementary color
Monochromatic Colors of #78BE64
Black with #78BE64
Text Example
Text Example
White with #78BE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BE64; }
p { color: rgb(120,190,100); }
H1.HeaderClassName
{
color: #78BE64;
}
.AnyTagClassName
{
color: #78BE64;
}
</style>
background-color css
<style>
a { background-color: #78BE64; }
a { background-color: rgb(120,190,100); }
div.DivClassName
{
background-color: #78BE64;
}
.BgClassName
{
background-color: #78BE64;
}
</style>
border-color css
<style>
span { border-color: #78BE64; }
span { border-color: rgb(120,190,100); }
td.TdClassName
{
border-color: #78BE64;
}
.TagClassName
{
border-color: #78BE64;
}
</style>