Shades of Lima #78B515
Tints of Lima #78B515
RGB
CMYK
RGB Variations
Color information
#78B515 (or 0x78B515) is known color: Lima. HEX triplet: 78, B5 and 15. RGB value is (120,181,21). Sum of RGB (Red+Green+Blue) = 120+181+21=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 181 (71.09% from 255 or 56.21% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 181 - color contains mainly: green. Hex color #78B515 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78B515 is #874AEA. Grayscale: #919191. Windows color (decimal): -8866539 or 1422712. OLE color: 1422712.
HSL color Cylindrical-coordinate representation of color #78B515: hue angle of 82.88º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #78B515 is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 120 | 181 | 21 | - |
| CMYK | 0.34 | 0 | 0.88 | 0.29 |
| HSL | 82.88º | 0.79% | 0.4% | - |
| HSV(B) | 82.88º | 0.88% | 0.71% | - |
| XYZ | 24.4 | 37.09 | 6.58 | - |
| YUV | 144.52 | 58.29 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 181 | 21 | 0.34 | 0 | 0.88 | 0.29 | 82.88 | 0.79 | 0.4 |
| Hex | 78 | B5 | 15 | 22 | 0 | 58 | 1D | 53 | 4F | 28 |
| Octal | 170 | 265 | 25 | 42 | 0 | 130 | 35 | 123 | 117 | 50 |
| Binary | 1111000 | 10110101 | 10101 | 100010 | 0 | 1011000 | 11101 | 1010011 | 1001111 | 101000 |
Color Harmonies of #78B515
Complementary color
Monochromatic Colors of #78B515
Black with #78B515
Text Example
Text Example
White with #78B515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B515; }
p { color: rgb(120,181,21); }
H1.HeaderClassName
{
color: #78B515;
}
.AnyTagClassName
{
color: #78B515;
}
</style>
background-color css
<style>
a { background-color: #78B515; }
a { background-color: rgb(120,181,21); }
div.DivClassName
{
background-color: #78B515;
}
.BgClassName
{
background-color: #78B515;
}
</style>
border-color css
<style>
span { border-color: #78B515; }
span { border-color: rgb(120,181,21); }
td.TdClassName
{
border-color: #78B515;
}
.TagClassName
{
border-color: #78B515;
}
</style>