Shades of Mantis #78BD59
Tints of Mantis #78BD59
RGB
CMYK
RGB Variations
Color information
#78BD59 (or 0x78BD59) is known color: Mantis. HEX triplet: 78, BD and 59. RGB value is (120,189,89). Sum of RGB (Red+Green+Blue) = 120+189+89=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 89 (35.16% from 255 or 22.36% from 398); Max value from RGB is 189 - color contains mainly: green. Hex color #78BD59 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78BD59 is #8742A6. Grayscale: #9D9D9D. Windows color (decimal): -8864423 or 5881208. OLE color: 5881208.
HSL color Cylindrical-coordinate representation of color #78BD59: hue angle of 101.4º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78BD59 is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 189 | 89 | - |
| CMYK | 0.37 | 0 | 0.53 | 0.26 |
| HSL | 101.4º | 0.43% | 0.55% | - |
| HSV(B) | 101.4º | 0.53% | 0.74% | - |
| XYZ | 27.75 | 41.11 | 15.92 | - |
| YUV | 156.97 | 89.64 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 189 | 89 | 0.37 | 0 | 0.53 | 0.26 | 101.4 | 0.43 | 0.55 |
| Hex | 78 | BD | 59 | 25 | 0 | 35 | 1A | 65 | 2B | 37 |
| Octal | 170 | 275 | 131 | 45 | 0 | 65 | 32 | 145 | 53 | 67 |
| Binary | 1111000 | 10111101 | 1011001 | 100101 | 0 | 110101 | 11010 | 1100101 | 101011 | 110111 |
Color Harmonies of #78BD59
Complementary color
Monochromatic Colors of #78BD59
Black with #78BD59
Text Example
Text Example
White with #78BD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BD59; }
p { color: rgb(120,189,89); }
H1.HeaderClassName
{
color: #78BD59;
}
.AnyTagClassName
{
color: #78BD59;
}
</style>
background-color css
<style>
a { background-color: #78BD59; }
a { background-color: rgb(120,189,89); }
div.DivClassName
{
background-color: #78BD59;
}
.BgClassName
{
background-color: #78BD59;
}
</style>
border-color css
<style>
span { border-color: #78BD59; }
span { border-color: rgb(120,189,89); }
td.TdClassName
{
border-color: #78BD59;
}
.TagClassName
{
border-color: #78BD59;
}
</style>