Shades of Lima #80B100
Tints of Lima #80B100
RGB
CMYK
RGB Variations
Color information
#80B100 (or 0x80B100) is known color: Lima. HEX triplet: 80, B1 and 00. RGB value is (128,177,0). Sum of RGB (Red+Green+Blue) = 128+177+0=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 177 (69.53% from 255 or 58.03% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 177 - color contains mainly: green. Hex color #80B100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80B100 is #7F4EFF. Grayscale: #8E8E8E. Windows color (decimal): -8343296 or 45440. OLE color: 45440.
HSL color Cylindrical-coordinate representation of color #80B100: hue angle of 76.61º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #80B100 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 177 | 0 | - |
| CMYK | 0.28 | 0 | 1 | 0.31 |
| HSL | 76.61º | 1% | 0.35% | - |
| HSV(B) | 76.61º | 1% | 0.69% | - |
| XYZ | 24.62 | 36.03 | 5.66 | - |
| YUV | 142.17 | 47.77 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 177 | 0 | 0.28 | 0 | 1 | 0.31 | 76.61 | 1 | 0.35 |
| Hex | 80 | B1 | 0 | 1C | 0 | 64 | 1F | 4D | 64 | 23 |
| Octal | 200 | 261 | 0 | 34 | 0 | 144 | 37 | 115 | 144 | 43 |
| Binary | 10000000 | 10110001 | 0 | 11100 | 0 | 1100100 | 11111 | 1001101 | 1100100 | 100011 |
Color Harmonies of #80B100
Complementary color
Monochromatic Colors of #80B100
Black with #80B100
Text Example
Text Example
White with #80B100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B100; }
p { color: rgb(128,177,0); }
H1.HeaderClassName
{
color: #80B100;
}
.AnyTagClassName
{
color: #80B100;
}
</style>
background-color css
<style>
a { background-color: #80B100; }
a { background-color: rgb(128,177,0); }
div.DivClassName
{
background-color: #80B100;
}
.BgClassName
{
background-color: #80B100;
}
</style>
border-color css
<style>
span { border-color: #80B100; }
span { border-color: rgb(128,177,0); }
td.TdClassName
{
border-color: #80B100;
}
.TagClassName
{
border-color: #80B100;
}
</style>