Shades of Lima #80B82D
Tints of Lima #80B82D
RGB
CMYK
RGB Variations
Color information
#80B82D (or 0x80B82D) is known color: Lima. HEX triplet: 80, B8 and 2D. RGB value is (128,184,45). Sum of RGB (Red+Green+Blue) = 128+184+45=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 184 (72.27% from 255 or 51.54% from 357); Blue value is 45 (17.97% from 255 or 12.61% from 357); Max value from RGB is 184 - color contains mainly: green. Hex color #80B82D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B82D is #7F47D2. Grayscale: #979797. Windows color (decimal): -8341459 or 2996352. OLE color: 2996352.
HSL color Cylindrical-coordinate representation of color #80B82D: hue angle of 84.17º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80B82D is Cyan = 0.30, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 184 | 45 | - |
| CMYK | 0.30 | 0 | 0.76 | 0.28 |
| HSL | 84.17º | 0.61% | 0.45% | - |
| HSV(B) | 84.17º | 0.76% | 0.72% | - |
| XYZ | 26.52 | 39.06 | 8.62 | - |
| YUV | 151.41 | 67.95 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 184 | 45 | 0.30 | 0 | 0.76 | 0.28 | 84.17 | 0.61 | 0.45 |
| Hex | 80 | B8 | 2D | 1E | 0 | 4C | 1C | 54 | 3D | 2D |
| Octal | 200 | 270 | 55 | 36 | 0 | 114 | 34 | 124 | 75 | 55 |
| Binary | 10000000 | 10111000 | 101101 | 11110 | 0 | 1001100 | 11100 | 1010100 | 111101 | 101101 |
Color Harmonies of #80B82D
Complementary color
Monochromatic Colors of #80B82D
Black with #80B82D
Text Example
Text Example
White with #80B82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B82D; }
p { color: rgb(128,184,45); }
H1.HeaderClassName
{
color: #80B82D;
}
.AnyTagClassName
{
color: #80B82D;
}
</style>
background-color css
<style>
a { background-color: #80B82D; }
a { background-color: rgb(128,184,45); }
div.DivClassName
{
background-color: #80B82D;
}
.BgClassName
{
background-color: #80B82D;
}
</style>
border-color css
<style>
span { border-color: #80B82D; }
span { border-color: rgb(128,184,45); }
td.TdClassName
{
border-color: #80B82D;
}
.TagClassName
{
border-color: #80B82D;
}
</style>