Shades of Lima #80BB0A
Tints of Lima #80BB0A
RGB
CMYK
RGB Variations
Color information
#80BB0A (or 0x80BB0A) is known color: Lima. HEX triplet: 80, BB and 0A. RGB value is (128,187,10). Sum of RGB (Red+Green+Blue) = 128+187+10=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 187 (73.44% from 255 or 57.54% from 325); Blue value is 10 (4.30% from 255 or 3.08% from 325); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BB0A is #7F44F5. Grayscale: #959595. Windows color (decimal): -8340726 or 703360. OLE color: 703360.
HSL color Cylindrical-coordinate representation of color #80BB0A: hue angle of 80º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #80BB0A is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 187 | 10 | - |
| CMYK | 0.32 | 0 | 0.95 | 0.27 |
| HSL | 80º | 0.9% | 0.39% | - |
| HSV(B) | 80º | 0.95% | 0.73% | - |
| XYZ | 26.73 | 40.15 | 6.63 | - |
| YUV | 149.18 | 49.45 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 187 | 10 | 0.32 | 0 | 0.95 | 0.27 | 80 | 0.9 | 0.39 |
| Hex | 80 | BB | A | 20 | 0 | 5F | 1B | 50 | 5A | 27 |
| Octal | 200 | 273 | 12 | 40 | 0 | 137 | 33 | 120 | 132 | 47 |
| Binary | 10000000 | 10111011 | 1010 | 100000 | 0 | 1011111 | 11011 | 1010000 | 1011010 | 100111 |
Color Harmonies of #80BB0A
Complementary color
Monochromatic Colors of #80BB0A
Black with #80BB0A
Text Example
Text Example
White with #80BB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BB0A; }
p { color: rgb(128,187,10); }
H1.HeaderClassName
{
color: #80BB0A;
}
.AnyTagClassName
{
color: #80BB0A;
}
</style>
background-color css
<style>
a { background-color: #80BB0A; }
a { background-color: rgb(128,187,10); }
div.DivClassName
{
background-color: #80BB0A;
}
.BgClassName
{
background-color: #80BB0A;
}
</style>
border-color css
<style>
span { border-color: #80BB0A; }
span { border-color: rgb(128,187,10); }
td.TdClassName
{
border-color: #80BB0A;
}
.TagClassName
{
border-color: #80BB0A;
}
</style>