Shades of Lima #80C110
Tints of Lima #80C110
RGB
CMYK
RGB Variations
Color information
#80C110 (or 0x80C110) is known color: Lima. HEX triplet: 80, C1 and 10. RGB value is (128,193,16). Sum of RGB (Red+Green+Blue) = 128+193+16=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 193 (75.78% from 255 or 57.27% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 193 - color contains mainly: green. Hex color #80C110 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C110 is #7F3EEF. Grayscale: #9A9A9A. Windows color (decimal): -8339184 or 1098112. OLE color: 1098112.
HSL color Cylindrical-coordinate representation of color #80C110: hue angle of 82.03º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80C110 is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 193 | 16 | - |
| CMYK | 0.34 | 0 | 0.92 | 0.24 |
| HSL | 82.03º | 0.85% | 0.41% | - |
| HSV(B) | 82.03º | 0.92% | 0.76% | - |
| XYZ | 28.07 | 42.77 | 7.27 | - |
| YUV | 153.39 | 50.47 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 193 | 16 | 0.34 | 0 | 0.92 | 0.24 | 82.03 | 0.85 | 0.41 |
| Hex | 80 | C1 | 10 | 22 | 0 | 5C | 18 | 52 | 55 | 29 |
| Octal | 200 | 301 | 20 | 42 | 0 | 134 | 30 | 122 | 125 | 51 |
| Binary | 10000000 | 11000001 | 10000 | 100010 | 0 | 1011100 | 11000 | 1010010 | 1010101 | 101001 |
Color Harmonies of #80C110
Complementary color
Monochromatic Colors of #80C110
Black with #80C110
Text Example
Text Example
White with #80C110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C110; }
p { color: rgb(128,193,16); }
H1.HeaderClassName
{
color: #80C110;
}
.AnyTagClassName
{
color: #80C110;
}
</style>
background-color css
<style>
a { background-color: #80C110; }
a { background-color: rgb(128,193,16); }
div.DivClassName
{
background-color: #80C110;
}
.BgClassName
{
background-color: #80C110;
}
</style>
border-color css
<style>
span { border-color: #80C110; }
span { border-color: rgb(128,193,16); }
td.TdClassName
{
border-color: #80C110;
}
.TagClassName
{
border-color: #80C110;
}
</style>