Shades of Mantis #78BF55
Tints of Mantis #78BF55
RGB
CMYK
RGB Variations
Color information
#78BF55 (or 0x78BF55) is known color: Mantis. HEX triplet: 78, BF and 55. RGB value is (120,191,85). Sum of RGB (Red+Green+Blue) = 120+191+85=396 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.30% from 396); Green value is 191 (75% from 255 or 48.23% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 191 - color contains mainly: green. Hex color #78BF55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78BF55 is #8740AA. Grayscale: #9E9E9E. Windows color (decimal): -8863915 or 5619576. OLE color: 5619576.
HSL color Cylindrical-coordinate representation of color #78BF55: hue angle of 100.19º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #78BF55 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 191 | 85 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.25 |
| HSL | 100.19º | 0.45% | 0.54% | - |
| HSV(B) | 100.19º | 0.55% | 0.75% | - |
| XYZ | 28.02 | 41.91 | 15.21 | - |
| YUV | 157.69 | 86.98 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 191 | 85 | 0.37 | 0 | 0.55 | 0.25 | 100.19 | 0.45 | 0.54 |
| Hex | 78 | BF | 55 | 25 | 0 | 37 | 19 | 64 | 2D | 36 |
| Octal | 170 | 277 | 125 | 45 | 0 | 67 | 31 | 144 | 55 | 66 |
| Binary | 1111000 | 10111111 | 1010101 | 100101 | 0 | 110111 | 11001 | 1100100 | 101101 | 110110 |
Color Harmonies of #78BF55
Complementary color
Monochromatic Colors of #78BF55
Black with #78BF55
Text Example
Text Example
White with #78BF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BF55; }
p { color: rgb(120,191,85); }
H1.HeaderClassName
{
color: #78BF55;
}
.AnyTagClassName
{
color: #78BF55;
}
</style>
background-color css
<style>
a { background-color: #78BF55; }
a { background-color: rgb(120,191,85); }
div.DivClassName
{
background-color: #78BF55;
}
.BgClassName
{
background-color: #78BF55;
}
</style>
border-color css
<style>
span { border-color: #78BF55; }
span { border-color: rgb(120,191,85); }
td.TdClassName
{
border-color: #78BF55;
}
.TagClassName
{
border-color: #78BF55;
}
</style>