Shades of Mantis #78BC58
Tints of Mantis #78BC58
RGB
CMYK
RGB Variations
Color information
#78BC58 (or 0x78BC58) is known color: Mantis. HEX triplet: 78, BC and 58. RGB value is (120,188,88). Sum of RGB (Red+Green+Blue) = 120+188+88=396 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.30% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 88 (34.77% from 255 or 22.22% from 396); Max value from RGB is 188 - color contains mainly: green. Hex color #78BC58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78BC58 is #8743A7. Grayscale: #9C9C9C. Windows color (decimal): -8864680 or 5815416. OLE color: 5815416.
HSL color Cylindrical-coordinate representation of color #78BC58: hue angle of 100.8º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78BC58 is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 188 | 88 | - |
| CMYK | 0.36 | 0 | 0.53 | 0.26 |
| HSL | 100.8º | 0.43% | 0.54% | - |
| HSV(B) | 100.8º | 0.53% | 0.74% | - |
| XYZ | 27.49 | 40.66 | 15.63 | - |
| YUV | 156.27 | 89.47 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 188 | 88 | 0.36 | 0 | 0.53 | 0.26 | 100.8 | 0.43 | 0.54 |
| Hex | 78 | BC | 58 | 24 | 0 | 35 | 1A | 65 | 2B | 36 |
| Octal | 170 | 274 | 130 | 44 | 0 | 65 | 32 | 145 | 53 | 66 |
| Binary | 1111000 | 10111100 | 1011000 | 100100 | 0 | 110101 | 11010 | 1100101 | 101011 | 110110 |
Color Harmonies of #78BC58
Complementary color
Monochromatic Colors of #78BC58
Black with #78BC58
Text Example
Text Example
White with #78BC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BC58; }
p { color: rgb(120,188,88); }
H1.HeaderClassName
{
color: #78BC58;
}
.AnyTagClassName
{
color: #78BC58;
}
</style>
background-color css
<style>
a { background-color: #78BC58; }
a { background-color: rgb(120,188,88); }
div.DivClassName
{
background-color: #78BC58;
}
.BgClassName
{
background-color: #78BC58;
}
</style>
border-color css
<style>
span { border-color: #78BC58; }
span { border-color: rgb(120,188,88); }
td.TdClassName
{
border-color: #78BC58;
}
.TagClassName
{
border-color: #78BC58;
}
</style>