Shades of Lima #80B112
Tints of Lima #80B112
RGB
CMYK
RGB Variations
Color information
#80B112 (or 0x80B112) is known color: Lima. HEX triplet: 80, B1 and 12. RGB value is (128,177,18). Sum of RGB (Red+Green+Blue) = 128+177+18=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 177 (69.53% from 255 or 54.80% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 177 - color contains mainly: green. Hex color #80B112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80B112 is #7F4EED. Grayscale: #909090. Windows color (decimal): -8343278 or 1225088. OLE color: 1225088.
HSL color Cylindrical-coordinate representation of color #80B112: hue angle of 78.49º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80B112 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 177 | 18 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.31 |
| HSL | 78.49º | 0.82% | 0.38% | - |
| HSV(B) | 78.49º | 0.9% | 0.69% | - |
| XYZ | 24.73 | 36.08 | 6.23 | - |
| YUV | 144.22 | 56.77 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 177 | 18 | 0.28 | 0 | 0.90 | 0.31 | 78.49 | 0.82 | 0.38 |
| Hex | 80 | B1 | 12 | 1C | 0 | 5A | 1F | 4E | 52 | 26 |
| Octal | 200 | 261 | 22 | 34 | 0 | 132 | 37 | 116 | 122 | 46 |
| Binary | 10000000 | 10110001 | 10010 | 11100 | 0 | 1011010 | 11111 | 1001110 | 1010010 | 100110 |
Color Harmonies of #80B112
Complementary color
Monochromatic Colors of #80B112
Black with #80B112
Text Example
Text Example
White with #80B112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B112; }
p { color: rgb(128,177,18); }
H1.HeaderClassName
{
color: #80B112;
}
.AnyTagClassName
{
color: #80B112;
}
</style>
background-color css
<style>
a { background-color: #80B112; }
a { background-color: rgb(128,177,18); }
div.DivClassName
{
background-color: #80B112;
}
.BgClassName
{
background-color: #80B112;
}
</style>
border-color css
<style>
span { border-color: #80B112; }
span { border-color: rgb(128,177,18); }
td.TdClassName
{
border-color: #80B112;
}
.TagClassName
{
border-color: #80B112;
}
</style>