Shades of Lima #80D014
Tints of Lima #80D014
RGB
CMYK
RGB Variations
Color information
#80D014 (or 0x80D014) is known color: Lima. HEX triplet: 80, D0 and 14. RGB value is (128,208,20). Sum of RGB (Red+Green+Blue) = 128+208+20=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 208 (81.64% from 255 or 58.43% from 356); Blue value is 20 (8.20% from 255 or 5.62% from 356); Max value from RGB is 208 - color contains mainly: green. Hex color #80D014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D014 is #7F2FEB. Grayscale: #A3A3A3. Windows color (decimal): -8335340 or 1364096. OLE color: 1364096.
HSL color Cylindrical-coordinate representation of color #80D014: hue angle of 85.53º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80D014 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 208 | 20 | - |
| CMYK | 0.38 | 0 | 0.90 | 0.18 |
| HSL | 85.53º | 0.82% | 0.45% | - |
| HSV(B) | 85.53º | 0.9% | 0.82% | - |
| XYZ | 31.58 | 49.75 | 8.6 | - |
| YUV | 162.65 | 47.5 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 208 | 20 | 0.38 | 0 | 0.90 | 0.18 | 85.53 | 0.82 | 0.45 |
| Hex | 80 | D0 | 14 | 26 | 0 | 5A | 12 | 56 | 52 | 2D |
| Octal | 200 | 320 | 24 | 46 | 0 | 132 | 22 | 126 | 122 | 55 |
| Binary | 10000000 | 11010000 | 10100 | 100110 | 0 | 1011010 | 10010 | 1010110 | 1010010 | 101101 |
Color Harmonies of #80D014
Complementary color
Monochromatic Colors of #80D014
Black with #80D014
Text Example
Text Example
White with #80D014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D014; }
p { color: rgb(128,208,20); }
H1.HeaderClassName
{
color: #80D014;
}
.AnyTagClassName
{
color: #80D014;
}
</style>
background-color css
<style>
a { background-color: #80D014; }
a { background-color: rgb(128,208,20); }
div.DivClassName
{
background-color: #80D014;
}
.BgClassName
{
background-color: #80D014;
}
</style>
border-color css
<style>
span { border-color: #80D014; }
span { border-color: rgb(128,208,20); }
td.TdClassName
{
border-color: #80D014;
}
.TagClassName
{
border-color: #80D014;
}
</style>