Shades of Lima #80AA25
Tints of Lima #80AA25
RGB
CMYK
RGB Variations
Color information
#80AA25 (or 0x80AA25) is known color: Lima. HEX triplet: 80, AA and 25. RGB value is (128,170,37). Sum of RGB (Red+Green+Blue) = 128+170+37=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 170 (66.80% from 255 or 50.75% from 335); Blue value is 37 (14.84% from 255 or 11.04% from 335); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AA25 is #7F55DA. Grayscale: #8E8E8E. Windows color (decimal): -8345051 or 2468480. OLE color: 2468480.
HSL color Cylindrical-coordinate representation of color #80AA25: hue angle of 78.95º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80AA25 is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 170 | 37 | - |
| CMYK | 0.25 | 0 | 0.78 | 0.33 |
| HSL | 78.95º | 0.64% | 0.41% | - |
| HSV(B) | 78.95º | 0.78% | 0.67% | - |
| XYZ | 23.61 | 33.47 | 6.97 | - |
| YUV | 142.28 | 68.59 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 37 | 0.25 | 0 | 0.78 | 0.33 | 78.95 | 0.64 | 0.41 |
| Hex | 80 | AA | 25 | 19 | 0 | 4E | 21 | 4F | 40 | 29 |
| Octal | 200 | 252 | 45 | 31 | 0 | 116 | 41 | 117 | 100 | 51 |
| Binary | 10000000 | 10101010 | 100101 | 11001 | 0 | 1001110 | 100001 | 1001111 | 1000000 | 101001 |
Color Harmonies of #80AA25
Complementary color
Monochromatic Colors of #80AA25
Black with #80AA25
Text Example
Text Example
White with #80AA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AA25; }
p { color: rgb(128,170,37); }
H1.HeaderClassName
{
color: #80AA25;
}
.AnyTagClassName
{
color: #80AA25;
}
</style>
background-color css
<style>
a { background-color: #80AA25; }
a { background-color: rgb(128,170,37); }
div.DivClassName
{
background-color: #80AA25;
}
.BgClassName
{
background-color: #80AA25;
}
</style>
border-color css
<style>
span { border-color: #80AA25; }
span { border-color: rgb(128,170,37); }
td.TdClassName
{
border-color: #80AA25;
}
.TagClassName
{
border-color: #80AA25;
}
</style>