Shades of Lima #80A303
Tints of Lima #80A303
RGB
CMYK
RGB Variations
Color information
#80A303 (or 0x80A303) is known color: Lima. HEX triplet: 80, A3 and 03. RGB value is (128,163,3). Sum of RGB (Red+Green+Blue) = 128+163+3=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 163 (64.06% from 255 or 55.44% from 294); Blue value is 3 (1.56% from 255 or 1.02% from 294); Max value from RGB is 163 - color contains mainly: green. Hex color #80A303 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A303 is #7F5CFC. Grayscale: #868686. Windows color (decimal): -8346877 or 238464. OLE color: 238464.
HSL color Cylindrical-coordinate representation of color #80A303: hue angle of 73.12º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80A303 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 163 | 3 | - |
| CMYK | 0.21 | 0 | 0.98 | 0.36 |
| HSL | 73.13º | 0.96% | 0.33% | - |
| HSV(B) | 73.13º | 0.98% | 0.64% | - |
| XYZ | 22.02 | 30.79 | 4.87 | - |
| YUV | 134.3 | 53.9 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 163 | 3 | 0.21 | 0 | 0.98 | 0.36 | 73.13 | 0.96 | 0.33 |
| Hex | 80 | A3 | 3 | 15 | 0 | 62 | 24 | 49 | 60 | 21 |
| Octal | 200 | 243 | 3 | 25 | 0 | 142 | 44 | 111 | 140 | 41 |
| Binary | 10000000 | 10100011 | 11 | 10101 | 0 | 1100010 | 100100 | 1001001 | 1100000 | 100001 |
Color Harmonies of #80A303
Complementary color
Monochromatic Colors of #80A303
Black with #80A303
Text Example
Text Example
White with #80A303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A303; }
p { color: rgb(128,163,3); }
H1.HeaderClassName
{
color: #80A303;
}
.AnyTagClassName
{
color: #80A303;
}
</style>
background-color css
<style>
a { background-color: #80A303; }
a { background-color: rgb(128,163,3); }
div.DivClassName
{
background-color: #80A303;
}
.BgClassName
{
background-color: #80A303;
}
</style>
border-color css
<style>
span { border-color: #80A303; }
span { border-color: rgb(128,163,3); }
td.TdClassName
{
border-color: #80A303;
}
.TagClassName
{
border-color: #80A303;
}
</style>