Shades of Lima #80C805
Tints of Lima #80C805
RGB
CMYK
RGB Variations
Color information
#80C805 (or 0x80C805) is known color: Lima. HEX triplet: 80, C8 and 05. RGB value is (128,200,5). Sum of RGB (Red+Green+Blue) = 128+200+5=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 200 (78.52% from 255 or 60.06% from 333); Blue value is 5 (2.34% from 255 or 1.50% from 333); Max value from RGB is 200 - color contains mainly: green. Hex color #80C805 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C805 is #7F37FA. Grayscale: #9C9C9C. Windows color (decimal): -8337403 or 379008. OLE color: 379008.
HSL color Cylindrical-coordinate representation of color #80C805: hue angle of 82.15º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80C805 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 200 | 5 | - |
| CMYK | 0.36 | 0 | 0.98 | 0.22 |
| HSL | 82.15º | 0.95% | 0.4% | - |
| HSV(B) | 82.15º | 0.98% | 0.78% | - |
| XYZ | 29.58 | 45.91 | 7.45 | - |
| YUV | 156.24 | 42.65 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 200 | 5 | 0.36 | 0 | 0.98 | 0.22 | 82.15 | 0.95 | 0.4 |
| Hex | 80 | C8 | 5 | 24 | 0 | 62 | 16 | 52 | 5F | 28 |
| Octal | 200 | 310 | 5 | 44 | 0 | 142 | 26 | 122 | 137 | 50 |
| Binary | 10000000 | 11001000 | 101 | 100100 | 0 | 1100010 | 10110 | 1010010 | 1011111 | 101000 |
Color Harmonies of #80C805
Complementary color
Monochromatic Colors of #80C805
Black with #80C805
Text Example
Text Example
White with #80C805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C805; }
p { color: rgb(128,200,5); }
H1.HeaderClassName
{
color: #80C805;
}
.AnyTagClassName
{
color: #80C805;
}
</style>
background-color css
<style>
a { background-color: #80C805; }
a { background-color: rgb(128,200,5); }
div.DivClassName
{
background-color: #80C805;
}
.BgClassName
{
background-color: #80C805;
}
</style>
border-color css
<style>
span { border-color: #80C805; }
span { border-color: rgb(128,200,5); }
td.TdClassName
{
border-color: #80C805;
}
.TagClassName
{
border-color: #80C805;
}
</style>