Shades of Lima #80C00A
Tints of Lima #80C00A
RGB
CMYK
RGB Variations
Color information
#80C00A (or 0x80C00A) is known color: Lima. HEX triplet: 80, C0 and 0A. RGB value is (128,192,10). Sum of RGB (Red+Green+Blue) = 128+192+10=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 192 (75.39% from 255 or 58.18% from 330); Blue value is 10 (4.30% from 255 or 3.03% from 330); Max value from RGB is 192 - color contains mainly: green. Hex color #80C00A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C00A is #7F3FF5. Grayscale: #989898. Windows color (decimal): -8339446 or 704640. OLE color: 704640.
HSL color Cylindrical-coordinate representation of color #80C00A: hue angle of 81.1º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #80C00A is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 192 | 10 | - |
| CMYK | 0.33 | 0 | 0.95 | 0.25 |
| HSL | 81.1º | 0.9% | 0.4% | - |
| HSV(B) | 81.1º | 0.95% | 0.75% | - |
| XYZ | 27.81 | 42.31 | 6.99 | - |
| YUV | 152.12 | 47.8 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 192 | 10 | 0.33 | 0 | 0.95 | 0.25 | 81.1 | 0.9 | 0.4 |
| Hex | 80 | C0 | A | 21 | 0 | 5F | 19 | 51 | 5A | 28 |
| Octal | 200 | 300 | 12 | 41 | 0 | 137 | 31 | 121 | 132 | 50 |
| Binary | 10000000 | 11000000 | 1010 | 100001 | 0 | 1011111 | 11001 | 1010001 | 1011010 | 101000 |
Color Harmonies of #80C00A
Complementary color
Monochromatic Colors of #80C00A
Black with #80C00A
Text Example
Text Example
White with #80C00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C00A; }
p { color: rgb(128,192,10); }
H1.HeaderClassName
{
color: #80C00A;
}
.AnyTagClassName
{
color: #80C00A;
}
</style>
background-color css
<style>
a { background-color: #80C00A; }
a { background-color: rgb(128,192,10); }
div.DivClassName
{
background-color: #80C00A;
}
.BgClassName
{
background-color: #80C00A;
}
</style>
border-color css
<style>
span { border-color: #80C00A; }
span { border-color: rgb(128,192,10); }
td.TdClassName
{
border-color: #80C00A;
}
.TagClassName
{
border-color: #80C00A;
}
</style>