Shades of Lima #80C10A
Tints of Lima #80C10A
RGB
CMYK
RGB Variations
Color information
#80C10A (or 0x80C10A) is known color: Lima. HEX triplet: 80, C1 and 0A. RGB value is (128,193,10). Sum of RGB (Red+Green+Blue) = 128+193+10=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 193 (75.78% from 255 or 58.31% from 331); Blue value is 10 (4.30% from 255 or 3.02% from 331); Max value from RGB is 193 - color contains mainly: green. Hex color #80C10A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C10A is #7F3EF5. Grayscale: #999999. Windows color (decimal): -8339190 or 704896. OLE color: 704896.
HSL color Cylindrical-coordinate representation of color #80C10A: hue angle of 81.31º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #80C10A is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 193 | 10 | - |
| CMYK | 0.34 | 0 | 0.95 | 0.24 |
| HSL | 81.31º | 0.9% | 0.4% | - |
| HSV(B) | 81.31º | 0.95% | 0.76% | - |
| XYZ | 28.03 | 42.75 | 7.06 | - |
| YUV | 152.7 | 47.47 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 193 | 10 | 0.34 | 0 | 0.95 | 0.24 | 81.31 | 0.9 | 0.4 |
| Hex | 80 | C1 | A | 22 | 0 | 5F | 18 | 51 | 5A | 28 |
| Octal | 200 | 301 | 12 | 42 | 0 | 137 | 30 | 121 | 132 | 50 |
| Binary | 10000000 | 11000001 | 1010 | 100010 | 0 | 1011111 | 11000 | 1010001 | 1011010 | 101000 |
Color Harmonies of #80C10A
Complementary color
Monochromatic Colors of #80C10A
Black with #80C10A
Text Example
Text Example
White with #80C10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C10A; }
p { color: rgb(128,193,10); }
H1.HeaderClassName
{
color: #80C10A;
}
.AnyTagClassName
{
color: #80C10A;
}
</style>
background-color css
<style>
a { background-color: #80C10A; }
a { background-color: rgb(128,193,10); }
div.DivClassName
{
background-color: #80C10A;
}
.BgClassName
{
background-color: #80C10A;
}
</style>
border-color css
<style>
span { border-color: #80C10A; }
span { border-color: rgb(128,193,10); }
td.TdClassName
{
border-color: #80C10A;
}
.TagClassName
{
border-color: #80C10A;
}
</style>