Shades of Lima #80D016
Tints of Lima #80D016
RGB
CMYK
RGB Variations
Color information
#80D016 (or 0x80D016) is known color: Lima. HEX triplet: 80, D0 and 16. RGB value is (128,208,22). Sum of RGB (Red+Green+Blue) = 128+208+22=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 208 (81.64% from 255 or 58.10% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 208 - color contains mainly: green. Hex color #80D016 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D016 is #7F2FE9. Grayscale: #A3A3A3. Windows color (decimal): -8335338 or 1495168. OLE color: 1495168.
HSL color Cylindrical-coordinate representation of color #80D016: hue angle of 85.81º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80D016 is Cyan = 0.38, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 208 | 22 | - |
| CMYK | 0.38 | 0 | 0.89 | 0.18 |
| HSL | 85.81º | 0.81% | 0.45% | - |
| HSV(B) | 85.81º | 0.89% | 0.82% | - |
| XYZ | 31.6 | 49.76 | 8.7 | - |
| YUV | 162.88 | 48.5 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 208 | 22 | 0.38 | 0 | 0.89 | 0.18 | 85.81 | 0.81 | 0.45 |
| Hex | 80 | D0 | 16 | 26 | 0 | 59 | 12 | 56 | 51 | 2D |
| Octal | 200 | 320 | 26 | 46 | 0 | 131 | 22 | 126 | 121 | 55 |
| Binary | 10000000 | 11010000 | 10110 | 100110 | 0 | 1011001 | 10010 | 1010110 | 1010001 | 101101 |
Color Harmonies of #80D016
Complementary color
Monochromatic Colors of #80D016
Black with #80D016
Text Example
Text Example
White with #80D016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D016; }
p { color: rgb(128,208,22); }
H1.HeaderClassName
{
color: #80D016;
}
.AnyTagClassName
{
color: #80D016;
}
</style>
background-color css
<style>
a { background-color: #80D016; }
a { background-color: rgb(128,208,22); }
div.DivClassName
{
background-color: #80D016;
}
.BgClassName
{
background-color: #80D016;
}
</style>
border-color css
<style>
span { border-color: #80D016; }
span { border-color: rgb(128,208,22); }
td.TdClassName
{
border-color: #80D016;
}
.TagClassName
{
border-color: #80D016;
}
</style>