Shades of Lima #80B205
Tints of Lima #80B205
RGB
CMYK
RGB Variations
Color information
#80B205 (or 0x80B205) is known color: Lima. HEX triplet: 80, B2 and 05. RGB value is (128,178,5). Sum of RGB (Red+Green+Blue) = 128+178+5=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 178 (69.92% from 255 or 57.23% from 311); Blue value is 5 (2.34% from 255 or 1.61% from 311); Max value from RGB is 178 - color contains mainly: green. Hex color #80B205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80B205 is #7F4DFA. Grayscale: #8F8F8F. Windows color (decimal): -8343035 or 373376. OLE color: 373376.
HSL color Cylindrical-coordinate representation of color #80B205: hue angle of 77.34º 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 #80B205 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 178 | 5 | - |
| CMYK | 0.28 | 0 | 0.97 | 0.30 |
| HSL | 77.34º | 0.95% | 0.36% | - |
| HSV(B) | 77.34º | 0.97% | 0.7% | - |
| XYZ | 24.85 | 36.44 | 5.87 | - |
| YUV | 143.33 | 49.94 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 178 | 5 | 0.28 | 0 | 0.97 | 0.30 | 77.34 | 0.95 | 0.36 |
| Hex | 80 | B2 | 5 | 1C | 0 | 61 | 1E | 4D | 5F | 24 |
| Octal | 200 | 262 | 5 | 34 | 0 | 141 | 36 | 115 | 137 | 44 |
| Binary | 10000000 | 10110010 | 101 | 11100 | 0 | 1100001 | 11110 | 1001101 | 1011111 | 100100 |
Color Harmonies of #80B205
Complementary color
Monochromatic Colors of #80B205
Black with #80B205
Text Example
Text Example
White with #80B205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B205; }
p { color: rgb(128,178,5); }
H1.HeaderClassName
{
color: #80B205;
}
.AnyTagClassName
{
color: #80B205;
}
</style>
background-color css
<style>
a { background-color: #80B205; }
a { background-color: rgb(128,178,5); }
div.DivClassName
{
background-color: #80B205;
}
.BgClassName
{
background-color: #80B205;
}
</style>
border-color css
<style>
span { border-color: #80B205; }
span { border-color: rgb(128,178,5); }
td.TdClassName
{
border-color: #80B205;
}
.TagClassName
{
border-color: #80B205;
}
</style>