Shades of Lima #80B808
Tints of Lima #80B808
RGB
CMYK
RGB Variations
Color information
#80B808 (or 0x80B808) is known color: Lima. HEX triplet: 80, B8 and 08. RGB value is (128,184,8). Sum of RGB (Red+Green+Blue) = 128+184+8=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 184 (72.27% from 255 or 57.5% from 320); Blue value is 8 (3.52% from 255 or 2.5% from 320); Max value from RGB is 184 - color contains mainly: green. Hex color #80B808 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B808 is #7F47F7. Grayscale: #939393. Windows color (decimal): -8341496 or 571520. OLE color: 571520.
HSL color Cylindrical-coordinate representation of color #80B808: hue angle of 79.09º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80B808 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 184 | 8 | - |
| CMYK | 0.30 | 0 | 0.96 | 0.28 |
| HSL | 79.09º | 0.92% | 0.38% | - |
| HSV(B) | 79.09º | 0.96% | 0.72% | - |
| XYZ | 26.09 | 38.89 | 6.36 | - |
| YUV | 147.19 | 49.45 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 184 | 8 | 0.30 | 0 | 0.96 | 0.28 | 79.09 | 0.92 | 0.38 |
| Hex | 80 | B8 | 8 | 1E | 0 | 60 | 1C | 4F | 5C | 26 |
| Octal | 200 | 270 | 10 | 36 | 0 | 140 | 34 | 117 | 134 | 46 |
| Binary | 10000000 | 10111000 | 1000 | 11110 | 0 | 1100000 | 11100 | 1001111 | 1011100 | 100110 |
Color Harmonies of #80B808
Complementary color
Monochromatic Colors of #80B808
Black with #80B808
Text Example
Text Example
White with #80B808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B808; }
p { color: rgb(128,184,8); }
H1.HeaderClassName
{
color: #80B808;
}
.AnyTagClassName
{
color: #80B808;
}
</style>
background-color css
<style>
a { background-color: #80B808; }
a { background-color: rgb(128,184,8); }
div.DivClassName
{
background-color: #80B808;
}
.BgClassName
{
background-color: #80B808;
}
</style>
border-color css
<style>
span { border-color: #80B808; }
span { border-color: rgb(128,184,8); }
td.TdClassName
{
border-color: #80B808;
}
.TagClassName
{
border-color: #80B808;
}
</style>