Shades of Mantis #78B256
Tints of Mantis #78B256
RGB
CMYK
RGB Variations
Color information
#78B256 (or 0x78B256) is known color: Mantis. HEX triplet: 78, B2 and 56. RGB value is (120,178,86). Sum of RGB (Red+Green+Blue) = 120+178+86=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 178 (69.92% from 255 or 46.35% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 178 - color contains mainly: green. Hex color #78B256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78B256 is #874DA9. Grayscale: #969696. Windows color (decimal): -8867242 or 5681784. OLE color: 5681784.
HSL color Cylindrical-coordinate representation of color #78B256: hue angle of 97.83º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78B256 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 120 | 178 | 86 | - |
| CMYK | 0.33 | 0 | 0.52 | 0.30 |
| HSL | 97.83º | 0.37% | 0.52% | - |
| HSV(B) | 97.83º | 0.52% | 0.7% | - |
| XYZ | 25.35 | 36.51 | 14.51 | - |
| YUV | 150.17 | 91.78 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 178 | 86 | 0.33 | 0 | 0.52 | 0.30 | 97.83 | 0.37 | 0.52 |
| Hex | 78 | B2 | 56 | 21 | 0 | 34 | 1E | 62 | 25 | 34 |
| Octal | 170 | 262 | 126 | 41 | 0 | 64 | 36 | 142 | 45 | 64 |
| Binary | 1111000 | 10110010 | 1010110 | 100001 | 0 | 110100 | 11110 | 1100010 | 100101 | 110100 |
Color Harmonies of #78B256
Complementary color
Monochromatic Colors of #78B256
Black with #78B256
Text Example
Text Example
White with #78B256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B256; }
p { color: rgb(120,178,86); }
H1.HeaderClassName
{
color: #78B256;
}
.AnyTagClassName
{
color: #78B256;
}
</style>
background-color css
<style>
a { background-color: #78B256; }
a { background-color: rgb(120,178,86); }
div.DivClassName
{
background-color: #78B256;
}
.BgClassName
{
background-color: #78B256;
}
</style>
border-color css
<style>
span { border-color: #78B256; }
span { border-color: rgb(120,178,86); }
td.TdClassName
{
border-color: #78B256;
}
.TagClassName
{
border-color: #78B256;
}
</style>