Shades of Lima #80BB05
Tints of Lima #80BB05
RGB
CMYK
RGB Variations
Color information
#80BB05 (or 0x80BB05) is known color: Lima. HEX triplet: 80, BB and 05. RGB value is (128,187,5). Sum of RGB (Red+Green+Blue) = 128+187+5=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 187 (73.44% from 255 or 58.44% from 320); Blue value is 5 (2.34% from 255 or 1.56% from 320); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BB05 is #7F44FA. Grayscale: #959595. Windows color (decimal): -8340731 or 375680. OLE color: 375680.
HSL color Cylindrical-coordinate representation of color #80BB05: hue angle of 79.45º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80BB05 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 187 | 5 | - |
| CMYK | 0.32 | 0 | 0.97 | 0.27 |
| HSL | 79.45º | 0.95% | 0.38% | - |
| HSV(B) | 79.45º | 0.97% | 0.73% | - |
| XYZ | 26.7 | 40.14 | 6.48 | - |
| YUV | 148.61 | 46.95 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 187 | 5 | 0.32 | 0 | 0.97 | 0.27 | 79.45 | 0.95 | 0.38 |
| Hex | 80 | BB | 5 | 20 | 0 | 61 | 1B | 4F | 5F | 26 |
| Octal | 200 | 273 | 5 | 40 | 0 | 141 | 33 | 117 | 137 | 46 |
| Binary | 10000000 | 10111011 | 101 | 100000 | 0 | 1100001 | 11011 | 1001111 | 1011111 | 100110 |
Color Harmonies of #80BB05
Complementary color
Monochromatic Colors of #80BB05
Black with #80BB05
Text Example
Text Example
White with #80BB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BB05; }
p { color: rgb(128,187,5); }
H1.HeaderClassName
{
color: #80BB05;
}
.AnyTagClassName
{
color: #80BB05;
}
</style>
background-color css
<style>
a { background-color: #80BB05; }
a { background-color: rgb(128,187,5); }
div.DivClassName
{
background-color: #80BB05;
}
.BgClassName
{
background-color: #80BB05;
}
</style>
border-color css
<style>
span { border-color: #80BB05; }
span { border-color: rgb(128,187,5); }
td.TdClassName
{
border-color: #80BB05;
}
.TagClassName
{
border-color: #80BB05;
}
</style>