Shades of Lima #80D007
Tints of Lima #80D007
RGB
CMYK
RGB Variations
Color information
#80D007 (or 0x80D007) is known color: Lima. HEX triplet: 80, D0 and 07. RGB value is (128,208,7). Sum of RGB (Red+Green+Blue) = 128+208+7=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 208 (81.64% from 255 or 60.64% from 343); Blue value is 7 (3.12% from 255 or 2.04% from 343); Max value from RGB is 208 - color contains mainly: green. Hex color #80D007 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D007 is #7F2FF8. Grayscale: #A1A1A1. Windows color (decimal): -8335353 or 512128. OLE color: 512128.
HSL color Cylindrical-coordinate representation of color #80D007: hue angle of 83.88º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80D007 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 208 | 7 | - |
| CMYK | 0.38 | 0 | 0.97 | 0.18 |
| HSL | 83.88º | 0.93% | 0.42% | - |
| HSV(B) | 83.88º | 0.97% | 0.82% | - |
| XYZ | 31.5 | 49.72 | 8.14 | - |
| YUV | 161.17 | 41 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 208 | 7 | 0.38 | 0 | 0.97 | 0.18 | 83.88 | 0.93 | 0.42 |
| Hex | 80 | D0 | 7 | 26 | 0 | 61 | 12 | 54 | 5D | 2A |
| Octal | 200 | 320 | 7 | 46 | 0 | 141 | 22 | 124 | 135 | 52 |
| Binary | 10000000 | 11010000 | 111 | 100110 | 0 | 1100001 | 10010 | 1010100 | 1011101 | 101010 |
Color Harmonies of #80D007
Complementary color
Monochromatic Colors of #80D007
Black with #80D007
Text Example
Text Example
White with #80D007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D007; }
p { color: rgb(128,208,7); }
H1.HeaderClassName
{
color: #80D007;
}
.AnyTagClassName
{
color: #80D007;
}
</style>
background-color css
<style>
a { background-color: #80D007; }
a { background-color: rgb(128,208,7); }
div.DivClassName
{
background-color: #80D007;
}
.BgClassName
{
background-color: #80D007;
}
</style>
border-color css
<style>
span { border-color: #80D007; }
span { border-color: rgb(128,208,7); }
td.TdClassName
{
border-color: #80D007;
}
.TagClassName
{
border-color: #80D007;
}
</style>