Shades of Lima #80B331
Tints of Lima #80B331
RGB
CMYK
RGB Variations
Color information
#80B331 (or 0x80B331) is known color: Lima. HEX triplet: 80, B3 and 31. RGB value is (128,179,49). Sum of RGB (Red+Green+Blue) = 128+179+49=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 179 (70.31% from 255 or 50.28% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 179 - color contains mainly: green. Hex color #80B331 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B331 is #7F4CCE. Grayscale: #959595. Windows color (decimal): -8342735 or 3257216. OLE color: 3257216.
HSL color Cylindrical-coordinate representation of color #80B331: hue angle of 83.54º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80B331 is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 179 | 49 | - |
| CMYK | 0.28 | 0 | 0.73 | 0.30 |
| HSL | 83.54º | 0.57% | 0.45% | - |
| HSV(B) | 83.54º | 0.73% | 0.7% | - |
| XYZ | 25.58 | 37.05 | 8.71 | - |
| YUV | 148.93 | 71.6 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 179 | 49 | 0.28 | 0 | 0.73 | 0.30 | 83.54 | 0.57 | 0.45 |
| Hex | 80 | B3 | 31 | 1C | 0 | 49 | 1E | 54 | 39 | 2D |
| Octal | 200 | 263 | 61 | 34 | 0 | 111 | 36 | 124 | 71 | 55 |
| Binary | 10000000 | 10110011 | 110001 | 11100 | 0 | 1001001 | 11110 | 1010100 | 111001 | 101101 |
Color Harmonies of #80B331
Complementary color
Monochromatic Colors of #80B331
Black with #80B331
Text Example
Text Example
White with #80B331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B331; }
p { color: rgb(128,179,49); }
H1.HeaderClassName
{
color: #80B331;
}
.AnyTagClassName
{
color: #80B331;
}
</style>
background-color css
<style>
a { background-color: #80B331; }
a { background-color: rgb(128,179,49); }
div.DivClassName
{
background-color: #80B331;
}
.BgClassName
{
background-color: #80B331;
}
</style>
border-color css
<style>
span { border-color: #80B331; }
span { border-color: rgb(128,179,49); }
td.TdClassName
{
border-color: #80B331;
}
.TagClassName
{
border-color: #80B331;
}
</style>