Shades of Lima #80C710
Tints of Lima #80C710
RGB
CMYK
RGB Variations
Color information
#80C710 (or 0x80C710) is known color: Lima. HEX triplet: 80, C7 and 10. RGB value is (128,199,16). Sum of RGB (Red+Green+Blue) = 128+199+16=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 199 (78.12% from 255 or 58.02% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 199 - color contains mainly: green. Hex color #80C710 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C710 is #7F38EF. Grayscale: #9D9D9D. Windows color (decimal): -8337648 or 1099648. OLE color: 1099648.
HSL color Cylindrical-coordinate representation of color #80C710: hue angle of 83.28º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80C710 is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 199 | 16 | - |
| CMYK | 0.36 | 0 | 0.92 | 0.22 |
| HSL | 83.28º | 0.85% | 0.42% | - |
| HSV(B) | 83.28º | 0.92% | 0.78% | - |
| XYZ | 29.42 | 45.47 | 7.72 | - |
| YUV | 156.91 | 48.48 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 199 | 16 | 0.36 | 0 | 0.92 | 0.22 | 83.28 | 0.85 | 0.42 |
| Hex | 80 | C7 | 10 | 24 | 0 | 5C | 16 | 53 | 55 | 2A |
| Octal | 200 | 307 | 20 | 44 | 0 | 134 | 26 | 123 | 125 | 52 |
| Binary | 10000000 | 11000111 | 10000 | 100100 | 0 | 1011100 | 10110 | 1010011 | 1010101 | 101010 |
Color Harmonies of #80C710
Complementary color
Monochromatic Colors of #80C710
Black with #80C710
Text Example
Text Example
White with #80C710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C710; }
p { color: rgb(128,199,16); }
H1.HeaderClassName
{
color: #80C710;
}
.AnyTagClassName
{
color: #80C710;
}
</style>
background-color css
<style>
a { background-color: #80C710; }
a { background-color: rgb(128,199,16); }
div.DivClassName
{
background-color: #80C710;
}
.BgClassName
{
background-color: #80C710;
}
</style>
border-color css
<style>
span { border-color: #80C710; }
span { border-color: rgb(128,199,16); }
td.TdClassName
{
border-color: #80C710;
}
.TagClassName
{
border-color: #80C710;
}
</style>