Shades of Lima #80CC19
Tints of Lima #80CC19
RGB
CMYK
RGB Variations
Color information
#80CC19 (or 0x80CC19) is known color: Lima. HEX triplet: 80, CC and 19. RGB value is (128,204,25). Sum of RGB (Red+Green+Blue) = 128+204+25=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 204 (80.08% from 255 or 57.14% from 357); Blue value is 25 (10.16% from 255 or 7.00% from 357); Max value from RGB is 204 - color contains mainly: green. Hex color #80CC19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80CC19 is #7F33E6. Grayscale: #A1A1A1. Windows color (decimal): -8336359 or 1690752. OLE color: 1690752.
HSL color Cylindrical-coordinate representation of color #80CC19: hue angle of 85.47º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80CC19 is Cyan = 0.37, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 204 | 25 | - |
| CMYK | 0.37 | 0 | 0.88 | 0.2 |
| HSL | 85.47º | 0.78% | 0.45% | - |
| HSV(B) | 85.47º | 0.88% | 0.8% | - |
| XYZ | 30.67 | 47.85 | 8.54 | - |
| YUV | 160.87 | 51.32 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 204 | 25 | 0.37 | 0 | 0.88 | 0.2 | 85.47 | 0.78 | 0.45 |
| Hex | 80 | CC | 19 | 25 | 0 | 58 | 14 | 55 | 4E | 2D |
| Octal | 200 | 314 | 31 | 45 | 0 | 130 | 24 | 125 | 116 | 55 |
| Binary | 10000000 | 11001100 | 11001 | 100101 | 0 | 1011000 | 10100 | 1010101 | 1001110 | 101101 |
Color Harmonies of #80CC19
Complementary color
Monochromatic Colors of #80CC19
Black with #80CC19
Text Example
Text Example
White with #80CC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CC19; }
p { color: rgb(128,204,25); }
H1.HeaderClassName
{
color: #80CC19;
}
.AnyTagClassName
{
color: #80CC19;
}
</style>
background-color css
<style>
a { background-color: #80CC19; }
a { background-color: rgb(128,204,25); }
div.DivClassName
{
background-color: #80CC19;
}
.BgClassName
{
background-color: #80CC19;
}
</style>
border-color css
<style>
span { border-color: #80CC19; }
span { border-color: rgb(128,204,25); }
td.TdClassName
{
border-color: #80CC19;
}
.TagClassName
{
border-color: #80CC19;
}
</style>