Shades of Lima #78BA14
Tints of Lima #78BA14
RGB
CMYK
RGB Variations
Color information
#78BA14 (or 0x78BA14) is known color: Lima. HEX triplet: 78, BA and 14. RGB value is (120,186,20). Sum of RGB (Red+Green+Blue) = 120+186+20=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 186 (73.05% from 255 or 57.06% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 186 - color contains mainly: green. Hex color #78BA14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78BA14 is #8745EB. Grayscale: #939393. Windows color (decimal): -8865260 or 1358456. OLE color: 1358456.
HSL color Cylindrical-coordinate representation of color #78BA14: hue angle of 83.86º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #78BA14 is Cyan = 0.35, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 186 | 20 | - |
| CMYK | 0.35 | 0 | 0.89 | 0.27 |
| HSL | 83.86º | 0.81% | 0.4% | - |
| HSV(B) | 83.86º | 0.89% | 0.73% | - |
| XYZ | 25.43 | 39.16 | 6.88 | - |
| YUV | 147.34 | 56.13 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 186 | 20 | 0.35 | 0 | 0.89 | 0.27 | 83.86 | 0.81 | 0.4 |
| Hex | 78 | BA | 14 | 23 | 0 | 59 | 1B | 54 | 51 | 28 |
| Octal | 170 | 272 | 24 | 43 | 0 | 131 | 33 | 124 | 121 | 50 |
| Binary | 1111000 | 10111010 | 10100 | 100011 | 0 | 1011001 | 11011 | 1010100 | 1010001 | 101000 |
Color Harmonies of #78BA14
Complementary color
Monochromatic Colors of #78BA14
Black with #78BA14
Text Example
Text Example
White with #78BA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BA14; }
p { color: rgb(120,186,20); }
H1.HeaderClassName
{
color: #78BA14;
}
.AnyTagClassName
{
color: #78BA14;
}
</style>
background-color css
<style>
a { background-color: #78BA14; }
a { background-color: rgb(120,186,20); }
div.DivClassName
{
background-color: #78BA14;
}
.BgClassName
{
background-color: #78BA14;
}
</style>
border-color css
<style>
span { border-color: #78BA14; }
span { border-color: rgb(120,186,20); }
td.TdClassName
{
border-color: #78BA14;
}
.TagClassName
{
border-color: #78BA14;
}
</style>