Shades of Lima #80A700
Tints of Lima #80A700
RGB
CMYK
RGB Variations
Color information
#80A700 (or 0x80A700) is known color: Lima. HEX triplet: 80, A7 and 00. RGB value is (128,167,0). Sum of RGB (Red+Green+Blue) = 128+167+0=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 167 (65.62% from 255 or 56.61% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 167 - color contains mainly: green. Hex color #80A700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A700 is #7F58FF. Grayscale: #888888. Windows color (decimal): -8345856 or 42880. OLE color: 42880.
HSL color Cylindrical-coordinate representation of color #80A700: hue angle of 74.01º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #80A700 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 167 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.35 |
| HSL | 74.01º | 1% | 0.33% | - |
| HSV(B) | 74.01º | 1% | 0.65% | - |
| XYZ | 22.72 | 32.23 | 5.02 | - |
| YUV | 136.3 | 51.08 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 167 | 0 | 0.23 | 0 | 1 | 0.35 | 74.01 | 1 | 0.33 |
| Hex | 80 | A7 | 0 | 17 | 0 | 64 | 23 | 4A | 64 | 21 |
| Octal | 200 | 247 | 0 | 27 | 0 | 144 | 43 | 112 | 144 | 41 |
| Binary | 10000000 | 10100111 | 0 | 10111 | 0 | 1100100 | 100011 | 1001010 | 1100100 | 100001 |
Color Harmonies of #80A700
Complementary color
Monochromatic Colors of #80A700
Black with #80A700
Text Example
Text Example
White with #80A700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A700; }
p { color: rgb(128,167,0); }
H1.HeaderClassName
{
color: #80A700;
}
.AnyTagClassName
{
color: #80A700;
}
</style>
background-color css
<style>
a { background-color: #80A700; }
a { background-color: rgb(128,167,0); }
div.DivClassName
{
background-color: #80A700;
}
.BgClassName
{
background-color: #80A700;
}
</style>
border-color css
<style>
span { border-color: #80A700; }
span { border-color: rgb(128,167,0); }
td.TdClassName
{
border-color: #80A700;
}
.TagClassName
{
border-color: #80A700;
}
</style>