Shades of Mantis #78B255
Tints of Mantis #78B255
RGB
CMYK
RGB Variations
Color information
#78B255 (or 0x78B255) is known color: Mantis. HEX triplet: 78, B2 and 55. RGB value is (120,178,85). Sum of RGB (Red+Green+Blue) = 120+178+85=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 178 (69.92% from 255 or 46.48% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 178 - color contains mainly: green. Hex color #78B255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78B255 is #874DAA. Grayscale: #969696. Windows color (decimal): -8867243 or 5616248. OLE color: 5616248.
HSL color Cylindrical-coordinate representation of color #78B255: hue angle of 97.42º degrees, saturation: 0.38, 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 #78B255 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 120 | 178 | 85 | - |
| CMYK | 0.33 | 0 | 0.52 | 0.30 |
| HSL | 97.42º | 0.38% | 0.52% | - |
| HSV(B) | 97.42º | 0.52% | 0.7% | - |
| XYZ | 25.31 | 36.49 | 14.3 | - |
| YUV | 150.06 | 91.28 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 178 | 85 | 0.33 | 0 | 0.52 | 0.30 | 97.42 | 0.38 | 0.52 |
| Hex | 78 | B2 | 55 | 21 | 0 | 34 | 1E | 61 | 26 | 34 |
| Octal | 170 | 262 | 125 | 41 | 0 | 64 | 36 | 141 | 46 | 64 |
| Binary | 1111000 | 10110010 | 1010101 | 100001 | 0 | 110100 | 11110 | 1100001 | 100110 | 110100 |
Color Harmonies of #78B255
Complementary color
Monochromatic Colors of #78B255
Black with #78B255
Text Example
Text Example
White with #78B255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B255; }
p { color: rgb(120,178,85); }
H1.HeaderClassName
{
color: #78B255;
}
.AnyTagClassName
{
color: #78B255;
}
</style>
background-color css
<style>
a { background-color: #78B255; }
a { background-color: rgb(120,178,85); }
div.DivClassName
{
background-color: #78B255;
}
.BgClassName
{
background-color: #78B255;
}
</style>
border-color css
<style>
span { border-color: #78B255; }
span { border-color: rgb(120,178,85); }
td.TdClassName
{
border-color: #78B255;
}
.TagClassName
{
border-color: #78B255;
}
</style>