Shades of Lima #80C511
Tints of Lima #80C511
RGB
CMYK
RGB Variations
Color information
#80C511 (or 0x80C511) is known color: Lima. HEX triplet: 80, C5 and 11. RGB value is (128,197,17). Sum of RGB (Red+Green+Blue) = 128+197+17=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 197 (77.34% from 255 or 57.60% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 197 - color contains mainly: green. Hex color #80C511 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C511 is #7F3AEE. Grayscale: #9C9C9C. Windows color (decimal): -8338159 or 1164672. OLE color: 1164672.
HSL color Cylindrical-coordinate representation of color #80C511: hue angle of 83º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80C511 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 128 | 197 | 17 | - |
| CMYK | 0.35 | 0 | 0.91 | 0.23 |
| HSL | 83º | 0.84% | 0.42% | - |
| HSV(B) | 83º | 0.91% | 0.77% | - |
| XYZ | 28.97 | 44.56 | 7.6 | - |
| YUV | 155.85 | 49.64 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 197 | 17 | 0.35 | 0 | 0.91 | 0.23 | 83 | 0.84 | 0.42 |
| Hex | 80 | C5 | 11 | 23 | 0 | 5B | 17 | 53 | 54 | 2A |
| Octal | 200 | 305 | 21 | 43 | 0 | 133 | 27 | 123 | 124 | 52 |
| Binary | 10000000 | 11000101 | 10001 | 100011 | 0 | 1011011 | 10111 | 1010011 | 1010100 | 101010 |
Color Harmonies of #80C511
Complementary color
Monochromatic Colors of #80C511
Black with #80C511
Text Example
Text Example
White with #80C511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C511; }
p { color: rgb(128,197,17); }
H1.HeaderClassName
{
color: #80C511;
}
.AnyTagClassName
{
color: #80C511;
}
</style>
background-color css
<style>
a { background-color: #80C511; }
a { background-color: rgb(128,197,17); }
div.DivClassName
{
background-color: #80C511;
}
.BgClassName
{
background-color: #80C511;
}
</style>
border-color css
<style>
span { border-color: #80C511; }
span { border-color: rgb(128,197,17); }
td.TdClassName
{
border-color: #80C511;
}
.TagClassName
{
border-color: #80C511;
}
</style>