Shades of Lima #80C005
Tints of Lima #80C005
RGB
CMYK
RGB Variations
Color information
#80C005 (or 0x80C005) is known color: Lima. HEX triplet: 80, C0 and 05. RGB value is (128,192,5). Sum of RGB (Red+Green+Blue) = 128+192+5=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 192 (75.39% from 255 or 59.08% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 192 - color contains mainly: green. Hex color #80C005 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C005 is #7F3FFA. Grayscale: #989898. Windows color (decimal): -8339451 or 376960. OLE color: 376960.
HSL color Cylindrical-coordinate representation of color #80C005: hue angle of 80.53º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80C005 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 192 | 5 | - |
| CMYK | 0.33 | 0 | 0.97 | 0.25 |
| HSL | 80.53º | 0.95% | 0.39% | - |
| HSV(B) | 80.53º | 0.97% | 0.75% | - |
| XYZ | 27.78 | 42.3 | 6.84 | - |
| YUV | 151.55 | 45.3 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 192 | 5 | 0.33 | 0 | 0.97 | 0.25 | 80.53 | 0.95 | 0.39 |
| Hex | 80 | C0 | 5 | 21 | 0 | 61 | 19 | 51 | 5F | 27 |
| Octal | 200 | 300 | 5 | 41 | 0 | 141 | 31 | 121 | 137 | 47 |
| Binary | 10000000 | 11000000 | 101 | 100001 | 0 | 1100001 | 11001 | 1010001 | 1011111 | 100111 |
Color Harmonies of #80C005
Complementary color
Monochromatic Colors of #80C005
Black with #80C005
Text Example
Text Example
White with #80C005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C005; }
p { color: rgb(128,192,5); }
H1.HeaderClassName
{
color: #80C005;
}
.AnyTagClassName
{
color: #80C005;
}
</style>
background-color css
<style>
a { background-color: #80C005; }
a { background-color: rgb(128,192,5); }
div.DivClassName
{
background-color: #80C005;
}
.BgClassName
{
background-color: #80C005;
}
</style>
border-color css
<style>
span { border-color: #80C005; }
span { border-color: rgb(128,192,5); }
td.TdClassName
{
border-color: #80C005;
}
.TagClassName
{
border-color: #80C005;
}
</style>