Shades of Lima #80C111
Tints of Lima #80C111
RGB
CMYK
RGB Variations
Color information
#80C111 (or 0x80C111) is known color: Lima. HEX triplet: 80, C1 and 11. RGB value is (128,193,17). Sum of RGB (Red+Green+Blue) = 128+193+17=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 193 (75.78% from 255 or 57.10% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 193 - color contains mainly: green. Hex color #80C111 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C111 is #7F3EEE. Grayscale: #9A9A9A. Windows color (decimal): -8339183 or 1163648. OLE color: 1163648.
HSL color Cylindrical-coordinate representation of color #80C111: hue angle of 82.16º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80C111 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 193 | 17 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.24 |
| HSL | 82.16º | 0.84% | 0.41% | - |
| HSV(B) | 82.16º | 0.91% | 0.76% | - |
| XYZ | 28.07 | 42.77 | 7.31 | - |
| YUV | 153.5 | 50.97 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 193 | 17 | 0.34 | 0 | 0.91 | 0.24 | 82.16 | 0.84 | 0.41 |
| Hex | 80 | C1 | 11 | 22 | 0 | 5B | 18 | 52 | 54 | 29 |
| Octal | 200 | 301 | 21 | 42 | 0 | 133 | 30 | 122 | 124 | 51 |
| Binary | 10000000 | 11000001 | 10001 | 100010 | 0 | 1011011 | 11000 | 1010010 | 1010100 | 101001 |
Color Harmonies of #80C111
Complementary color
Monochromatic Colors of #80C111
Black with #80C111
Text Example
Text Example
White with #80C111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C111; }
p { color: rgb(128,193,17); }
H1.HeaderClassName
{
color: #80C111;
}
.AnyTagClassName
{
color: #80C111;
}
</style>
background-color css
<style>
a { background-color: #80C111; }
a { background-color: rgb(128,193,17); }
div.DivClassName
{
background-color: #80C111;
}
.BgClassName
{
background-color: #80C111;
}
</style>
border-color css
<style>
span { border-color: #80C111; }
span { border-color: rgb(128,193,17); }
td.TdClassName
{
border-color: #80C111;
}
.TagClassName
{
border-color: #80C111;
}
</style>