Shades of Lima #78B512
Tints of Lima #78B512
RGB
CMYK
RGB Variations
Color information
#78B512 (or 0x78B512) is known color: Lima. HEX triplet: 78, B5 and 12. RGB value is (120,181,18). Sum of RGB (Red+Green+Blue) = 120+181+18=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 181 (71.09% from 255 or 56.74% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 181 - color contains mainly: green. Hex color #78B512 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78B512 is #874AED. Grayscale: #909090. Windows color (decimal): -8866542 or 1226104. OLE color: 1226104.
HSL color Cylindrical-coordinate representation of color #78B512: hue angle of 82.45º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #78B512 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 120 | 181 | 18 | - |
| CMYK | 0.34 | 0 | 0.90 | 0.29 |
| HSL | 82.45º | 0.82% | 0.39% | - |
| HSV(B) | 82.45º | 0.9% | 0.71% | - |
| XYZ | 24.38 | 37.08 | 6.45 | - |
| YUV | 144.18 | 56.79 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 181 | 18 | 0.34 | 0 | 0.90 | 0.29 | 82.45 | 0.82 | 0.39 |
| Hex | 78 | B5 | 12 | 22 | 0 | 5A | 1D | 52 | 52 | 27 |
| Octal | 170 | 265 | 22 | 42 | 0 | 132 | 35 | 122 | 122 | 47 |
| Binary | 1111000 | 10110101 | 10010 | 100010 | 0 | 1011010 | 11101 | 1010010 | 1010010 | 100111 |
Color Harmonies of #78B512
Complementary color
Monochromatic Colors of #78B512
Black with #78B512
Text Example
Text Example
White with #78B512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B512; }
p { color: rgb(120,181,18); }
H1.HeaderClassName
{
color: #78B512;
}
.AnyTagClassName
{
color: #78B512;
}
</style>
background-color css
<style>
a { background-color: #78B512; }
a { background-color: rgb(120,181,18); }
div.DivClassName
{
background-color: #78B512;
}
.BgClassName
{
background-color: #78B512;
}
</style>
border-color css
<style>
span { border-color: #78B512; }
span { border-color: rgb(120,181,18); }
td.TdClassName
{
border-color: #78B512;
}
.TagClassName
{
border-color: #78B512;
}
</style>