Shades of Lima #80AE11
Tints of Lima #80AE11
RGB
CMYK
RGB Variations
Color information
#80AE11 (or 0x80AE11) is known color: Lima. HEX triplet: 80, AE and 11. RGB value is (128,174,17). Sum of RGB (Red+Green+Blue) = 128+174+17=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 174 (68.36% from 255 or 54.55% from 319); Blue value is 17 (7.03% from 255 or 5.33% from 319); Max value from RGB is 174 - color contains mainly: green. Hex color #80AE11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AE11 is #7F51EE. Grayscale: #8E8E8E. Windows color (decimal): -8344047 or 1158784. OLE color: 1158784.
HSL color Cylindrical-coordinate representation of color #80AE11: hue angle of 77.58º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80AE11 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 174 | 17 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.32 |
| HSL | 77.58º | 0.82% | 0.37% | - |
| HSV(B) | 77.58º | 0.9% | 0.68% | - |
| XYZ | 24.14 | 34.9 | 5.99 | - |
| YUV | 142.35 | 57.26 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 174 | 17 | 0.26 | 0 | 0.90 | 0.32 | 77.58 | 0.82 | 0.37 |
| Hex | 80 | AE | 11 | 1A | 0 | 5A | 20 | 4E | 52 | 25 |
| Octal | 200 | 256 | 21 | 32 | 0 | 132 | 40 | 116 | 122 | 45 |
| Binary | 10000000 | 10101110 | 10001 | 11010 | 0 | 1011010 | 100000 | 1001110 | 1010010 | 100101 |
Color Harmonies of #80AE11
Complementary color
Monochromatic Colors of #80AE11
Black with #80AE11
Text Example
Text Example
White with #80AE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AE11; }
p { color: rgb(128,174,17); }
H1.HeaderClassName
{
color: #80AE11;
}
.AnyTagClassName
{
color: #80AE11;
}
</style>
background-color css
<style>
a { background-color: #80AE11; }
a { background-color: rgb(128,174,17); }
div.DivClassName
{
background-color: #80AE11;
}
.BgClassName
{
background-color: #80AE11;
}
</style>
border-color css
<style>
span { border-color: #80AE11; }
span { border-color: rgb(128,174,17); }
td.TdClassName
{
border-color: #80AE11;
}
.TagClassName
{
border-color: #80AE11;
}
</style>