Shades of Lima #78BA12
Tints of Lima #78BA12
RGB
CMYK
RGB Variations
Color information
#78BA12 (or 0x78BA12) is known color: Lima. HEX triplet: 78, BA and 12. RGB value is (120,186,18). Sum of RGB (Red+Green+Blue) = 120+186+18=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 186 (73.05% from 255 or 57.41% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 186 - color contains mainly: green. Hex color #78BA12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78BA12 is #8745ED. Grayscale: #939393. Windows color (decimal): -8865262 or 1227384. OLE color: 1227384.
HSL color Cylindrical-coordinate representation of color #78BA12: hue angle of 83.57º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #78BA12 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 186 | 18 | - |
| CMYK | 0.35 | 0 | 0.90 | 0.27 |
| HSL | 83.57º | 0.82% | 0.4% | - |
| HSV(B) | 83.57º | 0.9% | 0.73% | - |
| XYZ | 25.41 | 39.15 | 6.79 | - |
| YUV | 147.11 | 55.13 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 186 | 18 | 0.35 | 0 | 0.90 | 0.27 | 83.57 | 0.82 | 0.4 |
| Hex | 78 | BA | 12 | 23 | 0 | 5A | 1B | 54 | 52 | 28 |
| Octal | 170 | 272 | 22 | 43 | 0 | 132 | 33 | 124 | 122 | 50 |
| Binary | 1111000 | 10111010 | 10010 | 100011 | 0 | 1011010 | 11011 | 1010100 | 1010010 | 101000 |
Color Harmonies of #78BA12
Complementary color
Monochromatic Colors of #78BA12
Black with #78BA12
Text Example
Text Example
White with #78BA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BA12; }
p { color: rgb(120,186,18); }
H1.HeaderClassName
{
color: #78BA12;
}
.AnyTagClassName
{
color: #78BA12;
}
</style>
background-color css
<style>
a { background-color: #78BA12; }
a { background-color: rgb(120,186,18); }
div.DivClassName
{
background-color: #78BA12;
}
.BgClassName
{
background-color: #78BA12;
}
</style>
border-color css
<style>
span { border-color: #78BA12; }
span { border-color: rgb(120,186,18); }
td.TdClassName
{
border-color: #78BA12;
}
.TagClassName
{
border-color: #78BA12;
}
</style>