Shades of Lima #80B732
Tints of Lima #80B732
RGB
CMYK
RGB Variations
Color information
#80B732 (or 0x80B732) is known color: Lima. HEX triplet: 80, B7 and 32. RGB value is (128,183,50). Sum of RGB (Red+Green+Blue) = 128+183+50=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 183 (71.88% from 255 or 50.69% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 183 - color contains mainly: green. Hex color #80B732 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B732 is #7F48CD. Grayscale: #979797. Windows color (decimal): -8341710 or 3323776. OLE color: 3323776.
HSL color Cylindrical-coordinate representation of color #80B732: hue angle of 84.81º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80B732 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 183 | 50 | - |
| CMYK | 0.30 | 0 | 0.73 | 0.28 |
| HSL | 84.81º | 0.57% | 0.46% | - |
| HSV(B) | 84.81º | 0.73% | 0.72% | - |
| XYZ | 26.41 | 38.69 | 9.09 | - |
| YUV | 151.39 | 70.78 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 183 | 50 | 0.30 | 0 | 0.73 | 0.28 | 84.81 | 0.57 | 0.46 |
| Hex | 80 | B7 | 32 | 1E | 0 | 49 | 1C | 55 | 39 | 2E |
| Octal | 200 | 267 | 62 | 36 | 0 | 111 | 34 | 125 | 71 | 56 |
| Binary | 10000000 | 10110111 | 110010 | 11110 | 0 | 1001001 | 11100 | 1010101 | 111001 | 101110 |
Color Harmonies of #80B732
Complementary color
Monochromatic Colors of #80B732
Black with #80B732
Text Example
Text Example
White with #80B732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B732; }
p { color: rgb(128,183,50); }
H1.HeaderClassName
{
color: #80B732;
}
.AnyTagClassName
{
color: #80B732;
}
</style>
background-color css
<style>
a { background-color: #80B732; }
a { background-color: rgb(128,183,50); }
div.DivClassName
{
background-color: #80B732;
}
.BgClassName
{
background-color: #80B732;
}
</style>
border-color css
<style>
span { border-color: #80B732; }
span { border-color: rgb(128,183,50); }
td.TdClassName
{
border-color: #80B732;
}
.TagClassName
{
border-color: #80B732;
}
</style>