Shades of Lima #80C525
Tints of Lima #80C525
RGB
CMYK
RGB Variations
Color information
#80C525 (or 0x80C525) is known color: Lima. HEX triplet: 80, C5 and 25. RGB value is (128,197,37). Sum of RGB (Red+Green+Blue) = 128+197+37=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 197 (77.34% from 255 or 54.42% from 362); Blue value is 37 (14.84% from 255 or 10.22% from 362); Max value from RGB is 197 - color contains mainly: green. Hex color #80C525 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C525 is #7F3ADA. Grayscale: #9E9E9E. Windows color (decimal): -8338139 or 2475392. OLE color: 2475392.
HSL color Cylindrical-coordinate representation of color #80C525: hue angle of 85.88º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80C525 is Cyan = 0.35, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 128 | 197 | 37 | - |
| CMYK | 0.35 | 0 | 0.81 | 0.23 |
| HSL | 85.88º | 0.68% | 0.46% | - |
| HSV(B) | 85.88º | 0.81% | 0.77% | - |
| XYZ | 29.2 | 44.66 | 8.83 | - |
| YUV | 158.13 | 59.64 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 197 | 37 | 0.35 | 0 | 0.81 | 0.23 | 85.88 | 0.68 | 0.46 |
| Hex | 80 | C5 | 25 | 23 | 0 | 51 | 17 | 56 | 44 | 2E |
| Octal | 200 | 305 | 45 | 43 | 0 | 121 | 27 | 126 | 104 | 56 |
| Binary | 10000000 | 11000101 | 100101 | 100011 | 0 | 1010001 | 10111 | 1010110 | 1000100 | 101110 |
Color Harmonies of #80C525
Complementary color
Monochromatic Colors of #80C525
Black with #80C525
Text Example
Text Example
White with #80C525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C525; }
p { color: rgb(128,197,37); }
H1.HeaderClassName
{
color: #80C525;
}
.AnyTagClassName
{
color: #80C525;
}
</style>
background-color css
<style>
a { background-color: #80C525; }
a { background-color: rgb(128,197,37); }
div.DivClassName
{
background-color: #80C525;
}
.BgClassName
{
background-color: #80C525;
}
</style>
border-color css
<style>
span { border-color: #80C525; }
span { border-color: rgb(128,197,37); }
td.TdClassName
{
border-color: #80C525;
}
.TagClassName
{
border-color: #80C525;
}
</style>