Shades of Lima #80B40F
Tints of Lima #80B40F
RGB
CMYK
RGB Variations
Color information
#80B40F (or 0x80B40F) is known color: Lima. HEX triplet: 80, B4 and 0F. RGB value is (128,180,15). Sum of RGB (Red+Green+Blue) = 128+180+15=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 180 (70.70% from 255 or 55.73% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 180 - color contains mainly: green. Hex color #80B40F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B40F is #7F4BF0. Grayscale: #929292. Windows color (decimal): -8342513 or 1029248. OLE color: 1029248.
HSL color Cylindrical-coordinate representation of color #80B40F: hue angle of 78.91º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80B40F is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 180 | 15 | - |
| CMYK | 0.29 | 0 | 0.92 | 0.29 |
| HSL | 78.91º | 0.85% | 0.38% | - |
| HSV(B) | 78.91º | 0.92% | 0.71% | - |
| XYZ | 25.31 | 37.27 | 6.31 | - |
| YUV | 145.64 | 54.27 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 180 | 15 | 0.29 | 0 | 0.92 | 0.29 | 78.91 | 0.85 | 0.38 |
| Hex | 80 | B4 | F | 1D | 0 | 5C | 1D | 4F | 55 | 26 |
| Octal | 200 | 264 | 17 | 35 | 0 | 134 | 35 | 117 | 125 | 46 |
| Binary | 10000000 | 10110100 | 1111 | 11101 | 0 | 1011100 | 11101 | 1001111 | 1010101 | 100110 |
Color Harmonies of #80B40F
Complementary color
Monochromatic Colors of #80B40F
Black with #80B40F
Text Example
Text Example
White with #80B40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B40F; }
p { color: rgb(128,180,15); }
H1.HeaderClassName
{
color: #80B40F;
}
.AnyTagClassName
{
color: #80B40F;
}
</style>
background-color css
<style>
a { background-color: #80B40F; }
a { background-color: rgb(128,180,15); }
div.DivClassName
{
background-color: #80B40F;
}
.BgClassName
{
background-color: #80B40F;
}
</style>
border-color css
<style>
span { border-color: #80B40F; }
span { border-color: rgb(128,180,15); }
td.TdClassName
{
border-color: #80B40F;
}
.TagClassName
{
border-color: #80B40F;
}
</style>