Shades of Lima #80C809
Tints of Lima #80C809
RGB
CMYK
RGB Variations
Color information
#80C809 (or 0x80C809) is known color: Lima. HEX triplet: 80, C8 and 09. RGB value is (128,200,9). Sum of RGB (Red+Green+Blue) = 128+200+9=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 200 (78.52% from 255 or 59.35% from 337); Blue value is 9 (3.91% from 255 or 2.67% from 337); Max value from RGB is 200 - color contains mainly: green. Hex color #80C809 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C809 is #7F37F6. Grayscale: #9D9D9D. Windows color (decimal): -8337399 or 641152. OLE color: 641152.
HSL color Cylindrical-coordinate representation of color #80C809: hue angle of 82.62º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #80C809 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 200 | 9 | - |
| CMYK | 0.36 | 0 | 0.96 | 0.22 |
| HSL | 82.62º | 0.91% | 0.41% | - |
| HSV(B) | 82.62º | 0.96% | 0.78% | - |
| XYZ | 29.61 | 45.92 | 7.56 | - |
| YUV | 156.7 | 44.65 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 200 | 9 | 0.36 | 0 | 0.96 | 0.22 | 82.62 | 0.91 | 0.41 |
| Hex | 80 | C8 | 9 | 24 | 0 | 60 | 16 | 53 | 5B | 29 |
| Octal | 200 | 310 | 11 | 44 | 0 | 140 | 26 | 123 | 133 | 51 |
| Binary | 10000000 | 11001000 | 1001 | 100100 | 0 | 1100000 | 10110 | 1010011 | 1011011 | 101001 |
Color Harmonies of #80C809
Complementary color
Monochromatic Colors of #80C809
Black with #80C809
Text Example
Text Example
White with #80C809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C809; }
p { color: rgb(128,200,9); }
H1.HeaderClassName
{
color: #80C809;
}
.AnyTagClassName
{
color: #80C809;
}
</style>
background-color css
<style>
a { background-color: #80C809; }
a { background-color: rgb(128,200,9); }
div.DivClassName
{
background-color: #80C809;
}
.BgClassName
{
background-color: #80C809;
}
</style>
border-color css
<style>
span { border-color: #80C809; }
span { border-color: rgb(128,200,9); }
td.TdClassName
{
border-color: #80C809;
}
.TagClassName
{
border-color: #80C809;
}
</style>