Shades of Lima #80BB0E
Tints of Lima #80BB0E
RGB
CMYK
RGB Variations
Color information
#80BB0E (or 0x80BB0E) is known color: Lima. HEX triplet: 80, BB and 0E. RGB value is (128,187,14). Sum of RGB (Red+Green+Blue) = 128+187+14=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 187 (73.44% from 255 or 56.84% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BB0E is #7F44F1. Grayscale: #969696. Windows color (decimal): -8340722 or 965504. OLE color: 965504.
HSL color Cylindrical-coordinate representation of color #80BB0E: hue angle of 80.46º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80BB0E is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 187 | 14 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.27 |
| HSL | 80.46º | 0.86% | 0.39% | - |
| HSV(B) | 80.46º | 0.93% | 0.73% | - |
| XYZ | 26.75 | 40.16 | 6.76 | - |
| YUV | 149.64 | 51.45 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 187 | 14 | 0.32 | 0 | 0.93 | 0.27 | 80.46 | 0.86 | 0.39 |
| Hex | 80 | BB | E | 20 | 0 | 5D | 1B | 50 | 56 | 27 |
| Octal | 200 | 273 | 16 | 40 | 0 | 135 | 33 | 120 | 126 | 47 |
| Binary | 10000000 | 10111011 | 1110 | 100000 | 0 | 1011101 | 11011 | 1010000 | 1010110 | 100111 |
Color Harmonies of #80BB0E
Complementary color
Monochromatic Colors of #80BB0E
Black with #80BB0E
Text Example
Text Example
White with #80BB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BB0E; }
p { color: rgb(128,187,14); }
H1.HeaderClassName
{
color: #80BB0E;
}
.AnyTagClassName
{
color: #80BB0E;
}
</style>
background-color css
<style>
a { background-color: #80BB0E; }
a { background-color: rgb(128,187,14); }
div.DivClassName
{
background-color: #80BB0E;
}
.BgClassName
{
background-color: #80BB0E;
}
</style>
border-color css
<style>
span { border-color: #80BB0E; }
span { border-color: rgb(128,187,14); }
td.TdClassName
{
border-color: #80BB0E;
}
.TagClassName
{
border-color: #80BB0E;
}
</style>