Shades of Lima #80B110
Tints of Lima #80B110
RGB
CMYK
RGB Variations
Color information
#80B110 (or 0x80B110) is known color: Lima. HEX triplet: 80, B1 and 10. RGB value is (128,177,16). Sum of RGB (Red+Green+Blue) = 128+177+16=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 177 (69.53% from 255 or 55.14% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 177 - color contains mainly: green. Hex color #80B110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80B110 is #7F4EEF. Grayscale: #909090. Windows color (decimal): -8343280 or 1094016. OLE color: 1094016.
HSL color Cylindrical-coordinate representation of color #80B110: hue angle of 78.26º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80B110 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 177 | 16 | - |
| CMYK | 0.28 | 0 | 0.91 | 0.31 |
| HSL | 78.26º | 0.83% | 0.38% | - |
| HSV(B) | 78.26º | 0.91% | 0.69% | - |
| XYZ | 24.72 | 36.07 | 6.15 | - |
| YUV | 144 | 55.77 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 177 | 16 | 0.28 | 0 | 0.91 | 0.31 | 78.26 | 0.83 | 0.38 |
| Hex | 80 | B1 | 10 | 1C | 0 | 5B | 1F | 4E | 53 | 26 |
| Octal | 200 | 261 | 20 | 34 | 0 | 133 | 37 | 116 | 123 | 46 |
| Binary | 10000000 | 10110001 | 10000 | 11100 | 0 | 1011011 | 11111 | 1001110 | 1010011 | 100110 |
Color Harmonies of #80B110
Complementary color
Monochromatic Colors of #80B110
Black with #80B110
Text Example
Text Example
White with #80B110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B110; }
p { color: rgb(128,177,16); }
H1.HeaderClassName
{
color: #80B110;
}
.AnyTagClassName
{
color: #80B110;
}
</style>
background-color css
<style>
a { background-color: #80B110; }
a { background-color: rgb(128,177,16); }
div.DivClassName
{
background-color: #80B110;
}
.BgClassName
{
background-color: #80B110;
}
</style>
border-color css
<style>
span { border-color: #80B110; }
span { border-color: rgb(128,177,16); }
td.TdClassName
{
border-color: #80B110;
}
.TagClassName
{
border-color: #80B110;
}
</style>