Shades of Lima #80C10E
Tints of Lima #80C10E
RGB
CMYK
RGB Variations
Color information
#80C10E (or 0x80C10E) is known color: Lima. HEX triplet: 80, C1 and 0E. RGB value is (128,193,14). Sum of RGB (Red+Green+Blue) = 128+193+14=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 193 (75.78% from 255 or 57.61% from 335); Blue value is 14 (5.86% from 255 or 4.18% from 335); Max value from RGB is 193 - color contains mainly: green. Hex color #80C10E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C10E is #7F3EF1. Grayscale: #999999. Windows color (decimal): -8339186 or 967040. OLE color: 967040.
HSL color Cylindrical-coordinate representation of color #80C10E: hue angle of 81.79º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80C10E is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 193 | 14 | - |
| CMYK | 0.34 | 0 | 0.93 | 0.24 |
| HSL | 81.79º | 0.86% | 0.41% | - |
| HSV(B) | 81.79º | 0.93% | 0.76% | - |
| XYZ | 28.05 | 42.76 | 7.19 | - |
| YUV | 153.16 | 49.47 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 193 | 14 | 0.34 | 0 | 0.93 | 0.24 | 81.79 | 0.86 | 0.41 |
| Hex | 80 | C1 | E | 22 | 0 | 5D | 18 | 52 | 56 | 29 |
| Octal | 200 | 301 | 16 | 42 | 0 | 135 | 30 | 122 | 126 | 51 |
| Binary | 10000000 | 11000001 | 1110 | 100010 | 0 | 1011101 | 11000 | 1010010 | 1010110 | 101001 |
Color Harmonies of #80C10E
Complementary color
Monochromatic Colors of #80C10E
Black with #80C10E
Text Example
Text Example
White with #80C10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C10E; }
p { color: rgb(128,193,14); }
H1.HeaderClassName
{
color: #80C10E;
}
.AnyTagClassName
{
color: #80C10E;
}
</style>
background-color css
<style>
a { background-color: #80C10E; }
a { background-color: rgb(128,193,14); }
div.DivClassName
{
background-color: #80C10E;
}
.BgClassName
{
background-color: #80C10E;
}
</style>
border-color css
<style>
span { border-color: #80C10E; }
span { border-color: rgb(128,193,14); }
td.TdClassName
{
border-color: #80C10E;
}
.TagClassName
{
border-color: #80C10E;
}
</style>