Shades of Lima #80BB21
Tints of Lima #80BB21
RGB
CMYK
RGB Variations
Color information
#80BB21 (or 0x80BB21) is known color: Lima. HEX triplet: 80, BB and 21. RGB value is (128,187,33). Sum of RGB (Red+Green+Blue) = 128+187+33=348 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.78% from 348); Green value is 187 (73.44% from 255 or 53.74% from 348); Blue value is 33 (13.28% from 255 or 9.48% from 348); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BB21 is #7F44DE. Grayscale: #989898. Windows color (decimal): -8340703 or 2210688. OLE color: 2210688.
HSL color Cylindrical-coordinate representation of color #80BB21: hue angle of 82.99º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #80BB21 is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 187 | 33 | - |
| CMYK | 0.32 | 0 | 0.82 | 0.27 |
| HSL | 82.99º | 0.7% | 0.43% | - |
| HSV(B) | 82.99º | 0.82% | 0.73% | - |
| XYZ | 26.95 | 40.24 | 7.79 | - |
| YUV | 151.8 | 60.95 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 187 | 33 | 0.32 | 0 | 0.82 | 0.27 | 82.99 | 0.7 | 0.43 |
| Hex | 80 | BB | 21 | 20 | 0 | 52 | 1B | 53 | 46 | 2B |
| Octal | 200 | 273 | 41 | 40 | 0 | 122 | 33 | 123 | 106 | 53 |
| Binary | 10000000 | 10111011 | 100001 | 100000 | 0 | 1010010 | 11011 | 1010011 | 1000110 | 101011 |
Color Harmonies of #80BB21
Complementary color
Monochromatic Colors of #80BB21
Black with #80BB21
Text Example
Text Example
White with #80BB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BB21; }
p { color: rgb(128,187,33); }
H1.HeaderClassName
{
color: #80BB21;
}
.AnyTagClassName
{
color: #80BB21;
}
</style>
background-color css
<style>
a { background-color: #80BB21; }
a { background-color: rgb(128,187,33); }
div.DivClassName
{
background-color: #80BB21;
}
.BgClassName
{
background-color: #80BB21;
}
</style>
border-color css
<style>
span { border-color: #80BB21; }
span { border-color: rgb(128,187,33); }
td.TdClassName
{
border-color: #80BB21;
}
.TagClassName
{
border-color: #80BB21;
}
</style>