Shades of Lima #80C011
Tints of Lima #80C011
RGB
CMYK
RGB Variations
Color information
#80C011 (or 0x80C011) is known color: Lima. HEX triplet: 80, C0 and 11. RGB value is (128,192,17). Sum of RGB (Red+Green+Blue) = 128+192+17=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 192 (75.39% from 255 or 56.97% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 192 - color contains mainly: green. Hex color #80C011 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C011 is #7F3FEE. Grayscale: #999999. Windows color (decimal): -8339439 or 1163392. OLE color: 1163392.
HSL color Cylindrical-coordinate representation of color #80C011: hue angle of 81.94º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80C011 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 192 | 17 | - |
| CMYK | 0.33 | 0 | 0.91 | 0.25 |
| HSL | 81.94º | 0.84% | 0.41% | - |
| HSV(B) | 81.94º | 0.91% | 0.75% | - |
| XYZ | 27.85 | 42.33 | 7.23 | - |
| YUV | 152.91 | 51.3 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 192 | 17 | 0.33 | 0 | 0.91 | 0.25 | 81.94 | 0.84 | 0.41 |
| Hex | 80 | C0 | 11 | 21 | 0 | 5B | 19 | 52 | 54 | 29 |
| Octal | 200 | 300 | 21 | 41 | 0 | 133 | 31 | 122 | 124 | 51 |
| Binary | 10000000 | 11000000 | 10001 | 100001 | 0 | 1011011 | 11001 | 1010010 | 1010100 | 101001 |
Color Harmonies of #80C011
Complementary color
Monochromatic Colors of #80C011
Black with #80C011
Text Example
Text Example
White with #80C011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C011; }
p { color: rgb(128,192,17); }
H1.HeaderClassName
{
color: #80C011;
}
.AnyTagClassName
{
color: #80C011;
}
</style>
background-color css
<style>
a { background-color: #80C011; }
a { background-color: rgb(128,192,17); }
div.DivClassName
{
background-color: #80C011;
}
.BgClassName
{
background-color: #80C011;
}
</style>
border-color css
<style>
span { border-color: #80C011; }
span { border-color: rgb(128,192,17); }
td.TdClassName
{
border-color: #80C011;
}
.TagClassName
{
border-color: #80C011;
}
</style>