Shades of Lima #80BA0A
Tints of Lima #80BA0A
RGB
CMYK
RGB Variations
Color information
#80BA0A (or 0x80BA0A) is known color: Lima. HEX triplet: 80, BA and 0A. RGB value is (128,186,10). Sum of RGB (Red+Green+Blue) = 128+186+10=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 186 (73.05% from 255 or 57.41% from 324); Blue value is 10 (4.30% from 255 or 3.09% from 324); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BA0A is #7F45F5. Grayscale: #959595. Windows color (decimal): -8340982 or 703104. OLE color: 703104.
HSL color Cylindrical-coordinate representation of color #80BA0A: hue angle of 79.77º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #80BA0A is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 186 | 10 | - |
| CMYK | 0.31 | 0 | 0.95 | 0.27 |
| HSL | 79.77º | 0.9% | 0.38% | - |
| HSV(B) | 79.77º | 0.95% | 0.73% | - |
| XYZ | 26.52 | 39.73 | 6.56 | - |
| YUV | 148.59 | 49.78 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 186 | 10 | 0.31 | 0 | 0.95 | 0.27 | 79.77 | 0.9 | 0.38 |
| Hex | 80 | BA | A | 1F | 0 | 5F | 1B | 50 | 5A | 26 |
| Octal | 200 | 272 | 12 | 37 | 0 | 137 | 33 | 120 | 132 | 46 |
| Binary | 10000000 | 10111010 | 1010 | 11111 | 0 | 1011111 | 11011 | 1010000 | 1011010 | 100110 |
Color Harmonies of #80BA0A
Complementary color
Monochromatic Colors of #80BA0A
Black with #80BA0A
Text Example
Text Example
White with #80BA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BA0A; }
p { color: rgb(128,186,10); }
H1.HeaderClassName
{
color: #80BA0A;
}
.AnyTagClassName
{
color: #80BA0A;
}
</style>
background-color css
<style>
a { background-color: #80BA0A; }
a { background-color: rgb(128,186,10); }
div.DivClassName
{
background-color: #80BA0A;
}
.BgClassName
{
background-color: #80BA0A;
}
</style>
border-color css
<style>
span { border-color: #80BA0A; }
span { border-color: rgb(128,186,10); }
td.TdClassName
{
border-color: #80BA0A;
}
.TagClassName
{
border-color: #80BA0A;
}
</style>