Shades of Lima #80B12B
Tints of Lima #80B12B
RGB
CMYK
RGB Variations
Color information
#80B12B (or 0x80B12B) is known color: Lima. HEX triplet: 80, B1 and 2B. RGB value is (128,177,43). Sum of RGB (Red+Green+Blue) = 128+177+43=348 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.78% from 348); Green value is 177 (69.53% from 255 or 50.86% from 348); Blue value is 43 (17.19% from 255 or 12.36% from 348); Max value from RGB is 177 - color contains mainly: green. Hex color #80B12B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80B12B is #7F4ED4. Grayscale: #939393. Windows color (decimal): -8343253 or 2863488. OLE color: 2863488.
HSL color Cylindrical-coordinate representation of color #80B12B: hue angle of 81.94º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80B12B is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 177 | 43 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.31 |
| HSL | 81.94º | 0.61% | 0.43% | - |
| HSV(B) | 81.94º | 0.76% | 0.69% | - |
| XYZ | 25.06 | 36.21 | 7.95 | - |
| YUV | 147.07 | 69.27 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 177 | 43 | 0.28 | 0 | 0.76 | 0.31 | 81.94 | 0.61 | 0.43 |
| Hex | 80 | B1 | 2B | 1C | 0 | 4C | 1F | 52 | 3D | 2B |
| Octal | 200 | 261 | 53 | 34 | 0 | 114 | 37 | 122 | 75 | 53 |
| Binary | 10000000 | 10110001 | 101011 | 11100 | 0 | 1001100 | 11111 | 1010010 | 111101 | 101011 |
Color Harmonies of #80B12B
Complementary color
Monochromatic Colors of #80B12B
Black with #80B12B
Text Example
Text Example
White with #80B12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B12B; }
p { color: rgb(128,177,43); }
H1.HeaderClassName
{
color: #80B12B;
}
.AnyTagClassName
{
color: #80B12B;
}
</style>
background-color css
<style>
a { background-color: #80B12B; }
a { background-color: rgb(128,177,43); }
div.DivClassName
{
background-color: #80B12B;
}
.BgClassName
{
background-color: #80B12B;
}
</style>
border-color css
<style>
span { border-color: #80B12B; }
span { border-color: rgb(128,177,43); }
td.TdClassName
{
border-color: #80B12B;
}
.TagClassName
{
border-color: #80B12B;
}
</style>