Shades of Lima #80AB23
Tints of Lima #80AB23
RGB
CMYK
RGB Variations
Color information
#80AB23 (or 0x80AB23) is known color: Lima. HEX triplet: 80, AB and 23. RGB value is (128,171,35). Sum of RGB (Red+Green+Blue) = 128+171+35=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 171 (67.19% from 255 or 51.20% from 334); Blue value is 35 (14.06% from 255 or 10.48% from 334); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AB23 is #7F54DC. Grayscale: #8F8F8F. Windows color (decimal): -8344797 or 2337664. OLE color: 2337664.
HSL color Cylindrical-coordinate representation of color #80AB23: hue angle of 78.97º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80AB23 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 171 | 35 | - |
| CMYK | 0.25 | 0 | 0.80 | 0.33 |
| HSL | 78.97º | 0.66% | 0.4% | - |
| HSV(B) | 78.97º | 0.8% | 0.67% | - |
| XYZ | 23.77 | 33.84 | 6.87 | - |
| YUV | 142.64 | 67.25 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 171 | 35 | 0.25 | 0 | 0.80 | 0.33 | 78.97 | 0.66 | 0.4 |
| Hex | 80 | AB | 23 | 19 | 0 | 50 | 21 | 4F | 42 | 28 |
| Octal | 200 | 253 | 43 | 31 | 0 | 120 | 41 | 117 | 102 | 50 |
| Binary | 10000000 | 10101011 | 100011 | 11001 | 0 | 1010000 | 100001 | 1001111 | 1000010 | 101000 |
Color Harmonies of #80AB23
Complementary color
Monochromatic Colors of #80AB23
Black with #80AB23
Text Example
Text Example
White with #80AB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AB23; }
p { color: rgb(128,171,35); }
H1.HeaderClassName
{
color: #80AB23;
}
.AnyTagClassName
{
color: #80AB23;
}
</style>
background-color css
<style>
a { background-color: #80AB23; }
a { background-color: rgb(128,171,35); }
div.DivClassName
{
background-color: #80AB23;
}
.BgClassName
{
background-color: #80AB23;
}
</style>
border-color css
<style>
span { border-color: #80AB23; }
span { border-color: rgb(128,171,35); }
td.TdClassName
{
border-color: #80AB23;
}
.TagClassName
{
border-color: #80AB23;
}
</style>