Shades of Mantis #78BC57
Tints of Mantis #78BC57
RGB
CMYK
RGB Variations
Color information
#78BC57 (or 0x78BC57) is known color: Mantis. HEX triplet: 78, BC and 57. RGB value is (120,188,87). Sum of RGB (Red+Green+Blue) = 120+188+87=395 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.38% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 87 (34.38% from 255 or 22.03% from 395); Max value from RGB is 188 - color contains mainly: green. Hex color #78BC57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78BC57 is #8743A8. Grayscale: #9C9C9C. Windows color (decimal): -8864681 or 5749880. OLE color: 5749880.
HSL color Cylindrical-coordinate representation of color #78BC57: hue angle of 100.4º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #78BC57 is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 188 | 87 | - |
| CMYK | 0.36 | 0 | 0.54 | 0.26 |
| HSL | 100.4º | 0.43% | 0.54% | - |
| HSV(B) | 100.4º | 0.54% | 0.74% | - |
| XYZ | 27.45 | 40.65 | 15.42 | - |
| YUV | 156.15 | 88.97 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 188 | 87 | 0.36 | 0 | 0.54 | 0.26 | 100.4 | 0.43 | 0.54 |
| Hex | 78 | BC | 57 | 24 | 0 | 36 | 1A | 64 | 2B | 36 |
| Octal | 170 | 274 | 127 | 44 | 0 | 66 | 32 | 144 | 53 | 66 |
| Binary | 1111000 | 10111100 | 1010111 | 100100 | 0 | 110110 | 11010 | 1100100 | 101011 | 110110 |
Color Harmonies of #78BC57
Complementary color
Monochromatic Colors of #78BC57
Black with #78BC57
Text Example
Text Example
White with #78BC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BC57; }
p { color: rgb(120,188,87); }
H1.HeaderClassName
{
color: #78BC57;
}
.AnyTagClassName
{
color: #78BC57;
}
</style>
background-color css
<style>
a { background-color: #78BC57; }
a { background-color: rgb(120,188,87); }
div.DivClassName
{
background-color: #78BC57;
}
.BgClassName
{
background-color: #78BC57;
}
</style>
border-color css
<style>
span { border-color: #78BC57; }
span { border-color: rgb(120,188,87); }
td.TdClassName
{
border-color: #78BC57;
}
.TagClassName
{
border-color: #78BC57;
}
</style>