Shades of Lima #80B308
Tints of Lima #80B308
RGB
CMYK
RGB Variations
Color information
#80B308 (or 0x80B308) is known color: Lima. HEX triplet: 80, B3 and 08. RGB value is (128,179,8). Sum of RGB (Red+Green+Blue) = 128+179+8=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 179 (70.31% from 255 or 56.83% from 315); Blue value is 8 (3.52% from 255 or 2.54% from 315); Max value from RGB is 179 - color contains mainly: green. Hex color #80B308 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B308 is #7F4CF7. Grayscale: #909090. Windows color (decimal): -8342776 or 570240. OLE color: 570240.
HSL color Cylindrical-coordinate representation of color #80B308: hue angle of 77.89º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80B308 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 179 | 8 | - |
| CMYK | 0.28 | 0 | 0.96 | 0.30 |
| HSL | 77.89º | 0.91% | 0.37% | - |
| HSV(B) | 77.89º | 0.96% | 0.7% | - |
| XYZ | 25.07 | 36.85 | 6.02 | - |
| YUV | 144.26 | 51.1 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 179 | 8 | 0.28 | 0 | 0.96 | 0.30 | 77.89 | 0.91 | 0.37 |
| Hex | 80 | B3 | 8 | 1C | 0 | 60 | 1E | 4E | 5B | 25 |
| Octal | 200 | 263 | 10 | 34 | 0 | 140 | 36 | 116 | 133 | 45 |
| Binary | 10000000 | 10110011 | 1000 | 11100 | 0 | 1100000 | 11110 | 1001110 | 1011011 | 100101 |
Color Harmonies of #80B308
Complementary color
Monochromatic Colors of #80B308
Black with #80B308
Text Example
Text Example
White with #80B308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B308; }
p { color: rgb(128,179,8); }
H1.HeaderClassName
{
color: #80B308;
}
.AnyTagClassName
{
color: #80B308;
}
</style>
background-color css
<style>
a { background-color: #80B308; }
a { background-color: rgb(128,179,8); }
div.DivClassName
{
background-color: #80B308;
}
.BgClassName
{
background-color: #80B308;
}
</style>
border-color css
<style>
span { border-color: #80B308; }
span { border-color: rgb(128,179,8); }
td.TdClassName
{
border-color: #80B308;
}
.TagClassName
{
border-color: #80B308;
}
</style>