Shades of Lima #80C70C
Tints of Lima #80C70C
RGB
CMYK
RGB Variations
Color information
#80C70C (or 0x80C70C) is known color: Lima. HEX triplet: 80, C7 and 0C. RGB value is (128,199,12). Sum of RGB (Red+Green+Blue) = 128+199+12=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 199 (78.12% from 255 or 58.70% from 339); Blue value is 12 (5.08% from 255 or 3.54% from 339); Max value from RGB is 199 - color contains mainly: green. Hex color #80C70C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C70C is #7F38F3. Grayscale: #9D9D9D. Windows color (decimal): -8337652 or 837504. OLE color: 837504.
HSL color Cylindrical-coordinate representation of color #80C70C: hue angle of 82.78º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80C70C is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 199 | 12 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.22 |
| HSL | 82.78º | 0.89% | 0.41% | - |
| HSV(B) | 82.78º | 0.94% | 0.78% | - |
| XYZ | 29.39 | 45.46 | 7.57 | - |
| YUV | 156.45 | 46.48 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 199 | 12 | 0.36 | 0 | 0.94 | 0.22 | 82.78 | 0.89 | 0.41 |
| Hex | 80 | C7 | C | 24 | 0 | 5E | 16 | 53 | 59 | 29 |
| Octal | 200 | 307 | 14 | 44 | 0 | 136 | 26 | 123 | 131 | 51 |
| Binary | 10000000 | 11000111 | 1100 | 100100 | 0 | 1011110 | 10110 | 1010011 | 1011001 | 101001 |
Color Harmonies of #80C70C
Complementary color
Monochromatic Colors of #80C70C
Black with #80C70C
Text Example
Text Example
White with #80C70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C70C; }
p { color: rgb(128,199,12); }
H1.HeaderClassName
{
color: #80C70C;
}
.AnyTagClassName
{
color: #80C70C;
}
</style>
background-color css
<style>
a { background-color: #80C70C; }
a { background-color: rgb(128,199,12); }
div.DivClassName
{
background-color: #80C70C;
}
.BgClassName
{
background-color: #80C70C;
}
</style>
border-color css
<style>
span { border-color: #80C70C; }
span { border-color: rgb(128,199,12); }
td.TdClassName
{
border-color: #80C70C;
}
.TagClassName
{
border-color: #80C70C;
}
</style>