Shades of Lima #80C014
Tints of Lima #80C014
RGB
CMYK
RGB Variations
Color information
#80C014 (or 0x80C014) is known color: Lima. HEX triplet: 80, C0 and 14. RGB value is (128,192,20). Sum of RGB (Red+Green+Blue) = 128+192+20=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 192 (75.39% from 255 or 56.47% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 192 - color contains mainly: green. Hex color #80C014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C014 is #7F3FEB. Grayscale: #999999. Windows color (decimal): -8339436 or 1360000. OLE color: 1360000.
HSL color Cylindrical-coordinate representation of color #80C014: hue angle of 82.33º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80C014 is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 192 | 20 | - |
| CMYK | 0.33 | 0 | 0.90 | 0.25 |
| HSL | 82.33º | 0.81% | 0.42% | - |
| HSV(B) | 82.33º | 0.9% | 0.75% | - |
| XYZ | 27.88 | 42.34 | 7.36 | - |
| YUV | 153.26 | 52.8 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 192 | 20 | 0.33 | 0 | 0.90 | 0.25 | 82.33 | 0.81 | 0.42 |
| Hex | 80 | C0 | 14 | 21 | 0 | 5A | 19 | 52 | 51 | 2A |
| Octal | 200 | 300 | 24 | 41 | 0 | 132 | 31 | 122 | 121 | 52 |
| Binary | 10000000 | 11000000 | 10100 | 100001 | 0 | 1011010 | 11001 | 1010010 | 1010001 | 101010 |
Color Harmonies of #80C014
Complementary color
Monochromatic Colors of #80C014
Black with #80C014
Text Example
Text Example
White with #80C014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C014; }
p { color: rgb(128,192,20); }
H1.HeaderClassName
{
color: #80C014;
}
.AnyTagClassName
{
color: #80C014;
}
</style>
background-color css
<style>
a { background-color: #80C014; }
a { background-color: rgb(128,192,20); }
div.DivClassName
{
background-color: #80C014;
}
.BgClassName
{
background-color: #80C014;
}
</style>
border-color css
<style>
span { border-color: #80C014; }
span { border-color: rgb(128,192,20); }
td.TdClassName
{
border-color: #80C014;
}
.TagClassName
{
border-color: #80C014;
}
</style>