Shades of Lima #80BA34
Tints of Lima #80BA34
RGB
CMYK
RGB Variations
Color information
#80BA34 (or 0x80BA34) is known color: Lima. HEX triplet: 80, BA and 34. RGB value is (128,186,52). Sum of RGB (Red+Green+Blue) = 128+186+52=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 186 (73.05% from 255 or 50.82% from 366); Blue value is 52 (20.70% from 255 or 14.21% from 366); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BA34 is #7F45CB. Grayscale: #999999. Windows color (decimal): -8340940 or 3455616. OLE color: 3455616.
HSL color Cylindrical-coordinate representation of color #80BA34: hue angle of 85.97º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #80BA34 is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 186 | 52 | - |
| CMYK | 0.31 | 0 | 0.72 | 0.27 |
| HSL | 85.97º | 0.56% | 0.47% | - |
| HSV(B) | 85.97º | 0.72% | 0.73% | - |
| XYZ | 27.08 | 39.95 | 9.53 | - |
| YUV | 153.38 | 70.78 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 186 | 52 | 0.31 | 0 | 0.72 | 0.27 | 85.97 | 0.56 | 0.47 |
| Hex | 80 | BA | 34 | 1F | 0 | 48 | 1B | 56 | 38 | 2F |
| Octal | 200 | 272 | 64 | 37 | 0 | 110 | 33 | 126 | 70 | 57 |
| Binary | 10000000 | 10111010 | 110100 | 11111 | 0 | 1001000 | 11011 | 1010110 | 111000 | 101111 |
Color Harmonies of #80BA34
Complementary color
Monochromatic Colors of #80BA34
Black with #80BA34
Text Example
Text Example
White with #80BA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BA34; }
p { color: rgb(128,186,52); }
H1.HeaderClassName
{
color: #80BA34;
}
.AnyTagClassName
{
color: #80BA34;
}
</style>
background-color css
<style>
a { background-color: #80BA34; }
a { background-color: rgb(128,186,52); }
div.DivClassName
{
background-color: #80BA34;
}
.BgClassName
{
background-color: #80BA34;
}
</style>
border-color css
<style>
span { border-color: #80BA34; }
span { border-color: rgb(128,186,52); }
td.TdClassName
{
border-color: #80BA34;
}
.TagClassName
{
border-color: #80BA34;
}
</style>