Shades of Lima #80BF16
Tints of Lima #80BF16
RGB
CMYK
RGB Variations
Color information
#80BF16 (or 0x80BF16) is known color: Lima. HEX triplet: 80, BF and 16. RGB value is (128,191,22). Sum of RGB (Red+Green+Blue) = 128+191+22=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 191 (75% from 255 or 56.01% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BF16 is #7F40E9. Grayscale: #999999. Windows color (decimal): -8339690 or 1490816. OLE color: 1490816.
HSL color Cylindrical-coordinate representation of color #80BF16: hue angle of 82.37º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80BF16 is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 191 | 22 | - |
| CMYK | 0.33 | 0 | 0.88 | 0.25 |
| HSL | 82.37º | 0.79% | 0.42% | - |
| HSV(B) | 82.37º | 0.88% | 0.75% | - |
| XYZ | 27.68 | 41.91 | 7.39 | - |
| YUV | 152.9 | 54.13 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 191 | 22 | 0.33 | 0 | 0.88 | 0.25 | 82.37 | 0.79 | 0.42 |
| Hex | 80 | BF | 16 | 21 | 0 | 58 | 19 | 52 | 4F | 2A |
| Octal | 200 | 277 | 26 | 41 | 0 | 130 | 31 | 122 | 117 | 52 |
| Binary | 10000000 | 10111111 | 10110 | 100001 | 0 | 1011000 | 11001 | 1010010 | 1001111 | 101010 |
Color Harmonies of #80BF16
Complementary color
Monochromatic Colors of #80BF16
Black with #80BF16
Text Example
Text Example
White with #80BF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BF16; }
p { color: rgb(128,191,22); }
H1.HeaderClassName
{
color: #80BF16;
}
.AnyTagClassName
{
color: #80BF16;
}
</style>
background-color css
<style>
a { background-color: #80BF16; }
a { background-color: rgb(128,191,22); }
div.DivClassName
{
background-color: #80BF16;
}
.BgClassName
{
background-color: #80BF16;
}
</style>
border-color css
<style>
span { border-color: #80BF16; }
span { border-color: rgb(128,191,22); }
td.TdClassName
{
border-color: #80BF16;
}
.TagClassName
{
border-color: #80BF16;
}
</style>