Shades of Lima #80B80D
Tints of Lima #80B80D
RGB
CMYK
RGB Variations
Color information
#80B80D (or 0x80B80D) is known color: Lima. HEX triplet: 80, B8 and 0D. RGB value is (128,184,13). Sum of RGB (Red+Green+Blue) = 128+184+13=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 184 (72.27% from 255 or 56.62% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 184 - color contains mainly: green. Hex color #80B80D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B80D is #7F47F2. Grayscale: #949494. Windows color (decimal): -8341491 or 899200. OLE color: 899200.
HSL color Cylindrical-coordinate representation of color #80B80D: hue angle of 79.65º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80B80D is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 184 | 13 | - |
| CMYK | 0.30 | 0 | 0.93 | 0.28 |
| HSL | 79.65º | 0.87% | 0.39% | - |
| HSV(B) | 79.65º | 0.93% | 0.72% | - |
| XYZ | 26.12 | 38.9 | 6.51 | - |
| YUV | 147.76 | 51.95 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 184 | 13 | 0.30 | 0 | 0.93 | 0.28 | 79.65 | 0.87 | 0.39 |
| Hex | 80 | B8 | D | 1E | 0 | 5D | 1C | 50 | 57 | 27 |
| Octal | 200 | 270 | 15 | 36 | 0 | 135 | 34 | 120 | 127 | 47 |
| Binary | 10000000 | 10111000 | 1101 | 11110 | 0 | 1011101 | 11100 | 1010000 | 1010111 | 100111 |
Color Harmonies of #80B80D
Complementary color
Monochromatic Colors of #80B80D
Black with #80B80D
Text Example
Text Example
White with #80B80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B80D; }
p { color: rgb(128,184,13); }
H1.HeaderClassName
{
color: #80B80D;
}
.AnyTagClassName
{
color: #80B80D;
}
</style>
background-color css
<style>
a { background-color: #80B80D; }
a { background-color: rgb(128,184,13); }
div.DivClassName
{
background-color: #80B80D;
}
.BgClassName
{
background-color: #80B80D;
}
</style>
border-color css
<style>
span { border-color: #80B80D; }
span { border-color: rgb(128,184,13); }
td.TdClassName
{
border-color: #80B80D;
}
.TagClassName
{
border-color: #80B80D;
}
</style>