Shades of Lima #80A804
Tints of Lima #80A804
RGB
CMYK
RGB Variations
Color information
#80A804 (or 0x80A804) is known color: Lima. HEX triplet: 80, A8 and 04. RGB value is (128,168,4). Sum of RGB (Red+Green+Blue) = 128+168+4=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 168 (66.02% from 255 or 56% from 300); Blue value is 4 (1.95% from 255 or 1.33% from 300); Max value from RGB is 168 - color contains mainly: green. Hex color #80A804 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A804 is #7F57FB. Grayscale: #898989. Windows color (decimal): -8345596 or 305280. OLE color: 305280.
HSL color Cylindrical-coordinate representation of color #80A804: hue angle of 74.63º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80A804 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 128 | 168 | 4 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.34 |
| HSL | 74.63º | 0.95% | 0.34% | - |
| HSV(B) | 74.63º | 0.98% | 0.66% | - |
| XYZ | 22.93 | 32.6 | 5.2 | - |
| YUV | 137.34 | 52.75 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 168 | 4 | 0.24 | 0 | 0.98 | 0.34 | 74.63 | 0.95 | 0.34 |
| Hex | 80 | A8 | 4 | 18 | 0 | 62 | 22 | 4B | 5F | 22 |
| Octal | 200 | 250 | 4 | 30 | 0 | 142 | 42 | 113 | 137 | 42 |
| Binary | 10000000 | 10101000 | 100 | 11000 | 0 | 1100010 | 100010 | 1001011 | 1011111 | 100010 |
Color Harmonies of #80A804
Complementary color
Monochromatic Colors of #80A804
Black with #80A804
Text Example
Text Example
White with #80A804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A804; }
p { color: rgb(128,168,4); }
H1.HeaderClassName
{
color: #80A804;
}
.AnyTagClassName
{
color: #80A804;
}
</style>
background-color css
<style>
a { background-color: #80A804; }
a { background-color: rgb(128,168,4); }
div.DivClassName
{
background-color: #80A804;
}
.BgClassName
{
background-color: #80A804;
}
</style>
border-color css
<style>
span { border-color: #80A804; }
span { border-color: rgb(128,168,4); }
td.TdClassName
{
border-color: #80A804;
}
.TagClassName
{
border-color: #80A804;
}
</style>