Shades of Lima #78B521
Tints of Lima #78B521
RGB
CMYK
RGB Variations
Color information
#78B521 (or 0x78B521) is known color: Lima. HEX triplet: 78, B5 and 21. RGB value is (120,181,33). Sum of RGB (Red+Green+Blue) = 120+181+33=334 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.93% from 334); Green value is 181 (71.09% from 255 or 54.19% from 334); Blue value is 33 (13.28% from 255 or 9.88% from 334); Max value from RGB is 181 - color contains mainly: green. Hex color #78B521 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78B521 is #874ADE. Grayscale: #929292. Windows color (decimal): -8866527 or 2209144. OLE color: 2209144.
HSL color Cylindrical-coordinate representation of color #78B521: hue angle of 84.73º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #78B521 is Cyan = 0.34, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 120 | 181 | 33 | - |
| CMYK | 0.34 | 0 | 0.82 | 0.29 |
| HSL | 84.73º | 0.69% | 0.42% | - |
| HSV(B) | 84.73º | 0.82% | 0.71% | - |
| XYZ | 24.54 | 37.15 | 7.32 | - |
| YUV | 145.89 | 64.29 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 181 | 33 | 0.34 | 0 | 0.82 | 0.29 | 84.73 | 0.69 | 0.42 |
| Hex | 78 | B5 | 21 | 22 | 0 | 52 | 1D | 55 | 45 | 2A |
| Octal | 170 | 265 | 41 | 42 | 0 | 122 | 35 | 125 | 105 | 52 |
| Binary | 1111000 | 10110101 | 100001 | 100010 | 0 | 1010010 | 11101 | 1010101 | 1000101 | 101010 |
Color Harmonies of #78B521
Complementary color
Monochromatic Colors of #78B521
Black with #78B521
Text Example
Text Example
White with #78B521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B521; }
p { color: rgb(120,181,33); }
H1.HeaderClassName
{
color: #78B521;
}
.AnyTagClassName
{
color: #78B521;
}
</style>
background-color css
<style>
a { background-color: #78B521; }
a { background-color: rgb(120,181,33); }
div.DivClassName
{
background-color: #78B521;
}
.BgClassName
{
background-color: #78B521;
}
</style>
border-color css
<style>
span { border-color: #78B521; }
span { border-color: rgb(120,181,33); }
td.TdClassName
{
border-color: #78B521;
}
.TagClassName
{
border-color: #78B521;
}
</style>