Shades of Lima #78B537
Tints of Lima #78B537
RGB
CMYK
RGB Variations
Color information
#78B537 (or 0x78B537) is known color: Lima. HEX triplet: 78, B5 and 37. RGB value is (120,181,55). Sum of RGB (Red+Green+Blue) = 120+181+55=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 181 (71.09% from 255 or 50.84% from 356); Blue value is 55 (21.88% from 255 or 15.45% from 356); Max value from RGB is 181 - color contains mainly: green. Hex color #78B537 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78B537 is #874AC8. Grayscale: #949494. Windows color (decimal): -8866505 or 3650936. OLE color: 3650936.
HSL color Cylindrical-coordinate representation of color #78B537: hue angle of 89.05º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #78B537 is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 120 | 181 | 55 | - |
| CMYK | 0.34 | 0 | 0.70 | 0.29 |
| HSL | 89.05º | 0.53% | 0.46% | - |
| HSV(B) | 89.05º | 0.7% | 0.71% | - |
| XYZ | 24.96 | 37.32 | 9.5 | - |
| YUV | 148.4 | 75.29 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 181 | 55 | 0.34 | 0 | 0.70 | 0.29 | 89.05 | 0.53 | 0.46 |
| Hex | 78 | B5 | 37 | 22 | 0 | 46 | 1D | 59 | 35 | 2E |
| Octal | 170 | 265 | 67 | 42 | 0 | 106 | 35 | 131 | 65 | 56 |
| Binary | 1111000 | 10110101 | 110111 | 100010 | 0 | 1000110 | 11101 | 1011001 | 110101 | 101110 |
Color Harmonies of #78B537
Complementary color
Monochromatic Colors of #78B537
Black with #78B537
Text Example
Text Example
White with #78B537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B537; }
p { color: rgb(120,181,55); }
H1.HeaderClassName
{
color: #78B537;
}
.AnyTagClassName
{
color: #78B537;
}
</style>
background-color css
<style>
a { background-color: #78B537; }
a { background-color: rgb(120,181,55); }
div.DivClassName
{
background-color: #78B537;
}
.BgClassName
{
background-color: #78B537;
}
</style>
border-color css
<style>
span { border-color: #78B537; }
span { border-color: rgb(120,181,55); }
td.TdClassName
{
border-color: #78B537;
}
.TagClassName
{
border-color: #78B537;
}
</style>