Shades of Lima #80B113
Tints of Lima #80B113
RGB
CMYK
RGB Variations
Color information
#80B113 (or 0x80B113) is known color: Lima. HEX triplet: 80, B1 and 13. RGB value is (128,177,19). Sum of RGB (Red+Green+Blue) = 128+177+19=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 177 (69.53% from 255 or 54.63% from 324); Blue value is 19 (7.81% from 255 or 5.86% from 324); Max value from RGB is 177 - color contains mainly: green. Hex color #80B113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80B113 is #7F4EEC. Grayscale: #909090. Windows color (decimal): -8343277 or 1290624. OLE color: 1290624.
HSL color Cylindrical-coordinate representation of color #80B113: hue angle of 78.61º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80B113 is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 177 | 19 | - |
| CMYK | 0.28 | 0 | 0.89 | 0.31 |
| HSL | 78.61º | 0.81% | 0.38% | - |
| HSV(B) | 78.61º | 0.89% | 0.69% | - |
| XYZ | 24.74 | 36.08 | 6.28 | - |
| YUV | 144.34 | 57.27 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 177 | 19 | 0.28 | 0 | 0.89 | 0.31 | 78.61 | 0.81 | 0.38 |
| Hex | 80 | B1 | 13 | 1C | 0 | 59 | 1F | 4F | 51 | 26 |
| Octal | 200 | 261 | 23 | 34 | 0 | 131 | 37 | 117 | 121 | 46 |
| Binary | 10000000 | 10110001 | 10011 | 11100 | 0 | 1011001 | 11111 | 1001111 | 1010001 | 100110 |
Color Harmonies of #80B113
Complementary color
Monochromatic Colors of #80B113
Black with #80B113
Text Example
Text Example
White with #80B113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B113; }
p { color: rgb(128,177,19); }
H1.HeaderClassName
{
color: #80B113;
}
.AnyTagClassName
{
color: #80B113;
}
</style>
background-color css
<style>
a { background-color: #80B113; }
a { background-color: rgb(128,177,19); }
div.DivClassName
{
background-color: #80B113;
}
.BgClassName
{
background-color: #80B113;
}
</style>
border-color css
<style>
span { border-color: #80B113; }
span { border-color: rgb(128,177,19); }
td.TdClassName
{
border-color: #80B113;
}
.TagClassName
{
border-color: #80B113;
}
</style>