Shades of Lima #80BB14
Tints of Lima #80BB14
RGB
CMYK
RGB Variations
Color information
#80BB14 (or 0x80BB14) is known color: Lima. HEX triplet: 80, BB and 14. RGB value is (128,187,20). Sum of RGB (Red+Green+Blue) = 128+187+20=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 187 (73.44% from 255 or 55.82% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BB14 is #7F44EB. Grayscale: #969696. Windows color (decimal): -8340716 or 1358720. OLE color: 1358720.
HSL color Cylindrical-coordinate representation of color #80BB14: hue angle of 81.2º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80BB14 is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 187 | 20 | - |
| CMYK | 0.32 | 0 | 0.89 | 0.27 |
| HSL | 81.2º | 0.81% | 0.41% | - |
| HSV(B) | 81.2º | 0.89% | 0.73% | - |
| XYZ | 26.8 | 40.18 | 7 | - |
| YUV | 150.32 | 54.45 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 187 | 20 | 0.32 | 0 | 0.89 | 0.27 | 81.2 | 0.81 | 0.41 |
| Hex | 80 | BB | 14 | 20 | 0 | 59 | 1B | 51 | 51 | 29 |
| Octal | 200 | 273 | 24 | 40 | 0 | 131 | 33 | 121 | 121 | 51 |
| Binary | 10000000 | 10111011 | 10100 | 100000 | 0 | 1011001 | 11011 | 1010001 | 1010001 | 101001 |
Color Harmonies of #80BB14
Complementary color
Monochromatic Colors of #80BB14
Black with #80BB14
Text Example
Text Example
White with #80BB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BB14; }
p { color: rgb(128,187,20); }
H1.HeaderClassName
{
color: #80BB14;
}
.AnyTagClassName
{
color: #80BB14;
}
</style>
background-color css
<style>
a { background-color: #80BB14; }
a { background-color: rgb(128,187,20); }
div.DivClassName
{
background-color: #80BB14;
}
.BgClassName
{
background-color: #80BB14;
}
</style>
border-color css
<style>
span { border-color: #80BB14; }
span { border-color: rgb(128,187,20); }
td.TdClassName
{
border-color: #80BB14;
}
.TagClassName
{
border-color: #80BB14;
}
</style>