Shades of Lima #80B103
Tints of Lima #80B103
RGB
CMYK
RGB Variations
Color information
#80B103 (or 0x80B103) is known color: Lima. HEX triplet: 80, B1 and 03. RGB value is (128,177,3). Sum of RGB (Red+Green+Blue) = 128+177+3=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 177 (69.53% from 255 or 57.47% from 308); Blue value is 3 (1.56% from 255 or 0.97% from 308); Max value from RGB is 177 - color contains mainly: green. Hex color #80B103 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80B103 is #7F4EFC. Grayscale: #8F8F8F. Windows color (decimal): -8343293 or 242048. OLE color: 242048.
HSL color Cylindrical-coordinate representation of color #80B103: hue angle of 76.9º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80B103 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 177 | 3 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.31 |
| HSL | 76.9º | 0.97% | 0.35% | - |
| HSV(B) | 76.9º | 0.98% | 0.69% | - |
| XYZ | 24.64 | 36.04 | 5.74 | - |
| YUV | 142.51 | 49.27 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 177 | 3 | 0.28 | 0 | 0.98 | 0.31 | 76.9 | 0.97 | 0.35 |
| Hex | 80 | B1 | 3 | 1C | 0 | 62 | 1F | 4D | 61 | 23 |
| Octal | 200 | 261 | 3 | 34 | 0 | 142 | 37 | 115 | 141 | 43 |
| Binary | 10000000 | 10110001 | 11 | 11100 | 0 | 1100010 | 11111 | 1001101 | 1100001 | 100011 |
Color Harmonies of #80B103
Complementary color
Monochromatic Colors of #80B103
Black with #80B103
Text Example
Text Example
White with #80B103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B103; }
p { color: rgb(128,177,3); }
H1.HeaderClassName
{
color: #80B103;
}
.AnyTagClassName
{
color: #80B103;
}
</style>
background-color css
<style>
a { background-color: #80B103; }
a { background-color: rgb(128,177,3); }
div.DivClassName
{
background-color: #80B103;
}
.BgClassName
{
background-color: #80B103;
}
</style>
border-color css
<style>
span { border-color: #80B103; }
span { border-color: rgb(128,177,3); }
td.TdClassName
{
border-color: #80B103;
}
.TagClassName
{
border-color: #80B103;
}
</style>