Shades of Lima #80B305
Tints of Lima #80B305
RGB
CMYK
RGB Variations
Color information
#80B305 (or 0x80B305) is known color: Lima. HEX triplet: 80, B3 and 05. RGB value is (128,179,5). Sum of RGB (Red+Green+Blue) = 128+179+5=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 179 (70.31% from 255 or 57.37% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 179 - color contains mainly: green. Hex color #80B305 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B305 is #7F4CFA. Grayscale: #909090. Windows color (decimal): -8342779 or 373632. OLE color: 373632.
HSL color Cylindrical-coordinate representation of color #80B305: hue angle of 77.59º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80B305 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 179 | 5 | - |
| CMYK | 0.28 | 0 | 0.97 | 0.30 |
| HSL | 77.59º | 0.95% | 0.36% | - |
| HSV(B) | 77.59º | 0.97% | 0.7% | - |
| XYZ | 25.05 | 36.84 | 5.93 | - |
| YUV | 143.92 | 49.6 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 179 | 5 | 0.28 | 0 | 0.97 | 0.30 | 77.59 | 0.95 | 0.36 |
| Hex | 80 | B3 | 5 | 1C | 0 | 61 | 1E | 4E | 5F | 24 |
| Octal | 200 | 263 | 5 | 34 | 0 | 141 | 36 | 116 | 137 | 44 |
| Binary | 10000000 | 10110011 | 101 | 11100 | 0 | 1100001 | 11110 | 1001110 | 1011111 | 100100 |
Color Harmonies of #80B305
Complementary color
Monochromatic Colors of #80B305
Black with #80B305
Text Example
Text Example
White with #80B305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B305; }
p { color: rgb(128,179,5); }
H1.HeaderClassName
{
color: #80B305;
}
.AnyTagClassName
{
color: #80B305;
}
</style>
background-color css
<style>
a { background-color: #80B305; }
a { background-color: rgb(128,179,5); }
div.DivClassName
{
background-color: #80B305;
}
.BgClassName
{
background-color: #80B305;
}
</style>
border-color css
<style>
span { border-color: #80B305; }
span { border-color: rgb(128,179,5); }
td.TdClassName
{
border-color: #80B305;
}
.TagClassName
{
border-color: #80B305;
}
</style>