Shades of Lima #80C114
Tints of Lima #80C114
RGB
CMYK
RGB Variations
Color information
#80C114 (or 0x80C114) is known color: Lima. HEX triplet: 80, C1 and 14. RGB value is (128,193,20). Sum of RGB (Red+Green+Blue) = 128+193+20=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 193 (75.78% from 255 or 56.60% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 193 - color contains mainly: green. Hex color #80C114 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C114 is #7F3EEB. Grayscale: #9A9A9A. Windows color (decimal): -8339180 or 1360256. OLE color: 1360256.
HSL color Cylindrical-coordinate representation of color #80C114: hue angle of 82.54º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80C114 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 193 | 20 | - |
| CMYK | 0.34 | 0 | 0.90 | 0.24 |
| HSL | 82.54º | 0.81% | 0.42% | - |
| HSV(B) | 82.54º | 0.9% | 0.76% | - |
| XYZ | 28.1 | 42.78 | 7.44 | - |
| YUV | 153.84 | 52.47 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 193 | 20 | 0.34 | 0 | 0.90 | 0.24 | 82.54 | 0.81 | 0.42 |
| Hex | 80 | C1 | 14 | 22 | 0 | 5A | 18 | 53 | 51 | 2A |
| Octal | 200 | 301 | 24 | 42 | 0 | 132 | 30 | 123 | 121 | 52 |
| Binary | 10000000 | 11000001 | 10100 | 100010 | 0 | 1011010 | 11000 | 1010011 | 1010001 | 101010 |
Color Harmonies of #80C114
Complementary color
Monochromatic Colors of #80C114
Black with #80C114
Text Example
Text Example
White with #80C114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C114; }
p { color: rgb(128,193,20); }
H1.HeaderClassName
{
color: #80C114;
}
.AnyTagClassName
{
color: #80C114;
}
</style>
background-color css
<style>
a { background-color: #80C114; }
a { background-color: rgb(128,193,20); }
div.DivClassName
{
background-color: #80C114;
}
.BgClassName
{
background-color: #80C114;
}
</style>
border-color css
<style>
span { border-color: #80C114; }
span { border-color: rgb(128,193,20); }
td.TdClassName
{
border-color: #80C114;
}
.TagClassName
{
border-color: #80C114;
}
</style>