Shades of Lima #80C816
Tints of Lima #80C816
RGB
CMYK
RGB Variations
Color information
#80C816 (or 0x80C816) is known color: Lima. HEX triplet: 80, C8 and 16. RGB value is (128,200,22). Sum of RGB (Red+Green+Blue) = 128+200+22=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 200 (78.52% from 255 or 57.14% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 200 - color contains mainly: green. Hex color #80C816 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C816 is #7F37E9. Grayscale: #9E9E9E. Windows color (decimal): -8337386 or 1493120. OLE color: 1493120.
HSL color Cylindrical-coordinate representation of color #80C816: hue angle of 84.27º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80C816 is Cyan = 0.36, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 200 | 22 | - |
| CMYK | 0.36 | 0 | 0.89 | 0.22 |
| HSL | 84.27º | 0.8% | 0.44% | - |
| HSV(B) | 84.27º | 0.89% | 0.78% | - |
| XYZ | 29.7 | 45.96 | 8.06 | - |
| YUV | 158.18 | 51.15 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 200 | 22 | 0.36 | 0 | 0.89 | 0.22 | 84.27 | 0.8 | 0.44 |
| Hex | 80 | C8 | 16 | 24 | 0 | 59 | 16 | 54 | 50 | 2C |
| Octal | 200 | 310 | 26 | 44 | 0 | 131 | 26 | 124 | 120 | 54 |
| Binary | 10000000 | 11001000 | 10110 | 100100 | 0 | 1011001 | 10110 | 1010100 | 1010000 | 101100 |
Color Harmonies of #80C816
Complementary color
Monochromatic Colors of #80C816
Black with #80C816
Text Example
Text Example
White with #80C816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C816; }
p { color: rgb(128,200,22); }
H1.HeaderClassName
{
color: #80C816;
}
.AnyTagClassName
{
color: #80C816;
}
</style>
background-color css
<style>
a { background-color: #80C816; }
a { background-color: rgb(128,200,22); }
div.DivClassName
{
background-color: #80C816;
}
.BgClassName
{
background-color: #80C816;
}
</style>
border-color css
<style>
span { border-color: #80C816; }
span { border-color: rgb(128,200,22); }
td.TdClassName
{
border-color: #80C816;
}
.TagClassName
{
border-color: #80C816;
}
</style>