Shades of Lima #80B80B
Tints of Lima #80B80B
RGB
CMYK
RGB Variations
Color information
#80B80B (or 0x80B80B) is known color: Lima. HEX triplet: 80, B8 and 0B. RGB value is (128,184,11). Sum of RGB (Red+Green+Blue) = 128+184+11=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 184 (72.27% from 255 or 56.97% from 323); Blue value is 11 (4.69% from 255 or 3.41% from 323); Max value from RGB is 184 - color contains mainly: green. Hex color #80B80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B80B is #7F47F4. Grayscale: #949494. Windows color (decimal): -8341493 or 768128. OLE color: 768128.
HSL color Cylindrical-coordinate representation of color #80B80B: hue angle of 79.42º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80B80B is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 184 | 11 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.28 |
| HSL | 79.42º | 0.89% | 0.38% | - |
| HSV(B) | 79.42º | 0.94% | 0.72% | - |
| XYZ | 26.1 | 38.89 | 6.45 | - |
| YUV | 147.53 | 50.95 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 184 | 11 | 0.30 | 0 | 0.94 | 0.28 | 79.42 | 0.89 | 0.38 |
| Hex | 80 | B8 | B | 1E | 0 | 5E | 1C | 4F | 59 | 26 |
| Octal | 200 | 270 | 13 | 36 | 0 | 136 | 34 | 117 | 131 | 46 |
| Binary | 10000000 | 10111000 | 1011 | 11110 | 0 | 1011110 | 11100 | 1001111 | 1011001 | 100110 |
Color Harmonies of #80B80B
Complementary color
Monochromatic Colors of #80B80B
Black with #80B80B
Text Example
Text Example
White with #80B80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B80B; }
p { color: rgb(128,184,11); }
H1.HeaderClassName
{
color: #80B80B;
}
.AnyTagClassName
{
color: #80B80B;
}
</style>
background-color css
<style>
a { background-color: #80B80B; }
a { background-color: rgb(128,184,11); }
div.DivClassName
{
background-color: #80B80B;
}
.BgClassName
{
background-color: #80B80B;
}
</style>
border-color css
<style>
span { border-color: #80B80B; }
span { border-color: rgb(128,184,11); }
td.TdClassName
{
border-color: #80B80B;
}
.TagClassName
{
border-color: #80B80B;
}
</style>