Shades of Lima #78B915
Tints of Lima #78B915
RGB
CMYK
RGB Variations
Color information
#78B915 (or 0x78B915) is known color: Lima. HEX triplet: 78, B9 and 15. RGB value is (120,185,21). Sum of RGB (Red+Green+Blue) = 120+185+21=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 185 (72.66% from 255 or 56.75% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 185 - color contains mainly: green. Hex color #78B915 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78B915 is #8746EA. Grayscale: #939393. Windows color (decimal): -8865515 or 1423736. OLE color: 1423736.
HSL color Cylindrical-coordinate representation of color #78B915: hue angle of 83.78º degrees, saturation: 0.8, 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 #78B915 is Cyan = 0.35, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 185 | 21 | - |
| CMYK | 0.35 | 0 | 0.89 | 0.27 |
| HSL | 83.78º | 0.8% | 0.4% | - |
| HSV(B) | 83.78º | 0.89% | 0.73% | - |
| XYZ | 25.23 | 38.75 | 6.86 | - |
| YUV | 146.87 | 56.97 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 185 | 21 | 0.35 | 0 | 0.89 | 0.27 | 83.78 | 0.8 | 0.4 |
| Hex | 78 | B9 | 15 | 23 | 0 | 59 | 1B | 54 | 50 | 28 |
| Octal | 170 | 271 | 25 | 43 | 0 | 131 | 33 | 124 | 120 | 50 |
| Binary | 1111000 | 10111001 | 10101 | 100011 | 0 | 1011001 | 11011 | 1010100 | 1010000 | 101000 |
Color Harmonies of #78B915
Complementary color
Monochromatic Colors of #78B915
Black with #78B915
Text Example
Text Example
White with #78B915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B915; }
p { color: rgb(120,185,21); }
H1.HeaderClassName
{
color: #78B915;
}
.AnyTagClassName
{
color: #78B915;
}
</style>
background-color css
<style>
a { background-color: #78B915; }
a { background-color: rgb(120,185,21); }
div.DivClassName
{
background-color: #78B915;
}
.BgClassName
{
background-color: #78B915;
}
</style>
border-color css
<style>
span { border-color: #78B915; }
span { border-color: rgb(120,185,21); }
td.TdClassName
{
border-color: #78B915;
}
.TagClassName
{
border-color: #78B915;
}
</style>