Shades of Lima #78B833
Tints of Lima #78B833
RGB
CMYK
RGB Variations
Color information
#78B833 (or 0x78B833) is known color: Lima. HEX triplet: 78, B8 and 33. RGB value is (120,184,51). Sum of RGB (Red+Green+Blue) = 120+184+51=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 184 (72.27% from 255 or 51.83% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 184 - color contains mainly: green. Hex color #78B833 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78B833 is #8747CC. Grayscale: #969696. Windows color (decimal): -8865741 or 3389560. OLE color: 3389560.
HSL color Cylindrical-coordinate representation of color #78B833: hue angle of 88.87º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #78B833 is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 184 | 51 | - |
| CMYK | 0.35 | 0 | 0.72 | 0.28 |
| HSL | 88.87º | 0.57% | 0.46% | - |
| HSV(B) | 88.87º | 0.72% | 0.72% | - |
| XYZ | 25.48 | 38.51 | 9.22 | - |
| YUV | 149.7 | 72.3 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 184 | 51 | 0.35 | 0 | 0.72 | 0.28 | 88.87 | 0.57 | 0.46 |
| Hex | 78 | B8 | 33 | 23 | 0 | 48 | 1C | 59 | 39 | 2E |
| Octal | 170 | 270 | 63 | 43 | 0 | 110 | 34 | 131 | 71 | 56 |
| Binary | 1111000 | 10111000 | 110011 | 100011 | 0 | 1001000 | 11100 | 1011001 | 111001 | 101110 |
Color Harmonies of #78B833
Complementary color
Monochromatic Colors of #78B833
Black with #78B833
Text Example
Text Example
White with #78B833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B833; }
p { color: rgb(120,184,51); }
H1.HeaderClassName
{
color: #78B833;
}
.AnyTagClassName
{
color: #78B833;
}
</style>
background-color css
<style>
a { background-color: #78B833; }
a { background-color: rgb(120,184,51); }
div.DivClassName
{
background-color: #78B833;
}
.BgClassName
{
background-color: #78B833;
}
</style>
border-color css
<style>
span { border-color: #78B833; }
span { border-color: rgb(120,184,51); }
td.TdClassName
{
border-color: #78B833;
}
.TagClassName
{
border-color: #78B833;
}
</style>