Shades of Mantis #78BF5B
Tints of Mantis #78BF5B
RGB
CMYK
RGB Variations
Color information
#78BF5B (or 0x78BF5B) is known color: Mantis. HEX triplet: 78, BF and 5B. RGB value is (120,191,91). Sum of RGB (Red+Green+Blue) = 120+191+91=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 191 (75% from 255 or 47.51% from 402); Blue value is 91 (35.94% from 255 or 22.64% from 402); Max value from RGB is 191 - color contains mainly: green. Hex color #78BF5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78BF5B is #8740A4. Grayscale: #9E9E9E. Windows color (decimal): -8863909 or 6012792. OLE color: 6012792.
HSL color Cylindrical-coordinate representation of color #78BF5B: hue angle of 102.6º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78BF5B is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 191 | 91 | - |
| CMYK | 0.37 | 0 | 0.52 | 0.25 |
| HSL | 102.6º | 0.44% | 0.55% | - |
| HSV(B) | 102.6º | 0.52% | 0.75% | - |
| XYZ | 28.26 | 42.01 | 16.52 | - |
| YUV | 158.37 | 89.98 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 191 | 91 | 0.37 | 0 | 0.52 | 0.25 | 102.6 | 0.44 | 0.55 |
| Hex | 78 | BF | 5B | 25 | 0 | 34 | 19 | 67 | 2C | 37 |
| Octal | 170 | 277 | 133 | 45 | 0 | 64 | 31 | 147 | 54 | 67 |
| Binary | 1111000 | 10111111 | 1011011 | 100101 | 0 | 110100 | 11001 | 1100111 | 101100 | 110111 |
Color Harmonies of #78BF5B
Complementary color
Monochromatic Colors of #78BF5B
Black with #78BF5B
Text Example
Text Example
White with #78BF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BF5B; }
p { color: rgb(120,191,91); }
H1.HeaderClassName
{
color: #78BF5B;
}
.AnyTagClassName
{
color: #78BF5B;
}
</style>
background-color css
<style>
a { background-color: #78BF5B; }
a { background-color: rgb(120,191,91); }
div.DivClassName
{
background-color: #78BF5B;
}
.BgClassName
{
background-color: #78BF5B;
}
</style>
border-color css
<style>
span { border-color: #78BF5B; }
span { border-color: rgb(120,191,91); }
td.TdClassName
{
border-color: #78BF5B;
}
.TagClassName
{
border-color: #78BF5B;
}
</style>