Shades of Lima #80BB17
Tints of Lima #80BB17
RGB
CMYK
RGB Variations
Color information
#80BB17 (or 0x80BB17) is known color: Lima. HEX triplet: 80, BB and 17. RGB value is (128,187,23). Sum of RGB (Red+Green+Blue) = 128+187+23=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 187 (73.44% from 255 or 55.33% from 338); Blue value is 23 (9.38% from 255 or 6.80% from 338); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BB17 is #7F44E8. Grayscale: #979797. Windows color (decimal): -8340713 or 1555328. OLE color: 1555328.
HSL color Cylindrical-coordinate representation of color #80BB17: hue angle of 81.59º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80BB17 is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 187 | 23 | - |
| CMYK | 0.32 | 0 | 0.88 | 0.27 |
| HSL | 81.59º | 0.78% | 0.41% | - |
| HSV(B) | 81.59º | 0.88% | 0.73% | - |
| XYZ | 26.83 | 40.19 | 7.15 | - |
| YUV | 150.66 | 55.95 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 187 | 23 | 0.32 | 0 | 0.88 | 0.27 | 81.59 | 0.78 | 0.41 |
| Hex | 80 | BB | 17 | 20 | 0 | 58 | 1B | 52 | 4E | 29 |
| Octal | 200 | 273 | 27 | 40 | 0 | 130 | 33 | 122 | 116 | 51 |
| Binary | 10000000 | 10111011 | 10111 | 100000 | 0 | 1011000 | 11011 | 1010010 | 1001110 | 101001 |
Color Harmonies of #80BB17
Complementary color
Monochromatic Colors of #80BB17
Black with #80BB17
Text Example
Text Example
White with #80BB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BB17; }
p { color: rgb(128,187,23); }
H1.HeaderClassName
{
color: #80BB17;
}
.AnyTagClassName
{
color: #80BB17;
}
</style>
background-color css
<style>
a { background-color: #80BB17; }
a { background-color: rgb(128,187,23); }
div.DivClassName
{
background-color: #80BB17;
}
.BgClassName
{
background-color: #80BB17;
}
</style>
border-color css
<style>
span { border-color: #80BB17; }
span { border-color: rgb(128,187,23); }
td.TdClassName
{
border-color: #80BB17;
}
.TagClassName
{
border-color: #80BB17;
}
</style>