Shades of Lima #80AD1F
Tints of Lima #80AD1F
RGB
CMYK
RGB Variations
Color information
#80AD1F (or 0x80AD1F) is known color: Lima. HEX triplet: 80, AD and 1F. RGB value is (128,173,31). Sum of RGB (Red+Green+Blue) = 128+173+31=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 173 (67.97% from 255 or 52.11% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AD1F is #7F52E0. Grayscale: #8F8F8F. Windows color (decimal): -8344289 or 2076032. OLE color: 2076032.
HSL color Cylindrical-coordinate representation of color #80AD1F: hue angle of 79.01º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #80AD1F is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 173 | 31 | - |
| CMYK | 0.26 | 0 | 0.82 | 0.32 |
| HSL | 79.01º | 0.7% | 0.4% | - |
| HSV(B) | 79.01º | 0.82% | 0.68% | - |
| XYZ | 24.09 | 34.58 | 6.7 | - |
| YUV | 143.36 | 64.59 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 173 | 31 | 0.26 | 0 | 0.82 | 0.32 | 79.01 | 0.7 | 0.4 |
| Hex | 80 | AD | 1F | 1A | 0 | 52 | 20 | 4F | 46 | 28 |
| Octal | 200 | 255 | 37 | 32 | 0 | 122 | 40 | 117 | 106 | 50 |
| Binary | 10000000 | 10101101 | 11111 | 11010 | 0 | 1010010 | 100000 | 1001111 | 1000110 | 101000 |
Color Harmonies of #80AD1F
Complementary color
Monochromatic Colors of #80AD1F
Black with #80AD1F
Text Example
Text Example
White with #80AD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AD1F; }
p { color: rgb(128,173,31); }
H1.HeaderClassName
{
color: #80AD1F;
}
.AnyTagClassName
{
color: #80AD1F;
}
</style>
background-color css
<style>
a { background-color: #80AD1F; }
a { background-color: rgb(128,173,31); }
div.DivClassName
{
background-color: #80AD1F;
}
.BgClassName
{
background-color: #80AD1F;
}
</style>
border-color css
<style>
span { border-color: #80AD1F; }
span { border-color: rgb(128,173,31); }
td.TdClassName
{
border-color: #80AD1F;
}
.TagClassName
{
border-color: #80AD1F;
}
</style>