Shades of Lima #80C106
Tints of Lima #80C106
RGB
CMYK
RGB Variations
Color information
#80C106 (or 0x80C106) is known color: Lima. HEX triplet: 80, C1 and 06. RGB value is (128,193,6). Sum of RGB (Red+Green+Blue) = 128+193+6=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 193 (75.78% from 255 or 59.02% from 327); Blue value is 6 (2.73% from 255 or 1.83% from 327); Max value from RGB is 193 - color contains mainly: green. Hex color #80C106 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C106 is #7F3EF9. Grayscale: #989898. Windows color (decimal): -8339194 or 442752. OLE color: 442752.
HSL color Cylindrical-coordinate representation of color #80C106: hue angle of 80.86º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80C106 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 193 | 6 | - |
| CMYK | 0.34 | 0 | 0.97 | 0.24 |
| HSL | 80.86º | 0.94% | 0.39% | - |
| HSV(B) | 80.86º | 0.97% | 0.76% | - |
| XYZ | 28 | 42.74 | 6.95 | - |
| YUV | 152.25 | 45.47 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 193 | 6 | 0.34 | 0 | 0.97 | 0.24 | 80.86 | 0.94 | 0.39 |
| Hex | 80 | C1 | 6 | 22 | 0 | 61 | 18 | 51 | 5E | 27 |
| Octal | 200 | 301 | 6 | 42 | 0 | 141 | 30 | 121 | 136 | 47 |
| Binary | 10000000 | 11000001 | 110 | 100010 | 0 | 1100001 | 11000 | 1010001 | 1011110 | 100111 |
Color Harmonies of #80C106
Complementary color
Monochromatic Colors of #80C106
Black with #80C106
Text Example
Text Example
White with #80C106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C106; }
p { color: rgb(128,193,6); }
H1.HeaderClassName
{
color: #80C106;
}
.AnyTagClassName
{
color: #80C106;
}
</style>
background-color css
<style>
a { background-color: #80C106; }
a { background-color: rgb(128,193,6); }
div.DivClassName
{
background-color: #80C106;
}
.BgClassName
{
background-color: #80C106;
}
</style>
border-color css
<style>
span { border-color: #80C106; }
span { border-color: rgb(128,193,6); }
td.TdClassName
{
border-color: #80C106;
}
.TagClassName
{
border-color: #80C106;
}
</style>