Shades of Lima #78B717
Tints of Lima #78B717
RGB
CMYK
RGB Variations
Color information
#78B717 (or 0x78B717) is known color: Lima. HEX triplet: 78, B7 and 17. RGB value is (120,183,23). Sum of RGB (Red+Green+Blue) = 120+183+23=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 183 (71.88% from 255 or 56.13% from 326); Blue value is 23 (9.38% from 255 or 7.06% from 326); Max value from RGB is 183 - color contains mainly: green. Hex color #78B717 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78B717 is #8748E8. Grayscale: #929292. Windows color (decimal): -8866025 or 1554296. OLE color: 1554296.
HSL color Cylindrical-coordinate representation of color #78B717: hue angle of 83.62º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #78B717 is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 183 | 23 | - |
| CMYK | 0.34 | 0 | 0.87 | 0.28 |
| HSL | 83.63º | 0.78% | 0.4% | - |
| HSV(B) | 83.63º | 0.87% | 0.72% | - |
| XYZ | 24.83 | 37.92 | 6.82 | - |
| YUV | 145.92 | 58.63 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 183 | 23 | 0.34 | 0 | 0.87 | 0.28 | 83.63 | 0.78 | 0.4 |
| Hex | 78 | B7 | 17 | 22 | 0 | 57 | 1C | 54 | 4E | 28 |
| Octal | 170 | 267 | 27 | 42 | 0 | 127 | 34 | 124 | 116 | 50 |
| Binary | 1111000 | 10110111 | 10111 | 100010 | 0 | 1010111 | 11100 | 1010100 | 1001110 | 101000 |
Color Harmonies of #78B717
Complementary color
Monochromatic Colors of #78B717
Black with #78B717
Text Example
Text Example
White with #78B717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B717; }
p { color: rgb(120,183,23); }
H1.HeaderClassName
{
color: #78B717;
}
.AnyTagClassName
{
color: #78B717;
}
</style>
background-color css
<style>
a { background-color: #78B717; }
a { background-color: rgb(120,183,23); }
div.DivClassName
{
background-color: #78B717;
}
.BgClassName
{
background-color: #78B717;
}
</style>
border-color css
<style>
span { border-color: #78B717; }
span { border-color: rgb(120,183,23); }
td.TdClassName
{
border-color: #78B717;
}
.TagClassName
{
border-color: #78B717;
}
</style>