Shades of Lima #80C016
Tints of Lima #80C016
RGB
CMYK
RGB Variations
Color information
#80C016 (or 0x80C016) is known color: Lima. HEX triplet: 80, C0 and 16. RGB value is (128,192,22). Sum of RGB (Red+Green+Blue) = 128+192+22=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 192 (75.39% from 255 or 56.14% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 192 - color contains mainly: green. Hex color #80C016 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C016 is #7F3FE9. Grayscale: #9A9A9A. Windows color (decimal): -8339434 or 1491072. OLE color: 1491072.
HSL color Cylindrical-coordinate representation of color #80C016: hue angle of 82.59º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80C016 is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 192 | 22 | - |
| CMYK | 0.33 | 0 | 0.89 | 0.25 |
| HSL | 82.59º | 0.79% | 0.42% | - |
| HSV(B) | 82.59º | 0.89% | 0.75% | - |
| XYZ | 27.9 | 42.35 | 7.46 | - |
| YUV | 153.48 | 53.8 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 192 | 22 | 0.33 | 0 | 0.89 | 0.25 | 82.59 | 0.79 | 0.42 |
| Hex | 80 | C0 | 16 | 21 | 0 | 59 | 19 | 53 | 4F | 2A |
| Octal | 200 | 300 | 26 | 41 | 0 | 131 | 31 | 123 | 117 | 52 |
| Binary | 10000000 | 11000000 | 10110 | 100001 | 0 | 1011001 | 11001 | 1010011 | 1001111 | 101010 |
Color Harmonies of #80C016
Complementary color
Monochromatic Colors of #80C016
Black with #80C016
Text Example
Text Example
White with #80C016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C016; }
p { color: rgb(128,192,22); }
H1.HeaderClassName
{
color: #80C016;
}
.AnyTagClassName
{
color: #80C016;
}
</style>
background-color css
<style>
a { background-color: #80C016; }
a { background-color: rgb(128,192,22); }
div.DivClassName
{
background-color: #80C016;
}
.BgClassName
{
background-color: #80C016;
}
</style>
border-color css
<style>
span { border-color: #80C016; }
span { border-color: rgb(128,192,22); }
td.TdClassName
{
border-color: #80C016;
}
.TagClassName
{
border-color: #80C016;
}
</style>