Shades of Mantis #78B259
Tints of Mantis #78B259
RGB
CMYK
RGB Variations
Color information
#78B259 (or 0x78B259) is known color: Mantis. HEX triplet: 78, B2 and 59. RGB value is (120,178,89). Sum of RGB (Red+Green+Blue) = 120+178+89=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 178 (69.92% from 255 or 45.99% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 178 - color contains mainly: green. Hex color #78B259 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78B259 is #874DA6. Grayscale: #969696. Windows color (decimal): -8867239 or 5878392. OLE color: 5878392.
HSL color Cylindrical-coordinate representation of color #78B259: hue angle of 99.1º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78B259 is Cyan = 0.33, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 120 | 178 | 89 | - |
| CMYK | 0.33 | 0 | 0.5 | 0.30 |
| HSL | 99.1º | 0.37% | 0.52% | - |
| HSV(B) | 99.1º | 0.5% | 0.7% | - |
| XYZ | 25.47 | 36.56 | 15.16 | - |
| YUV | 150.51 | 93.28 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 178 | 89 | 0.33 | 0 | 0.5 | 0.30 | 99.1 | 0.37 | 0.52 |
| Hex | 78 | B2 | 59 | 21 | 0 | 32 | 1E | 63 | 25 | 34 |
| Octal | 170 | 262 | 131 | 41 | 0 | 62 | 36 | 143 | 45 | 64 |
| Binary | 1111000 | 10110010 | 1011001 | 100001 | 0 | 110010 | 11110 | 1100011 | 100101 | 110100 |
Color Harmonies of #78B259
Complementary color
Monochromatic Colors of #78B259
Black with #78B259
Text Example
Text Example
White with #78B259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B259; }
p { color: rgb(120,178,89); }
H1.HeaderClassName
{
color: #78B259;
}
.AnyTagClassName
{
color: #78B259;
}
</style>
background-color css
<style>
a { background-color: #78B259; }
a { background-color: rgb(120,178,89); }
div.DivClassName
{
background-color: #78B259;
}
.BgClassName
{
background-color: #78B259;
}
</style>
border-color css
<style>
span { border-color: #78B259; }
span { border-color: rgb(120,178,89); }
td.TdClassName
{
border-color: #78B259;
}
.TagClassName
{
border-color: #78B259;
}
</style>